(04-23-2010 10:17 PM)petzsch Wrote: did you restart postfix?
I hate to resurrect an old thread but i said the same thing when beta customers asked me about the problem "Get off Beta Software!"
Well now the beta is over and i have 2010 myself and i have ispcp version 1.0 running debian etch.
and i get the same problem exactly. outlook 2007 no problem outlook 2010 gives me these errors:
Aug 16 12:21:55 debian postfix/smtpd[1094]: warning: unknown[x.x.x.170]: SASL NTLM authentication aborted
Aug 16 12:21:55 debian postfix/smtpd[1094]: warning: SASL authentication failure: required parameters missing
i created the file /etc/postfix/sasl/smtpd.conf
filled it with contents:
mech_list: plain login
saved closed and restarted postfix but no joy.
Code:
main.cf #sasl parameters
# SASL paramters
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_invalid_helo_hostname,
reject_non_fqdn_helo_hostname
smtpd_sender_restrictions = reject_non_fqdn_sender,
reject_unknown_sender_domain,
permit_mynetworks,
permit_sasl_authenticated
smtpd_recipient_restrictions = reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_unlisted_recipient,
check_policy_service inet:127.0.0.1:12525,
check_policy_service inet:127.0.0.1:60000,
permit
smtpd_data_restrictions = reject_multi_recipient_bounce,
reject_unauth_pipelining