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
ISPConfig
ISPConfig 3
Commits
9b1bc9f9
Commit
9b1bc9f9
authored
Dec 08, 2016
by
Florian Schaal
Browse files
Fixes
#433
(virtual_uid_maps, virtual_gid_maps static:5000 vs mysql-virtual_)
parent
048d4d70
Changes
3
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
9b1bc9f9
...
...
@@ -96,6 +96,12 @@ class installer_dist extends installer_base {
//* mysql-virtual_policy_greylist.cf
$this
->
process_postfix_config
(
'mysql-virtual_policy_greylist.cf'
);
//* mysql-virtual_gids.cf.master
$this
->
process_postfix_config
(
'mysql-virtual_gids.cf.master.cf'
);
//* mysql-virtual_uids.cf
$this
->
process_postfix_config
(
'mysql-virtual_uids.cf.master.cf'
);
//* postfix-dkim
$full_file_name
=
$config_dir
.
'/tag_as_originating.re'
;
if
(
is_file
(
$full_file_name
))
{
...
...
install/dist/lib/opensuse.lib.php
View file @
9b1bc9f9
...
...
@@ -93,6 +93,12 @@ class installer_dist extends installer_base {
//* mysql-virtual_policy_greylist.cf
$this
->
process_postfix_config
(
'mysql-virtual_policy_greylist.cf'
);
//* mysql-virtual_gids.cf.master
$this
->
process_postfix_config
(
'mysql-virtual_gids.cf.master.cf'
);
//* mysql-virtual_uids.cf
$this
->
process_postfix_config
(
'mysql-virtual_uids.cf.master.cf'
);
//* postfix-dkim
$full_file_name
=
$config_dir
.
'/tag_as_originating.re'
;
if
(
is_file
(
$full_file_name
))
{
...
...
install/lib/installer_base.lib.php
View file @
9b1bc9f9
...
...
@@ -875,8 +875,14 @@ class installer_base {
//* mysql-virtual_outgoing_bcc.cf
$this
->
process_postfix_config
(
'mysql-virtual_outgoing_bcc.cf'
);
//* mysql-virtual_policy_greylist.cf
$this
->
process_postfix_config
(
'mysql-virtual_policy_greylist.cf'
);
//* mysql-virtual_policy_greylist.cf
$this
->
process_postfix_config
(
'mysql-virtual_policy_greylist.cf'
);
//* mysql-virtual_gids.cf.master
$this
->
process_postfix_config
(
'mysql-virtual_gids.cf.master.cf'
);
//* mysql-virtual_uids.cf
$this
->
process_postfix_config
(
'mysql-virtual_uids.cf.master.cf'
);
//* postfix-dkim
$full_file_name
=
$config_dir
.
'/tag_as_originating.re'
;
...
...
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