RE: [exim] router setup problems

Pàgina inicial
Delete this message
Reply to this message
Autor: Mike Hansford
Data:  
A: exim-users
Assumpte: RE: [exim] router setup problems
-----Original Message-----
From: Jeremy Harris [mailto:jgh@wizmail.org]
Sent: Monday, 19 September 2005 7:56 PM
To: exim-users @ exim. org
Subject: Re: [exim] router setup problems

Mike Hansford wrote:
> I'm running exim4 and have a exim.conf file. I need exim to redirect mail
> for postmaster@localhost and root@localhost to me@???.
>
>
>
> 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 = me@???
>
>
>
> I get nothing but bounce messages stating that my messages are unroutable.
> If I send a message to postmaster, it is redirected to root@???.
> If I send to root it is redirected to me@???. No matter if I

send
> to postmaster, root or me@mycompany all messages bounce. Where might I

have
> gone wrong here?


Decide whether you're dealing with "root" or "root@localhost", 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



Well after much fiddling, I finally got around to renaming exim.conf to
exim4.conf. Problem solved. My hair will eventually grow back. Problem is
some doco I read somewhere either yesterday or today said that by creating a
exim.conf file it will take precedence over Debian's own debconf generated
config.

Cheers
Mike