Hi Fil,

On Sat, 3 Jan 2009 16:07:20 +0100, Fil <f...@rezo.net> wrote:

>I've done the following, with little success so far:
>1) applied your patch to Mailman/Defaults.py and Mailman/Handlers/SMTPDirect.py
>2) added the 2 configuration lines in Mailman/mm_cfg.py
>3) restarted mailman :-)
>4) added to /etc/postfixmain.cf the line
>   smtpd_authorized_verp_clients=127.0.0.0/8
>5) reloaded postfix
>
>But no luck: I still receive messages with Return-Path: <test-boun...@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).
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to