
Jan. 3, 2009
7:16 a.m.
Hi Fil,
On Sat, 3 Jan 2009 16:07:20 +0100, Fil <fil@rezo.net> wrote:
I've done the following, with little success so far:
- applied your patch to Mailman/Defaults.py and Mailman/Handlers/SMTPDirect.py
- added the 2 configuration lines in Mailman/mm_cfg.py
- restarted mailman :-)
- added to /etc/postfixmain.cf the line smtpd_authorized_verp_clients=127.0.0.0/8
- reloaded postfix
But no luck: I still receive messages with Return-Path: <test-bounces@rezo.net>
What you've done so far is to ensure that when and if Mailman uses VERP, it does so by asking Postfix to create the VERP return path, instead of doing it by itself (which would require it to deliver the message to Postfix once for every recipient).
You also need to tell Mailman when to actually use VERP. My mm_cfg.py contains:
VERP_PROBES = Yes VERP_PASSWORD_REMINDERS = Yes VERP_PERSONALIZED_DELIVERIES = Yes VERP_DELIVERY_INTERVAL = 1 VERP_CONFIRMATIONS = Yes VERP_STYLE = 'Postfix'
Jesper Dybdal, Denmark. http://www.dybdal.dk (in Danish).