aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/spamd/spamd.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/spamd/spamd.inc b/config/spamd/spamd.inc
index 8747df29..6a078682 100644
--- a/config/spamd/spamd.inc
+++ b/config/spamd/spamd.inc
@@ -245,7 +245,7 @@ function custom_php_install_command() {
system("touch /var/db/whitelist.txt");
system("touch /var/db/blacklist.txt");
sync_package_spamd();
- exec("pw user mod_spamd -u 0");
+ exec("pw usermod _spamd -g proxy -G _spamd,proxy");
}
function custom_php_deinstall_command() {
@@ -320,4 +320,4 @@ function spamd_validate_input($post, $input_errors) {
}
}
-?> \ No newline at end of file
+?>