[Mailman-Users] VERP + Postfix

2004-07-26 Thread Speedy Gonzalis
I tried to implement VERP so I could take advantage of the bounce tracking but postfix rejects the returned bounces as an unknown address. Does anyone here know how to set up Postfix with VERP? I read the VERP info on the Postfix site but it doesn't SEEM to apply to the way Mailman says it

Re: [Mailman-Users] VERP + Postfix

2004-07-26 Thread David Relson
On Mon, 26 Jul 2004 19:45:04 -0400 Speedy Gonzalis wrote: I tried to implement VERP so I could take advantage of the bounce tracking but postfix rejects the returned bounces as an unknown address. Does anyone here know how to set up Postfix with VERP? I read the VERP info on the Postfix

Re: [Mailman-Users] VERP + Postfix

2004-07-26 Thread Larry Stone
On 7/26/04 7:25 PM, David Relson at [EMAIL PROTECTED] wrote: On Mon, 26 Jul 2004 19:45:04 -0400 Speedy Gonzalis wrote: I tried to implement VERP so I could take advantage of the bounce tracking but postfix rejects the returned bounces as an unknown address. Does anyone here know how to

[Mailman-Users] VERP + Postfix recipient_delimiter issue

2004-01-31 Thread Todd A. Jacobs
Environment: # Postfix 2.0.11: main.cf recipient_delimiter = - owner_request_special = no # Mailman 2.1.2: mm_cfg.py VERP_FORMAT = '%(bounces)s-%(mailbox)s=%(host)s' VERP_REGEXP = r'^(?Pbounces[^-]+?)-(?Pmailbox[^=]+)=(?Phost[EMAIL PROTECTED])@.*$'