merge hcoop connection limit and delivery retry interval changes
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 4 Oct 2009 21:56:45 +0000 (17:56 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 4 Oct 2009 21:56:45 +0000 (17:56 -0400)
conf.d/main/02_exim4-config_options

index 44cb455..38ee0e8 100644 (file)
@@ -198,3 +198,13 @@ trusted_groups = MAIN_TRUSTED_GROUPS
 # SMTP Banner. The example includes the Debian version in the SMTP dialog
 # MAIN_SMTP_BANNER = "${primary_hostname} ESMTP Exim ${version_number} (Debian package MAIN_PACKAGE_VERSION) ${tod_full}"
 # smtp_banner = $smtp_active_hostname ESMTP Exim $version_number $tod_full
+
+
+# hcoop-change: raise limit for incoming SMTP connections
+smtp_accept_max = 95
+
+# hcoop-change: expire retry data after a single day
+retry_data_expire = 1d
+
+# hcoop-change: don't penalize hosts past 4 hours
+retry_interval_max = 4h