Postfix: SASL LOGIN authentication failed

Postfix, QMail, Sendmail, Dovecot, Cyrus, Courier, Anti-Spam
tomotom
Posts: 330
Joined: 2006-09-22 13:37
 

Postfix: SASL LOGIN authentication failed

Post by tomotom »

Irgentwie haut bei mir die Autentifizeirung mit dem smtpd bzw. saslauthd nicht hin.

Wenn ich in starte mit:

Code: Select all

/etc/ini.d/ saslauthd start
kommt keine Fehlermeldung.

In der Prozessliste sehe ich nichts.

Code: Select all

server01:/var/log# ps ax|grep saslauthd
 2094 pts/1    R+     0:00 grep saslauthd
Inden Logfiles finde ich das:

Code: Select all

Sep 22 13:44:41 server1postfix/smtpd[2122]: warning: ext-ip.net[88.73.124.154]: SASL PLAIN authentication failed
Sep 22 13:44:41 server1postfix/smtpd[2122]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Sep 22 13:44:41 server1postfix/smtpd[2122]: warning: ext-ip.net[88.73.124.154]: SASL LOGIN authentication failed
Sep 22 13:44:47 server1postfix/smtpd[2122]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Sep 22 13:44:47 server1postfix/smtpd[2122]: warning: SASL authentication failure: Password verification failed
Sep 22 13:44:47 server1postfix/smtpd[2122]: warning: ext-ip.net[88.73.124.154]: SASL PLAIN authentication failed
Sep 22 13:44:47 server1postfix/smtpd[2122]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Sep 22 13:44:47 server1postfix/smtpd[2122]: warning: ext-ip.net[88.73.124.154]: SASL LOGIN authentication failed
Sep 22 13:44:49 server1postfix/smtpd[2122]: lost connection after AUTH from ext-ip.net[88.73.124.154]
Sep 22 13:44:49 server1postfix/smtpd[2122]: disconnect from ext-ip.net[88.73.124.154]
Tcha, wieso läuft der saslauthd nicht bzw. ist nicht in der Prozessliste zu sehen und wie bekomme ich ihn zum laufen.
sledge0303
Posts: 695
Joined: 2005-09-16 00:06
Location: Berlin-Reinickendorf
 

Re: Postfix: SASL LOGIN authentication failed

Post by sledge0303 »

Da hast du wohl was falsch konfiguriert. Meine Glaskugel verrät mir leider keine Details über die Konfiguration...;)
tomotom
Posts: 330
Joined: 2006-09-22 13:37
 

Re: Postfix: SASL LOGIN authentication failed

Post by tomotom »

sledge0303 wrote:Da hast du wohl was falsch konfiguriert. Meine Glaskugel verrät mir leider keine Details über die Konfiguration...;)
Vieleicht die Glaskugel mal entstauben... :)

Es war ein Zeichenfehler, ein ":" am Ende des Startscriptes. Dieser verdammte vi, dass man da zum abspeichern auch immer den Doppelpunkt drücken muss.. :-D

Jetzt Achtung:

Code: Select all

server01:/var/log# ps -ef|grep sasl
root      2572     1  0 14:19 ?        00:00:00 /usr/sbin/saslauthd -m /var/spool/postfix/var/run/saslauthd -r -a pam
root      2573  2572  0 14:19 ?        00:00:00 /usr/sbin/saslauthd -m /var/spool/postfix/var/run/saslauthd -r -a pam
root      2574  2572  0 14:19 ?        00:00:00 /usr/sbin/saslauthd -m /var/spool/postfix/var/run/saslauthd -r -a pam
root      2575  2572  0 14:19 ?        00:00:00 /usr/sbin/saslauthd -m /var/spool/postfix/var/run/saslauthd -r -a pam
root      2576  2572  0 14:19 ?        00:00:00 /usr/sbin/saslauthd -m /var/spool/postfix/var/run/saslauthd -r -a pam
SASL LOGIN authentication excellent
:-D