On Fri, Apr 26, 2013 at 08:21:20AM +0100 you wrote: > iptables -A INPUT -p tcp --dport 25 -m limit --limit 5/min -j ULOG > --ulog-prefix "iptables SMTP denied: "
For now I decided to log every connection. It's true. That produces a lot of log entries. Later, when the problem is cured, I'll reduce log entries by adding --limit <something>. Using ulog for that is a good idea. Regards, -- R. Cirksena <[email protected]> -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
