Mike Hansford wrote:
I'm running exim4 and have a exim.conf file. I need exim to redirect mail
for [EMAIL PROTECTED] and [EMAIL PROTECTED] to [EMAIL PROTECTED]
I have 2 routers set up, pretty much just following the example.conf. The
first determines non-local addresses and palms them off to smtp. My second
router does a /etc/aliases lookup which has entries like this:
postmaster = root
root = [EMAIL PROTECTED]
I get nothing but bounce messages stating that my messages are unroutable.
If I send a message to postmaster, it is redirected to [EMAIL PROTECTED]
If I send to root it is redirected to [EMAIL PROTECTED] No matter if I send
to postmaster, root or [EMAIL PROTECTED] all messages bounce. Where might I have
gone wrong here?
Decide whether you're dealing with "root" or "[EMAIL PROTECTED]", and code
appropriately. Test with "exim -bt", and if that's not detailed enough,
with various combinations of "exim -d-all+foo -bh bar".
- Jeremy
--
## 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/