Page 1 of 1
smtp geht nicht
Posted: 2003-11-01 10:39
by itsfd
Hallo.
Ich habe Probleme mit sendmail auf meinem Rootserver (1&1)
ich habe zwar den POP-Service laufen aber der SMTP hängt:
ein Client (Windows und Webmail-client) meldet "Verbindung zum Server smtp.xyz.net wird aufgebaut. Dann passiert aber lange (>2 Min) nichts mehr und ich kann den Vorgang nur noch abbrechen.
Aus /var/log/mail die letzten Zeilen:
Nov 1 10:21:38 p15134955 popper[13005]: Stats: web1p1 0 0 0 0 B0278.b.pppool.de 213.7.2.120 [pop_updt.c:296]
Nov 1 10:22:07 p15134955 master[13013]: fatal: master_spawn: exec /usr/lib/postfix/smtpd: No such file or directory
Nov 1 10:22:08 p15134955 postfix/master[6651]: warning: process /usr/lib/postfix/smtpd pid 13013 exit status 1
Bin für jede Hilfe dankbar.
Frank
Re: smtp geht nicht
Posted: 2003-11-01 14:30
by olaf.dietsche
Das sieht so aus, als ob postfix nicht richtig installiert ist. Eventuell hilft eine Neuinstallation von postfix. Aber die postfix-Profis können das genauer sagen.
Re: smtp geht nicht
Posted: 2003-11-01 14:36
by captaincrunch
cat /etc/postfix/master.cf
ls -l /usr/lib/postfix
Re: smtp geht nicht
Posted: 2003-11-02 08:37
by itsfd
Danke für eure Antworten.
Habe postfix via yast neu installiert: Funktioniert aber immer noch nicht.
cat /etc/postfix/master.cf an
Ein Auszug:
Code: Select all
==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (50)
# ==========================================================================
smtp inet n - n - - smtpd
#smtps inet n - n - - smtpd
# -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inet n - n - - smtpd
# -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628 inet n - n - - qmqpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - n 300 1 nqmgr
#tlsmgr fifo - - n 300 1 tlsmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - n 1000? 0 flush
smtp unix - - n - - smtp
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
#localhost:10025 inet n - n - - smtpd -o content_filter=
#
# 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/lib/cyrus/bin/deliver -e -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
Kann jemand weioterhelfen?
Gruß, Frank
Re: smtp geht nicht
Posted: 2003-11-02 13:42
by olaf.dietsche
Ist die Fehlermeldung nach der Neuinstallation noch die gleiche?
Re: smtp geht nicht
Posted: 2003-11-02 14:07
by itsfd
Hallo Olaf.
Die Fehlermeldung meines Email-Clients ist jetzt:
Code: Select all
Recipient address rejected: Relay access denied
SMTP: 13:54:38 Fehler - Unerwartete Daten empfangen
und zwar egal, ob ich smtp-Authentifizierung im Client aktiviert habe oder nicht.
Serverseitig:
var/log/mail meldet eine Verweigerung von Postfix
Code: Select all
...
Recipient address rejected: Relay access denied;
...
MfG, Frank
Re: smtp geht nicht
Posted: 2003-11-02 14:41
by olaf.dietsche
Du mußt beim postfix ebenfalls SMTP-AUTH konfigurieren. Suche unter
http://www.rootforum.org/forum/search.php nach "postfix relay access denied". Unter
http://www.postfix.org/docs.html wirst du auch einiges uber Authentifizierung finden.