Skip to Content.
Sympa Menu

en - Re: [sympa-users] sympa bounces via postfix transport. I have a problem

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Nikolay Shaplov <address@concealed>
  • To: address@concealed, David Verdin <address@concealed>
  • Subject: Re: [sympa-users] sympa bounces via postfix transport. I have a problem
  • Date: Sat, 28 Mar 2015 10:16:06 +0300

On Friday 27 March 2015 12:16:55 David Verdin wrote:
> Hi Nikolay,
>
> I a m more a sendmail guy, but in the manual page you quoted, there is
> this part that should help you:
>
> This in master.cf:
>
> sympa unix - n n - - pipe
> flags=R user=sympa argv=/usr/lib/sympa/bin/queue ${recipient}
> sympabounce unix - n n - - pipe
> flags=R user=sympa argv=/usr/lib/sympa/bin/bouncequeue ${recipient}
>
> An that in transport_regexp:
>
>
> /^.*\-owner@lists\.mydomain\.tld$/ sympabounce:
> /^.*\@lists\.mydomain\.tld$/ sympa:
>
> And finally that in main.cf:
>
> relay_domains = $mydestination, lists.mydomain.tld
> transport_maps = regexp:/etc/postfix/transport_regexp
> sympa_destination_recipient_limit = 1
> sympabounce_destination_recipient_limit = 1
>
> Shouldn't it solve your problem? It looks like it indeed spots the
> -owner addresses and pipes them to the right Sympa program, doesn't it?

Have a look at my answer to Steve
https://listes.renater.fr/sympa/arc/sympa-users/2015-03/msg00039.html

In short: bouncequeue will get "to address" where ${recipient} stands, and
this "to address' will be -owner address. I.e.
address@concealed and bouncequeue expects
address@concealed

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.19+.

Top of Page