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
5a3f3656
Commit
5a3f3656
authored
Jan 20, 2009
by
Falko Timme
Browse files
- Added 'smtpd_sasl_authenticated_header = yes' to the Fedora- and SUSE-specific installers.
parent
b9dbe75a
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
5a3f3656
...
...
@@ -93,6 +93,7 @@ class installer_dist extends 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'
,
...
...
install/dist/lib/opensuse.lib.php
View file @
5a3f3656
...
...
@@ -93,6 +93,7 @@ class installer_dist extends 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