From LedHed's Wiki
(→SMTP_SASL) |
|||
| Line 11: | Line 11: | ||
smtpd_sasl_security_options = noanonymous | smtpd_sasl_security_options = noanonymous | ||
smtpd_recipient_restrictions = | smtpd_recipient_restrictions = | ||
| − | + | ......... | |
permit_sasl_authenticated | permit_sasl_authenticated | ||
| − | + | ......... | |
| − | + | ......... | |
| − | + | ||
[[Category:Postfix]] | [[Category:Postfix]] | ||
Revision as of 17:11, 7 February 2007
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_sasl_authenticated
.........
.........