Skip to content

Commit 3c86c39

Browse files
committed
Set amavis group for 50-user to make it readable in Debian 11
1 parent 2b30a07 commit 3c86c39

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)