[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

postfix + saslauthd



Hallo ML,

ich habe gerade postifx mit sasl installiert. Bekomme nun die Fehlermeldung:
Oct 22 09:11:24 c3po postfix/smtpd[11234]: warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied Oct 22 09:11:24 c3po postfix/smtpd[11234]: warning: SASL authentication failure: Password verification failed

Irgendwie stehe ich auf dem Schlauch.

Konfig's:

/etc/postfix/sasl/smtpd.conf
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN
log_level: 3


/etc/default/saslauthd

START=yes
MECHANISMS="pam shadow"

MECH_OPTIONS=""
THREADS=5
OPTIONS="-c "

Auszug aus der /etc/postfix/main.cf

smtpd_recipient_restrictions =
   permit_mynetworks,
   permit_sasl_authenticated,
   reject_invalid_hostname,
   reject_non_fqdn_hostname,
   reject_unauth_destination,
   reject_unknown_sender_domain,
   reject_unknown_recipient_domain,
smtpd_sasl_application_name = smtpd
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/passwd
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sasl_auth_enable = yes
smtpd_use_tls = no
smtp_use_tls = no

Gruß
Jan Krüger



Reply to: