]> git.mxchange.org Git - mailer.git/blobdiff - inc/config-local.php.dist
Installation NG continued (still not fully working)
[mailer.git] / inc / config-local.php.dist
index 80180925f8b3ac3348db15311516a5907c361e24..ebd74c4acca5346c09d02e43c3444724cf738009 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -63,7 +63,7 @@ setConfigEntry('WRITE_FOOTER', 'Y');
 setConfigEntry('OUTPUT_MODE', 'render');
 
 // CFG: INSTALLED
-setConfigEntry('MXCHANGE_INSTALLED', 'N');
+setConfigEntry('MAILER_INSTALLED', 'N');
 
 // CFG: ADMIN-SETUP
 setConfigEntry('ADMIN_REGISTERED', 'N');
@@ -81,7 +81,7 @@ setConfigEntry('_DB_TYPE', 'mysql3');
 setConfigEntry('ENABLE_BACKLINK', 'Y');
 
 // CFG: DEBUG-MODE (if enabled all mails will be *displayed* and *not* send!)
-setConfigEntry('DEBUG_MODE', 'Y');
+setConfigEntry('DEBUG_MODE', 'N');
 
 // CFG: DEBUG-TEMPLATE-CACHE
 setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');
@@ -101,6 +101,12 @@ setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N');
 // CFG: DEBUG-REGEX (comment in to debug regular expressions)
 //setConfigEntry('DEBUG_REGEX', 'Y');
 
+// CFG: DEBUG-BUILD-MAILS
+//setConfigEntry('DEBUG_BUILD_MAILS', 'Y');
+
+// CFG: ALLOW-TESTER-ACCOUNTS (comment in to allow tester accounts being re-included)
+//setConfigEntry('ALLOW_TESTER_ACCOUNTS', 'Y');
+
 // Your MySQL data (we don't like M$ SQL ;-) )
 $GLOBALS['mysql'] = array(
        // CFG: MYSQL-HOST
@@ -116,12 +122,13 @@ $GLOBALS['mysql'] = array(
 // SMTP-Subsystem (keep all empty to use legacy mail() command!)
 // CFG: SMTP-HOSTNAME
 setConfigEntry('SMTP_HOSTNAME', '');
+
 // CFG: SMTP-USER
 setConfigEntry('SMTP_USER'    , '');
+
 // CFG: SMTP-PASSWORD
 setConfigEntry('SMTP_PASSWORD', '');
 
-// @TODO Rewrite the following three constants, somehow...
 // CFG: MAIN-TITLE
 setConfigEntry('MAIN_TITLE', 'Your mail-exchanger title');