OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
SASL question

From: Jevos, Peter (Peter.JevosOriflame-SW.Com)
Date: Wed May 24 2006 - 03:43:53 CDT


Hello ,
I'd like to ask you probably simple question about SASL authentication
I use SASL auth. in my configuration. Everything works fine excepting
one case.
When I send from oneaddressmydomain.com to twoaddressmydomain.com SASL
is skipped. I think it is not good cause it could be abused
I need to use SASL auth in every case without exceptions

Extract from my main.cf:

smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes

smtpd_recipient_restrictions = permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_unauth_destination,
                               check_recipient_access
mysql:/etc/postfix/mysql-recipient.cf,
                               check_sender_access
mysql:/etc/postfix/mysql-sender.cf
                               hash:/etc/postfix/protected_destinations,
                               reject_non_fqdn_sender,
                               reject_invalid_hostname,
                               reject_unknown_sender_domain,
                               permit

I've read http://www.postfix.org/SASL_README.html but I didn't find an
answer

Thanks

pet