Re: SMTP autenticado

Enviado por Marcos Abadi em 6/5/2007 22:48:11
No meu main.cf uso os seguintes parāmetros para o sasl:

########### SMTP SASL ############
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes


smtpd_sender_restrictions = permit_sasl_authenticated,
permit_mynetworks,
reject_non_fqdn_sender,
reject_unknown_sender_domain,
reject_unauth_pipelining

smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks,
check_recipient_access hash:/etc/postfix/usuarios-restritos.cf
check_sender_access hash:/etc/postfix/sender_checks,
check_client_access hash:/etc/postfix/access
reject_unauth_destination,
reject_rbl_client list.dsbl.org,
reject_rbl_client relays.ordb.org,
reject_rbl_client sbl-xbl.spamhaus.org,
reject_unauth_destination,
reject_non_fqdn_recipient,
reject_unknown_recipient_domain,


smtpd_data_restrictions = reject_unauth_pipelining

Fonte: http://www.expressolivre.org/newbb/viewtopic.php?forum=3&topic_id=160&post_id=866