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
Tommaso Perondi
ISPConfig 3
Commits
9694d85d
Commit
9694d85d
authored
Oct 05, 2017
by
Till Brehm
Browse files
Another CentOS 6 amavis fix.
parent
ee7b3639
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/fedora.lib.php
View file @
9694d85d
...
...
@@ -502,6 +502,7 @@ class installer_dist extends installer_base {
$content
=
str_replace
(
'{mysql_server_port}'
,
$conf
[
"mysql"
][
"port"
],
$content
);
$content
=
str_replace
(
'{mysql_server_ip}'
,
$conf
[
'mysql'
][
'ip'
],
$content
);
$content
=
str_replace
(
'{hostname}'
,
$conf
[
'hostname'
],
$content
);
$content
=
str_replace
(
'{amavis_config_dir}'
,
$conf
[
'amavis'
][
'config_dir'
],
$content
);
wf
(
$conf
[
"amavis"
][
"config_dir"
]
.
'/amavisd.conf'
,
$content
);
chmod
(
$conf
[
'amavis'
][
'config_dir'
]
.
'/amavisd.conf'
,
0640
);
...
...
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