postfix::config { "mailbox_command": value => '/usr/bin/maildrop -d ${USER}' }
# SASL
- postfix::config { "smtpd_sasl_auth_enable": value => 'yes' }
- postfix::config { "smtpd_sasl_local_domain": value => '$myhostname' }
- postfix::config { "smtpd_sasl_security_options": value => 'noanonymous' }
- postfix::config { "broken_sasl_auth_clients": value => 'yes' }
- postfix::config { "smtpd_sasl_authenticated_header" value => 'yes' }
+ postfix::config { "smtpd_sasl_auth_enable": value => 'yes' }
+ postfix::config { "smtpd_sasl_local_domain": value => '$myhostname' }
+ postfix::config { "smtpd_sasl_security_options": value => 'noanonymous' }
+ postfix::config { "broken_sasl_auth_clients": value => 'yes' }
+ postfix::config { "smtpd_sasl_authenticated_header": value => 'yes' }
# Whitelisting: local clients may specify any destination. Others may not.
postfix::config { "smtpd_recipient_restrictions":