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
f958f076
Commit
f958f076
authored
Dec 08, 2016
by
Florian Schaal
Browse files
fixed last commit
parent
5847d1ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
f958f076
...
...
@@ -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 @
f958f076
...
...
@@ -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 @
f958f076
...
...
@@ -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