Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
7b26e85b
Commit
7b26e85b
authored
Jan 19, 2009
by
Falko Timme
Browse files
- Added "smtpd_sasl_authenticated_header = yes" to the Postfix configuration in the installer.
parent
84ca9eaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
7b26e85b
...
...
@@ -365,6 +365,7 @@ class installer_base {
'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'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment