In den logs steht:
Postfix kennt den Service anscheinend nicht. Ich hab schon versucht in der master.cf das problem zu lösen hat aber nicht funktioniert.Apr 27 12:58:34 testserver postfix/smtpd[1574]: 4B93437862: client=unknown[217.72.192.165]
Apr 27 12:58:34 testserver postfix/cleanup[1575]: 4B93437862: message-id=<200304271058.h3RAwUq01558@mailgate5.cinetic.de>
Apr 27 12:58:34 testserver postfix/qmgr[1463]: 4B93437862: from=<xxxxx@web.de>, size=1073, nrcpt=1 (queue active)
Apr 27 12:58:34 testserver postfix/smtp[1577]: fatal: unknown service: smtp/tcpApr 27 12:58:34 testserver postfix/smtpd[1574]: disconnect from unknown[217.72.192.165]
Apr 27 12:58:35 testserver postfix/qmgr[1463]: warning: premature end-of-input from private/smtp socket while reading input attribute name
Apr 27 12:58:35 testserver postfix/qmgr[1463]: warning: private/smtp socket: malformed response
Apr 27 12:58:35 testserver postfix/qmgr[1463]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Apr 27 12:58:35 testserver postfix/master[1430]: warning: process /usr/lib/postfix/smtp pid 1577 exit status 1
Apr 27 12:58:35 testserver postfix/master[1430]: warning: /usr/lib/postfix/smtp: bad command startup -- throttling
Apr 27 12:59:06 testserver postfix/smtpd[1574]: connect from unknown[217.83.167.160]
Apr 27 12:59:06 testserver postfix/smtpd[1574]: warning: unknown[217.83.167.160]: SASL LOGIN authentication failed
Apr 27 12:59:11 testserver postfix/smtpd[1574]: lost connection after AUTH from unknown[217.83.167.160]
Apr 27 12:59:11 testserver postfix/smtpd[1574]: disconnect from unknown[217.83.167.160]
Apr 27 12:59:12 testserver in.qpopper[1580]: (v4.0.4) POP login by user "web1p1" at (pD953A7A0.dip.t-dialin.net) 217.83.167.160 [pop_log.c:244]
Hier die master.cf
Grüsse Florian# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (50)
# ==========================================================================
smtp inet n - - - - smtpd
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - - 300 1 qmgr
#qmgr fifo n - - 300 1 nqmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
flush unix n - - 1000? 0 flush
smtp unix - - - - - smtp
showq unix n - - - - showq
error unix - - - - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
# The Cyrus deliver program has changed incompatibly.
#
cyrus unix - n n - - pipe
flags=R user=cyrus argv=/usr/sbin/cyrdeliver -e -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
# only used by postfix-tls
smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
587 inet n - n - - smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes