Re: [Exim] Exim v4 and wildcards in /etc/aliases

Top Page
Delete this message
Reply to this message
Author: Dan Egli
Date:  
To: Matthew Byng-Maddick
CC: exim-users
Subject: Re: [Exim] Exim v4 and wildcards in /etc/aliases
Matthew Byng-Maddick wrote:

>On Fri, Mar 14, 2003 at 03:47:53PM -0700, Dan Egli wrote:
>
>
>>Ok Question. I've been looking through the spec.txt file and can not
>>find an answer to this (still looking).
>>I have need to redirect ALL emails to a particular domain to one
>>address. I added this to my /etc/aliases:
>>*@infohighway.dyndns.org:        infohighway

>>
>>
>
>http://www.exim.org/exim-html-4.10/doc/html/spec_9.html#SECT9.4
>
>

I saw that and tried it. Same result. Here's the lookup routine from my
exim.conf file:
system_aliases:
driver = redirect
allow_defer
allow_fail
data = ${lookup{$local_part}lsearch*@{/etc/aliases}}
file_transport = address_file
pipe_transport = address_pipe
retry_use_local_part
user = mail

and the aliasfile does contain the alias

*@infohighway.dyndns.org:        infohighway


Exim still reports unroutable address though

2003-03-14 17:06:03 18tzBa-0005ln-00 ** dan.egli@???:
Unrouteable address

Whats next??