Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
f958f076
Commit
f958f076
authored
Dec 08, 2016
by
Florian Schaal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed last commit
parent
5847d1ec
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
install/dist/lib/fedora.lib.php
install/dist/lib/fedora.lib.php
+2
-2
install/dist/lib/opensuse.lib.php
install/dist/lib/opensuse.lib.php
+2
-2
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+2
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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