[Postfixbuch-users] Sarge sasl2 will nicht
dast
dast at phpaction.de
Do Jan 26 16:25:12 CET 2006
Hallo nochmal,
dast schrieb:
> Es scheint so als ob postfix beim sasl2 meine smtpd.conf nicht nutzt.
> (Siehe LOG, er scheint "unable to open Berkeley db /etc/sasldb2"
> anstatt authdeamon nutzen zu wollen und bietet auch NTML an - was ich
> nicht definiert habe "250-AUTH NTLM DIGEST-MD5 CRAM-MD5")
Ich hab das Problem gelöst:
main.cf geändert:
broken_sasl_auth_clients = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
link erstellt, und berechtigung geändert, da permission denieid kam:
mkdir -p /var/spool/postfix/var/run/courier/authdaemon
ln /var/run/courier/authdaemon/socket
/var/spool/postfix/var/run/courier/authdaemon/socket
chown -R postfix:postfix /var/spool/postfix/var/run/courier
chmod o+x /var/run/courier/authdaemonchmod
Danach funktioniert der login
250-AUTH=LOGIN PLAIN DIGEST-MD5 CRAM-MD5
Jan 26 16:14:04 localhost postfix/smtpd[27229]: < unknown[192.168.0.3]:
AUTH PLAIN AHRlc3RlckBtYWlsaW50ZXJuLmNvbmNlcHQtdmVybGFnLmRlAGFiZHVs
Jan 26 16:14:04 localhost postfix/smtpd[27229]: smtpd_sasl_authenticate:
sasl_method PLAIN, init_response
AHRlc3RlckBtYWlsaW50ZXJuLmNvbmNlcHQtdmVybGFnLmRlAGFiZHVs
Jan 26 16:14:04 localhost postfix/smtpd[27229]: smtpd_sasl_authenticate:
decoded initial response
Jan 26 16:14:04 localhost postfix/smtpd[27229]: warning: SASL
authentication problem: unable to open Berkeley db /etc/sasldb2:
Permission denied
Jan 26 16:14:04 localhost postfix/smtpd[27229]: warning: SASL
authentication problem: unable to open Berkeley db /etc/sasldb2:
Permission denied
Jan 26 16:14:04 localhost postfix/smtpd[27229]: > unknown[192.168.0.3]:
235 Authentication successful
Er versucht jedoch immernoch /etc/sasldb2 zu öffnen, aber was mit einem
niedrigeren LOG Level verschwinden sollte.
Gruss,
Daniel.
Mehr Informationen über die Mailingliste Postfixbuch-users