Re: [Exim] Rewriting ( i assume?)

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Nico Erfurth
Ημερομηνία:  
Προς: Jan Johansson
Υ/ο: 'Exim-users'
Αντικείμενο: Re: [Exim] Rewriting ( i assume?)
Jan Johansson wrote:
> (Exim 4.12)
> Trying to get Sympa to work nice with a few generic
> routers/transports.... But one thing has me a bit baffled.
>
> Suppose I get a incoming message for sm7h-lista-owner@???
> Then I need to pipe driver which has a different address, something
> like.
>
> command = "/home/sympa/bin/bouncequeue sm7h-lista@???"
>
> is this where I should use a local_part_suffix?


Yes.

sympa_router:
driver = redirect
local_part_suffixes = -owner
pipe_transport = pipe_delivery
data = /home/sympa/bin/bouncequeue $local_part@$domain

Nico