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
Jozef Sroka
ISPConfig 3
Commits
50710d2d
Commit
50710d2d
authored
Sep 25, 2017
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
60-dkim file fix for newer CentOS releases.
parent
ef50d470
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
install/dist/lib/centos_base.lib.php
install/dist/lib/centos_base.lib.php
+2
-0
No files found.
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
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