I am running agentd on my mail server which works fine, however, every minute I get an entry in /var/log/syslog about the connection from the Zabbix server.
How can I suppress those from the log.
Code:
Mar 15 21:30:39 mta-2 postfix/smtpd[13865]: connect from localhost[127.0.0.1] Mar 15 21:30:39 mta-2 postfix/smtpd[13865]: lost connection after CONNECT from localhost[127.0.0.1] Mar 15 21:30:39 mta-2 postfix/smtpd[13865]: disconnect from localhost[127.0.0.1]
Comment