-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
ich suche seit längerem nach einer Lösung für mein Problem mit dem Mail-Server unter openBSD 5.5.
Ich habe dort Postfix mit MySQL/sasl2 aufgesetzt. Das Abholen der eMail funktioniert super, nur wenn ich eMails versenden will, dann bekomme ich immer folgende Fehlermeldung:
# cat /var/log/maillog ....... May 31 03:05:00 1-1-1-1 postfix/smtpd[16528]: Anonymous TLS connection established from dslb-002-002-002-002.pools.hansenet.net[2.2.2.2]: TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits) May 31 03:05:00 1-1-1-1 postfix/smtpd[16528]: warning: SASL authentication failure: could not verify password May 31 03:05:00 1-1-1-1 postfix/smtpd[16528]: warning: SASL authentication failure: Password verification failed May 31 03:05:00 1-1-1-1 postfix/smtpd[16528]: warning: dslb-002-002-002-002.pools.hansenet.net[2.2.2.2]: SASL PLAIN authentication failed: generic failure May 31 03:05:00 1-1-1-1 postfix/smtpd[16528]: warning: SASL authentication failure: could not verify password May 31 03:05:00 1-1-1-1 postfix/smtpd[16528]: warning: dslb-002-002-002-002.pools.hansenet.net[2.2.2.2]: SASL LOGIN authentication failed: generic failure ........
Das scheint das bekannte Problem des chrooted innerhalb von Postfix zu sein. Ich habe schon schon alle möglichen Anleitungen probiert und keine Lösung gefunden. Habt Ihr vielleicht eine Idee?
Danke, Mika
# cat /etc/postfix/main.cf ......... smtpd_sasl_auth_enable = yes smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
# cat /usr/local/lib/sasl2/smtpd.conf pwcheck_method: authdaemond log_level: 3 authdaemond_path: /var/run/courier-auth/socket mech_list: PLAIN LOGIN
# ls -l /var/run/courier-auth/ - -rw-r--r-- 1 root wheel 6 May 31 03:00 pid - -rw------- 1 root wheel 0 May 30 10:21 pid.lock srwxrwxrwx 1 root _postfix 0 May 31 03:00 socket