Ban IPs based on too many invalid recipients in a connection. Requires

configuring check_user.  Tighten HELO best_guess policy.
This commit is contained in:
Stuart Gathman
2007-06-23 20:53:05 +00:00
parent 218f5168bc
commit 9a8fdcb120
2 changed files with 39 additions and 10 deletions
+7 -1
View File
@@ -77,6 +77,11 @@ cat >$RPM_BUILD_ROOT/etc/logrotate.d/milter <<'EOF'
copytruncate
compress
}
/var/log/milter/banned_ips {
rotate 3
daily
copytruncate
}
EOF
# purge saved defanged message copies
@@ -152,7 +157,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc README HOWTO ChangeLog NEWS TODO CREDITS sample.py
%doc README HOWTO ChangeLog NEWS TODO CREDITS sample.py milter-template.py
/etc/logrotate.d/milter
/etc/cron.daily/milter
%ifos aix4.1
@@ -183,6 +188,7 @@ rm -rf $RPM_BUILD_ROOT
- add sample spfmilter.py milter
- private_relay config option
- persist delayed DSN blacklisting
- handle gossip server restart without disabling gossip
* Sat Nov 04 2006 Stuart Gathman <stuart@bmsi.com> 0.8.7-1
- More lame bounce heuristics
- SPF moved to pyspf RPM