From LedHed's Wiki
Line 3: | Line 3: | ||
As if version 2.3.x Postfix supports Dovecot's SASL server implementation. | As if version 2.3.x Postfix supports Dovecot's SASL server implementation. | ||
See [[Postfix & Dovecot-Auth]] | See [[Postfix & Dovecot-Auth]] | ||
+ | |||
+ | |||
+ | == SMTP_SASL == | ||
+ | |||
+ | smtpd_sasl_auth_enable = yes | ||
+ | broken_sasl_auth_clients = yes | ||
+ | smtpd_sasl_security_options = noanonymous | ||
+ | smtpd_recipient_restrictions = | ||
+ | permit_mynetworks | ||
+ | permit_sasl_authenticated | ||
+ | reject_unauth_destination | ||
+ | reject_unlisted_recipient | ||
+ | |||
[[Category:Postfix]] | [[Category:Postfix]] |
Revision as of 18:36, 26 December 2006
Postfix supports SASL (Simple Authentication and Security Layer)
As if version 2.3.x Postfix supports Dovecot's SASL server implementation. See Postfix & Dovecot-Auth
SMTP_SASL
smtpd_sasl_auth_enable = yes broken_sasl_auth_clients = yes smtpd_sasl_security_options = noanonymous smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination reject_unlisted_recipient