Skip to content

Commit f973496

Browse files
author
Marius Burkard
committed
Merge branch '6237-amavis-permission' into 'develop'
Set amavis group for 50-user to make it readable in Debian 11 Closes #6237 See merge request ispconfig/ispconfig3!1530
2 parents 57500be + 3c86c39 commit f973496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,6 +1659,7 @@ public function configure_amavis() {
16591659
$content = str_replace('{mysql_server_ip}', $conf['mysql']['ip'], $content);
16601660
wf($conf['amavis']['config_dir'].'/conf.d/50-user', $content);
16611661
chmod($conf['amavis']['config_dir'].'/conf.d/50-user', 0640);
1662+
chgrp($conf['amavis']['config_dir'].'/conf.d/50-user', 'amavis');
16621663

16631664
// TODO: chmod and chown on the config file
16641665

0 commit comments

Comments
 (0)