[exim] aliases suffix help

Top Page
Delete this message
Reply to this message
Author: Troy Engel
Date:  
To: exim users
Subject: [exim] aliases suffix help
I think I found a partial answer to my question, but I can't seem to get
it to work:

http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20040531/msg00013.html

Here's what works, and what I would like. My real login/mail name is
"tengel", and in the /etc/aliases I have:

   troy:    tengel


In my exim.conf I have local_part_suffixes configured, so email to
"tengel-1234@???" will get to me fine. However, email sent to
"troy-1234@???" bounces with an Unknown user response.

Where should I be looking for the right config change to happen so that
suffixes to aliases will function? Snippets below of the two routers
where I think something has to be tweaked... thanks for any help!

-te

# Publically visible aliases
system_aliases:
driver = redirect
allow_fail
allow_defer
data = ${lookup{$local_part}lsearch{/etc/aliases}}
file_transport = address_file
pipe_transport = address_pipe

localuser:
driver = accept
check_local_user
local_part_suffix = +* : -*
local_part_suffix_optional
transport = local_delivery
cannot_route_message = Unknown user


--
Troy Engel | Systems Engineer
Fluid, Inc | http://www.fluid.com