Thread: SF.net SVN: postfixadmin: [197] trunk/config.inc.php
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2007-11-04 21:05:55
|
Revision: 197 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=197&view=rev Author: christian_boltz Date: 2007-11-04 13:06:00 -0800 (Sun, 04 Nov 2007) Log Message: ----------- - also read config.local.php when in /users/ Modified Paths: -------------- trunk/config.inc.php Modified: trunk/config.inc.php =================================================================== --- trunk/config.inc.php 2007-11-04 21:02:26 UTC (rev 196) +++ trunk/config.inc.php 2007-11-04 21:06:00 UTC (rev 197) @@ -57,6 +57,7 @@ $CONF['database_tables'] = array ( 'admin' => 'admin', 'alias' => 'alias', + 'config' => 'config', 'domain' => 'domain', 'domain_admins' => 'domain_admins', 'log' => 'log', @@ -313,11 +314,15 @@ // that future updates work without problems, you can use a separate config // file (config.local.php) instead of editing this file and override some // settings there. -if (file_exists (realpath ("./config.local.php"))) { +if (file_exists (realpath ("./config.local.php"))) { # for / include('config.local.php'); +} elseif (file_exists (realpath ("../config.local.php"))) { # for /users/ + include('../config.local.php'); }; + // // END OF CONFIG FILE // +/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2007-11-11 23:23:49
|
Revision: 210 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=210&view=rev Author: christian_boltz Date: 2007-11-11 15:23:53 -0800 (Sun, 11 Nov 2007) Log Message: ----------- - removed outdated TODO note Modified Paths: -------------- trunk/config.inc.php Property Changed: ---------------- trunk/config.inc.php Modified: trunk/config.inc.php =================================================================== --- trunk/config.inc.php 2007-11-11 23:08:58 UTC (rev 209) +++ trunk/config.inc.php 2007-11-11 23:23:53 UTC (rev 210) @@ -158,7 +158,6 @@ // Vacation Control // If you want users to take control of vacation set this to 'YES'. -// TODO: not implemented $CONF['vacation_control'] ='YES'; // Vacation Control for admins Property changes on: trunk/config.inc.php ___________________________________________________________________ Name: svn:keywords + Id Rev This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2007-11-18 21:43:21
|
Revision: 234 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=234&view=rev Author: christian_boltz Date: 2007-11-18 13:43:10 -0800 (Sun, 18 Nov 2007) Log Message: ----------- config.inc.php: - listed "md5" for $CONF['encrypt'] Modified Paths: -------------- trunk/config.inc.php Modified: trunk/config.inc.php =================================================================== --- trunk/config.inc.php 2007-11-18 19:27:46 UTC (rev 233) +++ trunk/config.inc.php 2007-11-18 21:43:10 UTC (rev 234) @@ -80,6 +80,7 @@ // Encrypt // In what way do you want the passwords to be crypted? // md5crypt = internal postfix admin md5 +// md5 = md5 sum of the password // system = whatever you have set as your PHP system default // cleartext = clear text passwords (ouch!) $CONF['encrypt'] = 'md5crypt'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Gin...@us...> - 2007-12-02 15:09:39
|
Revision: 251 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=251&view=rev Author: GingerDog Date: 2007-12-02 07:09:39 -0800 (Sun, 02 Dec 2007) Log Message: ----------- config.inc.php: update - use dirname(__FILE__) for path resolution Modified Paths: -------------- trunk/config.inc.php Modified: trunk/config.inc.php =================================================================== --- trunk/config.inc.php 2007-12-02 13:59:33 UTC (rev 250) +++ trunk/config.inc.php 2007-12-02 15:09:39 UTC (rev 251) @@ -33,12 +33,14 @@ // Postfix Admin Path // Set the location of your Postfix Admin installation here. -// You must enter complete url (http://domain.tld/) and full path (/var/www/postfixadmin) +// You must enter complete url (http://domain.tld/) $CONF['postfix_admin_url'] = ''; + +// leave this alone... $CONF['postfix_admin_path'] = dirname(__FILE__); // Language config -// Language files are located in './languages'. +// Language files are located in './languages', change as required.. $CONF['default_language'] = 'en'; // Database Config @@ -314,15 +316,11 @@ // that future updates work without problems, you can use a separate config // file (config.local.php) instead of editing this file and override some // settings there. -if (file_exists (realpath ("./config.local.php"))) { # for / - include('config.local.php'); -} elseif (file_exists (realpath ("../config.local.php"))) { # for /users/ - include('../config.local.php'); -}; +if (file_exists(dirname(__FILE__) . '/config.local.php')) { # for / + include(dirname(__FILE__) . '/config.local.php'); +} - // // END OF CONFIG FILE // /* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <chr...@us...> - 2008-03-05 00:09:42
|
Revision: 309 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=309&view=rev Author: christian_boltz Date: 2008-03-04 16:09:46 -0800 (Tue, 04 Mar 2008) Log Message: ----------- config.inc.php: - better description for $CONF['domain_path'] and $CONF['domain_in_mailbox'] http://sourceforge.net/tracker/index.php?func=detail&aid=1875950&group_id=191583&atid=937964 Modified Paths: -------------- trunk/config.inc.php Modified: trunk/config.inc.php =================================================================== --- trunk/config.inc.php 2008-03-04 22:02:20 UTC (rev 308) +++ trunk/config.inc.php 2008-03-05 00:09:46 UTC (rev 309) @@ -117,10 +117,15 @@ // Mailboxes // If you want to store the mailboxes per domain set this to 'YES'. -// Example: /usr/local/virtual/domain.tld/use...@do...d +// Examples: +// YES: /usr/local/virtual/domain.tld/use...@do...d +// NO: /usr/local/virtual/use...@do...d $CONF['domain_path'] = 'NO'; // If you don't want to have the domain in your mailbox set this to 'NO'. -// Example: /usr/local/virtual/domain.tld/username +// Examples: +// YES: /usr/local/virtual/domain.tld/use...@do...d +// NO: /usr/local/virtual/domain.tld/username +// Note: If $CONF['domain_path'] is set to NO, this setting will be forced to YES. $CONF['domain_in_mailbox'] = 'YES'; // Default Domain Values This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Gin...@us...> - 2008-05-15 06:10:54
|
Revision: 361 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=361&view=rev Author: GingerDog Date: 2008-05-14 23:10:54 -0700 (Wed, 14 May 2008) Log Message: ----------- config.inc.php: see https://sourceforge.net/forum/forum.php?thread_id=2038918&forum_id=676076 Modified Paths: -------------- trunk/config.inc.php Modified: trunk/config.inc.php =================================================================== --- trunk/config.inc.php 2008-05-07 05:29:09 UTC (rev 360) +++ trunk/config.inc.php 2008-05-15 06:10:54 UTC (rev 361) @@ -49,7 +49,7 @@ // pgsql = PostgreSQL $CONF['database_type'] = 'mysql'; $CONF['database_host'] = 'localhost'; -$CONF['database_user'] = 'postfixadmin'; +$CONF['database_user'] = 'postfix'; $CONF['database_password'] = 'postfixadmin'; $CONF['database_name'] = 'postfix'; $CONF['database_prefix'] = ''; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Gin...@us...> - 2008-06-08 15:29:37
|
Revision: 377 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=377&view=rev Author: GingerDog Date: 2008-06-08 08:29:44 -0700 (Sun, 08 Jun 2008) Log Message: ----------- config.inc.php: doc fix from Kurushiyama via IRC Modified Paths: -------------- trunk/config.inc.php Modified: trunk/config.inc.php =================================================================== --- trunk/config.inc.php 2008-05-27 18:43:08 UTC (rev 376) +++ trunk/config.inc.php 2008-06-08 15:29:44 UTC (rev 377) @@ -238,7 +238,7 @@ Welcome to your new account. EOM; -// When creating mailboxes, check that the domain-part of the +// When creating mailboxes or aliases, check that the domain-part of the // address is legal by performing a name server look-up. $CONF['emailcheck_resolve_domain']='YES'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |