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
Thomas Basler
ISPConfig 3
Commits
50710d2d
Commit
50710d2d
authored
Sep 25, 2017
by
Till Brehm
Browse files
60-dkim file fix for newer CentOS releases.
parent
ef50d470
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/dist/lib/centos_base.lib.php
View file @
50710d2d
...
...
@@ -61,6 +61,8 @@ class installer_centos extends installer_dist {
if
(
$dist
[
'confid'
]
==
'centos72'
)
{
chmod
(
$conf
[
'amavis'
][
'config_dir'
]
.
'/amavisd.conf'
,
0750
);
chgrp
(
$conf
[
'amavis'
][
'config_dir'
]
.
'/amavisd.conf'
,
'amavis'
);
chmod
(
$conf
[
'amavis'
][
'config_dir'
]
.
'/60-dkim'
,
0750
);
chgrp
(
$conf
[
'amavis'
][
'config_dir'
]
.
'/60-dkim'
,
'amavis'
);
}
...
...
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