Added support for processing Postfix logs to find bounces
This commit is contained in:
parent
73127ed7b4
commit
f0784156fe
4 changed files with 114 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue