aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/spamd.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/spamd.inc b/config/spamd.inc
index 484d4d8e..8747df29 100644
--- a/config/spamd.inc
+++ b/config/spamd.inc
@@ -245,6 +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");
}
function custom_php_deinstall_command() {
@@ -319,4 +320,4 @@ function spamd_validate_input($post, $input_errors) {
}
}
-?>
+?> \ No newline at end of file