- added note about sudo configuration


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@462 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
Christian Boltz 18 years ago
parent 9b596b8520
commit 509b4dba73

@ -17,3 +17,12 @@ Frequently Asked Questions:
(e.g. rm -Rf /var/spool/mail/vmail/something@example.org)
or install the postfixadmin-mailbox-postdeletion.sh script (See ADDITIONS/)
and modify config.inc.php appropriately.
3) How do I have to setup sudo to run the $CONF['*_script'] scripts?
- run visudo to edit the sudo configuration file
- add a line like this for every script you want to run:
wwwrun ALL = (courier) NOPASSWD: /usr/local/bin/postfixadmin-mailbox-postcreation.sh
(replace usernames and path according to your setup)

Loading…
Cancel
Save