Move queue settings to it's own template file

And disable queue throttling, qmail will handle it
tags/smeserver-phplist-0.2.1-1
Daniel Berteaud 10 years ago
parent f196e22426
commit 1a41e34bc8
  1. 5
      root/etc/e-smith/templates/etc/phplist/config.php/35Login
  2. 1
      root/etc/e-smith/templates/etc/phplist/config.php/40Tracking
  3. 3
      root/etc/e-smith/templates/etc/phplist/config.php/45Queue

@ -1,9 +1,8 @@
$require_login = {(($phplist{'Authentication'} || 'http') eq 'internal') ? '1':'0'};
define("REGISTER",0);
define("NOSTATSCOLLECTION",1);
define("MANUALLY_PROCESS_QUEUE",0);
define('MAILQUEUE_THROTTLE',0.5);
define('USE_DOMAIN_THROTTLE',0);
define('DOMAIN_BATCH_SIZE',2);
define('DOMAIN_BATCH_PERIOD',30);
define('DOMAIN_BATCH_SIZE',30);
define('DOMAIN_BATCH_PERIOD',300);
define('MAX_PROCESSQUEUE_TIME',900);

@ -8,3 +8,4 @@ EOF
else{
$OUT .= '# Tracking is disabled';
}
define("NOSTATSCOLLECTION",1);

@ -0,0 +1,3 @@
define("MANUALLY_PROCESS_QUEUE",0);
define('MAILQUEUE_THROTTLE',0);
define('USE_DOMAIN_THROTTLE',0);
Loading…
Cancel
Save