[exim] "pipe_transport unset" error... (exim4-sarge / sympa)

Top Page
Delete this message
Reply to this message
Author: Francois Sauterey
Date:  
To: exim-users
Subject: [exim] "pipe_transport unset" error... (exim4-sarge / sympa)
Well, it's a well knowned problem about "pipe_transport unset in..." error,
but I can't find a pertinent answer ;~{

I use the exim4 debian sarge package, in a splited configuration style,
and I'm trying to configure it with the sympa mailling ist.

I've a router/450_exim4-config_sympa with:
sympa_aliases:
debug_print = "R: sympa_aliases for $local_part@$domain"
driver = redirect
allow_fail
allow_defer
data = ${lookup{$domain-$local_part}lsearch{/etc/mail/sympa.aliases}}
pipe_transport = sympa_pipe

and a transport/40_exim4-config_sympa_pipe with:
sympa_pipe:
debug_print = "T: sympa_pipe for $local_part@$domain"
driver = pipe
command = "/usr/lib/sympa/bin/queue $local_part@$domain"
user = sympa
group = sympa
return_output

The autogenerated config file is good, exim restarted bat no transport was
found...

Any solution ?

(I appologie for my so poor english)