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
8b1e0d00
Commit
8b1e0d00
authored
Dec 09, 2016
by
Till Brehm
Browse files
Merge branch 'stable-3.1' into 'stable-3.1'
fixed last commit See merge request !490
parents
b33276fc
f958f076
Changes
3
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
8b1e0d00
...
...
@@ -97,10 +97,10 @@ class installer_dist extends installer_base {
$this
->
process_postfix_config
(
'mysql-virtual_policy_greylist.cf'
);
//* mysql-virtual_gids.cf.master
$this
->
process_postfix_config
(
'mysql-virtual_gids.cf
.master.cf
'
);
$this
->
process_postfix_config
(
'mysql-virtual_gids.cf'
);
//* mysql-virtual_uids.cf
$this
->
process_postfix_config
(
'mysql-virtual_uids.cf
.master.cf
'
);
$this
->
process_postfix_config
(
'mysql-virtual_uids.cf'
);
//* postfix-dkim
$full_file_name
=
$config_dir
.
'/tag_as_originating.re'
;
...
...
install/dist/lib/opensuse.lib.php
View file @
8b1e0d00
...
...
@@ -94,10 +94,10 @@ class installer_dist extends installer_base {
$this
->
process_postfix_config
(
'mysql-virtual_policy_greylist.cf'
);
//* mysql-virtual_gids.cf.master
$this
->
process_postfix_config
(
'mysql-virtual_gids.cf
.master.cf
'
);
$this
->
process_postfix_config
(
'mysql-virtual_gids.cf'
);
//* mysql-virtual_uids.cf
$this
->
process_postfix_config
(
'mysql-virtual_uids.cf
.master.cf
'
);
$this
->
process_postfix_config
(
'mysql-virtual_uids.cf'
);
//* postfix-dkim
$full_file_name
=
$config_dir
.
'/tag_as_originating.re'
;
...
...
install/lib/installer_base.lib.php
View file @
8b1e0d00
...
...
@@ -879,10 +879,10 @@ class installer_base {
$this
->
process_postfix_config
(
'mysql-virtual_policy_greylist.cf'
);
//* mysql-virtual_gids.cf.master
$this
->
process_postfix_config
(
'mysql-virtual_gids.cf
.master.cf
'
);
$this
->
process_postfix_config
(
'mysql-virtual_gids.cf'
);
//* mysql-virtual_uids.cf
$this
->
process_postfix_config
(
'mysql-virtual_uids.cf
.master.cf
'
);
$this
->
process_postfix_config
(
'mysql-virtual_uids.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