diff options
author | Micah <micah@leap.se> | 2015-11-02 21:02:03 -0500 |
---|---|---|
committer | Micah <micah@leap.se> | 2015-11-02 21:51:16 -0500 |
commit | 7d0b6b25e49a1ccb70c4f502f7dfc58878b900cc (patch) | |
tree | 92896619c0cf4ace177cecfbdea6cbbbb9bc8419 /puppet | |
parent | ea5b55fb9a4f831c586ba773205d3238e5213260 (diff) |
remove unused postfwd rule
Change-Id: I8756c5c3212a3d7e3c44414fdf6bfff5cd29d70f
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/postfwd/templates/postfwd.cf.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/puppet/modules/postfwd/templates/postfwd.cf.erb b/puppet/modules/postfwd/templates/postfwd.cf.erb index 6460994a..1c45dd03 100644 --- a/puppet/modules/postfwd/templates/postfwd.cf.erb +++ b/puppet/modules/postfwd/templates/postfwd.cf.erb @@ -26,6 +26,3 @@ id=MSGRATE ; sasl_username=!!(^$); action==rate($$sasl_username/100/3600/450 4.7 # and can't exceed more than 250/60min # NOTE: sasl_username needs to be set to something or this check will fail id=RCPTRATE ; sasl_username=!!(^$); action==rcpt($$sasl_username/500/3600/450 4.7.1 exceeded message rate. Contact http://<%= @domain %>/tickets/new if this is in error. ERROR:RCPTRATE) - -# Size per client Limit -id=SENDSIZE ; state==END_OF_DATA ; client_address==!!(10.0.1.0/24); action==size($$client_address/314572800/3600/450 4.7.1 Sorry you have sent too much data. Contact http://<%= @domain %>/tickets/new if this is in error. ERROR:SENDSIZE) |