Re: [Exim] problems with deliveries

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Patrick Boutilier
Data:  
Para: exim-users
Assunto: Re: [Exim] problems with deliveries
Steve,

I assume you are using exim 3.x ?

The "tickets" director will catch any e-mail address the way it is
setup. Try adding the following line to your director. It might work but
if it doesn't you need to add some sort of condition to your director so
it only catches addresses beginning with psi-tickets+.


prefix = psi-tickets+




Steve Foster wrote:
> Hi there,
>
>
> i am having problems with deliveries to a server, i have the following
> configured to capture all email addresses beginning with psi-tickets+ , and
> then it should take the next word as a group to be passed to a script,
> however it seems to be catching everything and passing it to the script,
> even say "root@" and "psi-submit@"
>
> the config options i have set are:
>
> Director:
>
> tickets:
> driver = smartuser
> user = exim
> transport = ticket_transport
>
> Transport:
>
> ticket_transport:
>         driver = pipe
>         command = /opt/PSIartk/bin/spool-ticket.pl ${substr_12_20:$local_part}
>         prefix = psi-tickets+
>         return_fail_output
>         log_output

>
>
> In the director section i have the tickets director first, before the
> system_aliases director, should these be reversed, or doesn't it matter, as
> the ticket_transport should not match certain addresses and pass them down
> to the system_aliases , or have i misconfigured the ticket_transport.
>
> any help would be much appreciated.
>
> Steve
>
> Steve Foster
> Senior Systems Administrator
> PSINet Europe
> Work: +44 (1223) 577322
> Mobile: +44 (7720) 425911
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>