Routine update.
[hcoop/zz_old/config/exim4-hopper.git] / conf.d / main / 02_exim4-config_options
index e28e3e6..203d837 100644 (file)
@@ -182,3 +182,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 DEBCONFpackageversionDEBCONF) ${tod_full}"
 # smtp_banner = $smtp_active_hostname ESMTP Exim $version_number $tod_full
+
+
+# hcoop-change: raise limit for incoming SMTP connections
+smtp_accept_max = 45
+
+# 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