On Tue, 4 Apr 2006, Dermot Paikkos wrote: > > So my aliases router returns an address without the server part > (fine) and then sends it off to the primary MX to resolve. > > What I had hoped for was for it to return joe and use $home (or > similar) for the maildrop.
The usual setup is to do the mapping from local user to mailbox file name with a localuser router. This is all included in the default configuration file, which should be suitable for you with minimal changes given your choice of setup. See http://www.exim.org/exim-html-4.60/doc/html/spec.html/ch07.html#id2540220 The address_file transport is used when the right-hand-side of an aliases entry is a filename instead of an email address or local part. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
