Postfix XVERP support for SMTPDirect.py
Bug #558067 reported by
tzs
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Mailman |
New
|
Undecided
|
Unassigned |
Bug Description
This patch adds support for Postfix's XVERP ESMTP
extension for doing VERP on delivery instead of
requiring Mailman to inject the message once per
recipient when VERPing.
This patch is against Mailman 2.1.2
To make it work, add:
VERP_STYLE = 'Postfix'
POSTFIX_XVERP_OPTS = '+='
to mm_cfg.py And to go back to Mailman's way of doing
VERP, you can set VERP_STYLE = 'Mailman'
To post a comment you must log in.
The file mm21-postfix- verp.diff was added: XVERP patch for Mailman 2.1.2