Configuring Postfix to send events
By default, audit events of the Postfix system are output to /var/log/maillog or /var/log/mail.
To send events to KUMA:
- Create a backup copy of the /etc/rsyslog.conf file.
- Open the /etc/rsyslog.conf file for editing.
- Add the following line to the end of the /etc/rsyslog.conf file:
mail.* @@<IP address of the KUMA collector>:<port of the KUMA collector>
- Save the /etc/rsyslog.conf file.
- Restart the rsyslog service:
sudo systemctl restart rsyslog
Page top