|
|
@ -306,6 +306,13 @@ $CONF['show_custom_colors']=array("lightgreen","lightblue");
|
|
|
|
// prevent the web-server from executing external scripts.
|
|
|
|
// prevent the web-server from executing external scripts.
|
|
|
|
// $CONF['mailbox_postdeletion_script']='sudo -u courier /usr/local/bin/postfixadmin-mailbox-postdeletion.sh';
|
|
|
|
// $CONF['mailbox_postdeletion_script']='sudo -u courier /usr/local/bin/postfixadmin-mailbox-postdeletion.sh';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Optional:
|
|
|
|
|
|
|
|
// Script to run after creation of domains.
|
|
|
|
|
|
|
|
// Note that this may fail if PHP is run in "safe mode", or if
|
|
|
|
|
|
|
|
// operating system features (such as SELinux) or limitations
|
|
|
|
|
|
|
|
// prevent the web-server from executing external scripts.
|
|
|
|
|
|
|
|
$CONF['domain_postcreation_script']='sudo -u courier /usr/local/bin/postfixadmin-domain-postcreation.sh';
|
|
|
|
|
|
|
|
|
|
|
|
// Optional:
|
|
|
|
// Optional:
|
|
|
|
// Script to run after deletion of domains.
|
|
|
|
// Script to run after deletion of domains.
|
|
|
|
// Note that this may fail if PHP is run in "safe mode", or if
|
|
|
|
// Note that this may fail if PHP is run in "safe mode", or if
|
|
|
|