aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-12 00:12:48 -0500
committersullrich <sullrich@pfsense.org>2009-12-12 00:12:48 -0500
commit2446d2fbff353df9714e6463d5de7236fd64114d (patch)
tree46ca761b629b98204e27d5ac1c7d69342e09edef
parent953a7ac711c1f56d6919c9a94b980ae14f7de0df (diff)
downloadpfsense-packages-2446d2fbff353df9714e6463d5de7236fd64114d.tar.gz
pfsense-packages-2446d2fbff353df9714e6463d5de7236fd64114d.tar.bz2
pfsense-packages-2446d2fbff353df9714e6463d5de7236fd64114d.zip
Add spamd to correct group
-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