Hi,
I've followed the guide on portfix.org to set-up SASL and AUTH but it doesn't work. These are my options:
emil:/etc/postfix# grep sasl main.cf | grep -v ^#
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unknown_client
smtpd_sender_restrictions = permit_mynetworks, reject_unknown_sender_domain, reject_non_fqdn_sender, permit_sasl_authenticated
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_policy_service inet:127.0.0.1:60000
smtp_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
broken_sasl_auth_clients = no
smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
I've restarted Postfix without errors but upom EHLO it doesn't even present AUTH. Any ideas?
Thanks
-----
Cheers,
Henrik Morsing
Join us on irc://chat.freenode.net channel ##aix
I've followed the guide on portfix.org to set-up SASL and AUTH but it doesn't work. These are my options:
emil:/etc/postfix# grep sasl main.cf | grep -v ^#
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unknown_client
smtpd_sender_restrictions = permit_mynetworks, reject_unknown_sender_domain, reject_non_fqdn_sender, permit_sasl_authenticated
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_policy_service inet:127.0.0.1:60000
smtp_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
broken_sasl_auth_clients = no
smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
I've restarted Postfix without errors but upom EHLO it doesn't even present AUTH. Any ideas?
Thanks
-----
Cheers,
Henrik Morsing
Join us on irc://chat.freenode.net channel ##aix