Mail Versand/Emfpang Postfix

Code:
# /etc/inetd.conf:  see inetd(8) for further informations.
#
# Internet superserver configuration database
#
#
# Lines starting with "#:LABEL:" or "#<off>#" should not
# be changed unless you know what you are doing!
#
# If you want to disable an entry so it isn't touched during
# package updates just comment it out with a single '#' character.
#
# Packages should modify this file by using update-inetd(8)
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
#:INTERNAL: Internal services
#discard                stream  tcp     nowait  root    internal
#discard                dgram   udp     wait    root    internal
#daytime                stream  tcp     nowait  root    internal
#discard                dgram   udp     wait    root    internal
#daytime                stream  tcp     nowait  root    internal
#time           stream  tcp     nowait  root    internal

#:STANDARD: These are standard services.
#<off># ftp     stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/proftpd

#:BSD: Shell, login, exec and talk are BSD protocols.

#:MAIL: Mail, news and uucp services.
pop-3           stream  tcp     nowait  root    /usr/sbin/tcpd  /usr/sbin/in.qpopper -$

#:INFO: Info services

#:BOOT: TFTP service is provided primarily for booting.  Most sites
#       run this only on machines acting as "boot servers."

#:RPC: RPC based services
#:RPC: RPC based services

#:HAM-RADIO: amateur-radio services

#:OTHER: Other services

Ganz vergessen, sorry. :)
 
Halten wir schonmal fest, dein POP3 Server ist: qpopper

Jetzt musst du in den Logs gucken, in welche Logdateien qpopper seien Einträge schreibt (da ich ihn nicht benutzt weiß ich das nicht) und dann kommen wir wieder zur Frage: WAS STEHT IN DEN LOGS :)
 
Also ich hab mich grad mal schlau gemacht. Es scheint keinen qpopper Log zu geben. Angeblich soll der den normalen mail.log mit benutzen so wie ich das verstanden habe.
 
Back
Top