Here are the bits I think I should have sent first.
Exim 4.24.11 on RedHat 9.0
exim logfile entry:
2005-11-30 02:56:32 1EhPbH-00005L-Do ** |/opt/rt3/bin/rt-mailgate --queue
general --action correspond --url
http://rt.aviawest.com/ <rt@???>
R=virtual_aliases T=address_pipe: delivery to pipe forbidden
######################################################################
# ROUTERS CONFIGURATION #
######################################################################
virtual_aliases:
driver = redirect
allow_fail
allow_defer
domains = partial-lsearch;/etc/mail/domains.list
data = ${lookup{$local_part}lsearch*{/etc/aliases.$domain}}
user = exim
group = mail
file_transport = address_file
pipe_transport = address_pipe
qualify_preserve_domain
one_time
######################################################################
# TRANSPORTS CONFIGURATION #
######################################################################
address_pipe:
driver = pipe
return_output
Stephen Gran wrote:
> On Wed, Nov 30, 2005 at 02:37:47AM -0800, Erik Myllymaki said:
>
>>what would cause such an error?
>>
>>I am trying to setup RequestTracker with exim and when using a pipe in my
>>aliases file this
>>is the error that I receive.
>
>
> You need
> pipe_transport = address_pipe
>
> in your router that handles /etc/aliases