Hi,
habe ein Problem SASL zum laufen zu bringen.
folgendes steht in der master.cf:
Ich erhalte nun immer diese Fehlermeldung, wenn ich versuche eine Nachricht über Outlook zu verschicken:
Hier die smtpd.conf:
habe ein Problem SASL zum laufen zu bringen.
folgendes steht in der master.cf:
Code:
1.2.3.4:25 inet n - - - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
-o smtpd_sasl_auth_enable=yes
-o broken_sasl_auth_clients=yes
-o smtpd_sasl_path=/etc/sasl2/smtpd
-o smtpd_sasl_local_domain=domain.tld
-o smtpd_sasl_security_options=noanonymous
-o smtpd_sender_login_maps=hash:/etc/postfix/sasl_senders
-o mynetworks=4.5.6.7/24
-o smtpd_bind_address=1.3.5.6
Ich erhalte nun immer diese Fehlermeldung, wenn ich versuche eine Nachricht über Outlook zu verschicken:
Code:
warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory
warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory
warning: SASL authentication failure: no secret in database
warning: unknown[10.11.12.13]: SASL DIGEST-MD5 authentication failed: authentication failure
warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: No such file or directory
Hier die smtpd.conf:
Code:
pwcheck_method: auxprop
auxprop_plugin: sasldb
mech_list: PLAIN LOGIN DIGEST-MD5 CRAM-MD5