We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07dcf84 commit cc84366Copy full SHA for cc84366
1 file changed
install/lib/installer_base.lib.php
@@ -1793,9 +1793,9 @@ public function configure_rspamd() {
1793
}
1794
1795
if(is_user('_rspamd') && is_group('amavis')) {
1796
- exec("usermod -G amavis _rspamd");
+ exec("usermod -a -G amavis _rspamd");
1797
} elseif(is_user('rspamd') && is_group('amavis')) {
1798
- exec("usermod -G amavis rspamd");
+ exec("usermod -a -G amavis rspamd");
1799
1800
1801
if(!is_dir('/etc/rspamd/local.d/')){
0 commit comments