Added support for processing Postfix logs to find bounces

This commit is contained in:
Andris Reinman 2016-09-22 12:04:30 +03:00
parent 73127ed7b4
commit f0784156fe
4 changed files with 114 additions and 15 deletions

View file

@ -96,3 +96,12 @@ port=3002
baseDN="ou=users,dc=company"
filter="(|(username={{username}})(mail={{username}}))"
passwordresetlink=""
[postfixbounce]
# Enable to allow writing Postfix bounce log to Mailtrain listener
# If enabled, tail mail.log to Mailtrain with the following command:
# tail -f -n +0 /var/log/mail.log | nc localhost 5699 -
enabled=false
port=5699
# allow connections from localhost only
host="127.0.0.1"