diff options
author | sullrich <sullrich@pfsense.org> | 2009-12-12 00:12:48 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-12-12 00:12:48 -0500 |
commit | 2446d2fbff353df9714e6463d5de7236fd64114d (patch) | |
tree | 46ca761b629b98204e27d5ac1c7d69342e09edef | |
parent | 953a7ac711c1f56d6919c9a94b980ae14f7de0df (diff) | |
download | pfsense-packages-2446d2fbff353df9714e6463d5de7236fd64114d.tar.gz pfsense-packages-2446d2fbff353df9714e6463d5de7236fd64114d.tar.bz2 pfsense-packages-2446d2fbff353df9714e6463d5de7236fd64114d.zip |
Add spamd to correct group
-rw-r--r-- | config/spamd.inc | 3 |
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 |