After every email sent through my mail server, postfix/anvil
appends something like the following:
Nov 9 15:09:11 keutenberg postfix/anvil[30006]: statistics: max connection rate 1/60s for (smtp:103.28.42.75) at Nov 9 15:02:42
Nov 9 15:09:11 keutenberg postfix/anvil[30006]: statistics: max connection count 1 for (smtp:103.28.42.75) at Nov 9 15:02:42
Nov 9 15:09:11 keutenberg postfix/anvil[30006]: statistics: max message rate 1/60s for (smtp:103.28.42.75) at Nov 9 15:02:43
Nov 9 15:09:11 keutenberg postfix/anvil[30006]: statistics: max cache size 1 at Nov 9 15:02:42
I understand why these messages are being logged (I set up the restrictions), but I can't find any way to change anvil
's log level (i.e. to suppress these informational messages from mail.log
). Is there a setting I can use in my main.cf
to disable these statistical messages? I'd rather stop them at the source than suppress them through a syslog setting.