SF.net SVN: postfixadmin:[522] trunk/config.inc.php
Brought to you by:
christian_boltz,
gingerdog
|
From: <Gin...@us...> - 2009-01-15 13:02:24
|
Revision: 522
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=522&view=rev
Author: GingerDog
Date: 2009-01-15 12:25:19 +0000 (Thu, 15 Jan 2009)
Log Message:
-----------
config.inc.php: do not default to this being enabled
Modified Paths:
--------------
trunk/config.inc.php
Modified: trunk/config.inc.php
===================================================================
--- trunk/config.inc.php 2009-01-15 12:24:56 UTC (rev 521)
+++ trunk/config.inc.php 2009-01-15 12:25:19 UTC (rev 522)
@@ -312,7 +312,7 @@
// 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';
+//$CONF['domain_postcreation_script']='sudo -u courier /usr/local/bin/postfixadmin-domain-postcreation.sh';
// Optional:
// Script to run after deletion of domains.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|