Re: [Exim] Rewriting ( i assume?)

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Nico Erfurth
Datum:  
To: Jan Johansson
CC: 'Exim-users'
Betreff: 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