From: Clinton Ebadi Date: Sun, 4 Oct 2009 21:56:45 +0000 (-0400) Subject: merge hcoop connection limit and delivery retry interval changes X-Git-Url: https://git.hcoop.net/hcoop/zz_old/config/exim4-hopper.git/commitdiff_plain/20a9cf7b5a5ad9ef38e6ae2d303443d4faae732b merge hcoop connection limit and delivery retry interval changes --- diff --git a/conf.d/main/02_exim4-config_options b/conf.d/main/02_exim4-config_options index 44cb455..38ee0e8 100644 --- a/conf.d/main/02_exim4-config_options +++ b/conf.d/main/02_exim4-config_options @@ -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