X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-local.php.dist;h=49063403bf76f1aa7f1132b77c4dd57551aed981;hb=45799353e6886efecaa6fe169848321a81a08c6e;hp=6b5ff15066504c8229b358e9cd888084ecd42afa;hpb=3fcf6d848f3437f860c4899363366f24543a111e;p=mailer.git diff --git a/inc/config-local.php.dist b/inc/config-local.php.dist index 6b5ff15066..49063403bf 100644 --- a/inc/config-local.php.dist +++ b/inc/config-local.php.dist @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * - * Copyright (c) 2009 - 2011 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'); @@ -89,6 +89,9 @@ setConfigEntry('DEBUG_TEMPLATE_CACHE', 'N'); // CFG: DEBUG-SQL (Logs all queries to inc/cache/mysql.log) //setConfigEntry('DEBUG_SQL', 'Y'); +// CFG: DEBUG-HOURLY (comment in to test hourly reset, comment out to not test) +//setConfigEntry('DEBUG_HOURLY', 'Y'); + // CFG: DEBUG-RESET (comment in to test daily reset, comment out to not test) //setConfigEntry('DEBUG_RESET', 'Y'); @@ -101,6 +104,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 +125,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');