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
smtp geht nicht
-
olaf.dietsche
- Posts: 401
- Joined: 2002-12-19 02:06
- Location: Siegburg
Re: smtp geht nicht
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.
-
captaincrunch
- Userprojekt

- Posts: 7066
- Joined: 2002-10-09 14:30
- Location: Dorsten
- Contact:
Re: smtp geht nicht
cat /etc/postfix/master.cf
ls -l /usr/lib/postfix
ls -l /usr/lib/postfix
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
Re: smtp geht nicht
Danke für eure Antworten.
Habe postfix via yast neu installiert: Funktioniert aber immer noch nicht.
Kann jemand weioterhelfen?
Gruß, Frank
Habe postfix via yast neu installiert: Funktioniert aber immer noch nicht.
Ein Auszug:cat /etc/postfix/master.cf an
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)Gruß, Frank
-
olaf.dietsche
- Posts: 401
- Joined: 2002-12-19 02:06
- Location: Siegburg
Re: smtp geht nicht
Ist die Fehlermeldung nach der Neuinstallation noch die gleiche?
Re: smtp geht nicht
Hallo Olaf.
Die Fehlermeldung meines Email-Clients ist jetzt:
und zwar egal, ob ich smtp-Authentifizierung im Client aktiviert habe oder nicht.
Serverseitig:
var/log/mail meldet eine Verweigerung von Postfix
MfG, Frank
Die Fehlermeldung meines Email-Clients ist jetzt:
Code: Select all
Recipient address rejected: Relay access denied
SMTP: 13:54:38 Fehler - Unerwartete Daten empfangenServerseitig:
var/log/mail meldet eine Verweigerung von Postfix
Code: Select all
...
Recipient address rejected: Relay access denied;
...-
olaf.dietsche
- Posts: 401
- Joined: 2002-12-19 02:06
- Location: Siegburg
Re: smtp geht nicht
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.