Tijmen wrote: > node05:/home/tijmen# exim -bt [EMAIL PROTECTED] > R: system_aliases for [EMAIL PROTECTED] > R: virtual aliases for [EMAIL PROTECTED] > [EMAIL PROTECTED] is undeliverable: Unrouteable address
Without seeing *how* you do these lookups, it would probably be a similar copy of your router? that you use to perform these lookups. Instead of looking up the full email address (ie, the user and the hostname) to get your destination, you will want to strip off the username portion from the domain and replace it with "*" and then do your DNS lookup to see if there's a catch-all set up. You would do this AFTER the lookup for individual accounts (so that a catch-all doesn't override a valid account) in DNS. Shouldn't be too tough - if you figured out how to configure Exim to do a MBOXFW lookup, I'm sure you can get this solved too :) Eli. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
