diff options
Diffstat (limited to 'config/spamd')
-rw-r--r-- | config/spamd/spamd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/spamd/spamd.inc b/config/spamd/spamd.inc index 6a078682..c33e589c 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 usermod _spamd -g proxy -G _spamd,proxy"); + exec("/usr/sbin/pw usermod _spamd -g proxy -G _spamd,proxy"); } function custom_php_deinstall_command() { |