From cc383420874c773716e97b308bfdaf6445919600 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 16 Nov 2009 21:09:14 +0000 Subject: [PATCH] config.inc.php - document commandline parameters for $CONF[*_script] options git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@770 a1433add-5e2c-0410-b055-b7f2511e0802 --- config.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.inc.php b/config.inc.php index 15098767..27f44ad4 100644 --- a/config.inc.php +++ b/config.inc.php @@ -311,6 +311,7 @@ $CONF['recipient_delimiter'] = ""; // 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. +// Parameters: (1) username (2) domain (3) maildir (4) quota // $CONF['mailbox_postcreation_script']='sudo -u courier /usr/local/bin/postfixadmin-mailbox-postcreation.sh'; // Optional: @@ -318,6 +319,7 @@ $CONF['recipient_delimiter'] = ""; // 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. +// Parameters: (1) username (2) domain (3) maildir (4) quota // $CONF['mailbox_postedit_script']='sudo -u courier /usr/local/bin/postfixadmin-mailbox-postedit.sh'; // Optional: @@ -325,6 +327,7 @@ $CONF['recipient_delimiter'] = ""; // 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. +// Parameters: (1) username (2) domain // $CONF['mailbox_postdeletion_script']='sudo -u courier /usr/local/bin/postfixadmin-mailbox-postdeletion.sh'; // Optional: @@ -332,6 +335,7 @@ $CONF['recipient_delimiter'] = ""; // 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. +// Parameters: (1) username //$CONF['domain_postcreation_script']='sudo -u courier /usr/local/bin/postfixadmin-domain-postcreation.sh'; // Optional: @@ -339,6 +343,7 @@ $CONF['recipient_delimiter'] = ""; // 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. +// Parameters: (1) username // $CONF['domain_postdeletion_script']='sudo -u courier /usr/local/bin/postfixadmin-domain-postdeletion.sh'; // Optional: