Added option to disable the sender header when using VERP
This commit is contained in:
parent
c4b80fff93
commit
85cefc14e8
2 changed files with 8 additions and 1 deletions
|
@ -103,6 +103,12 @@ db=5
|
|||
enabled=false
|
||||
port=2525
|
||||
host="0.0.0.0"
|
||||
# With DMARC, the Return-Path and From address must match the same domain.
|
||||
# By default we get around this by using the VERP address in the Sender header,
|
||||
# with the side effect that some email clients diplay an ugly "on behalf of" message.
|
||||
# You can safely disable this Sender header if you're not using DMARC or your
|
||||
# VERP hostname is in the same domain as the From address.
|
||||
# disablesenderheader=true
|
||||
|
||||
[testserver]
|
||||
# Starts a vanity server that redirects all mail to /dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue