ftimme
2009-01-19 7b26e85b4e341c61c55067ac022c4bbe4ecdafea
- Added "smtpd_sasl_authenticated_header = yes" to the Postfix configuration in the installer.
1 files modified
1 ■■■■ changed files
install/lib/installer_base.lib.php 1 ●●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php
@@ -365,6 +365,7 @@
            'virtual_gid_maps = static:'.$cf['vmail_groupid'],
            'smtpd_sasl_auth_enable = yes',
            'broken_sasl_auth_clients = yes',
            'smtpd_sasl_authenticated_header = yes',
            'smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:'.$config_dir.'/mysql-virtual_recipient.cf, reject_unauth_destination',
            'smtpd_use_tls = yes',
            'smtpd_tls_security_level = may',