Re: [Exim] stop delivery to local users

Etusivu
Poista viesti
Vastaa
Lähettäjä: John Burnham
Päiväys:  
Vastaanottaja: akb, exim-users
Aihe: Re: [Exim] stop delivery to local users
Tony Beyers wrote:
> I am running exim 4.14 on machine1.msu.edu which has a user named
> testuser. When I try to send a message from machine1 to
> testuser@??? exim delivers this locally to
> testuser@???. Is there a setting I'm missing to make
> this go to testuser@???? Right now I'm using the stock
> configuration file but I've tried everything I can find in the docs
> and some that I didn't.


What is the content of your local_domains domainlist ? By default,
these are the domains that exim will deliver locally.
Of course, you can also always try
exim -d -bt testuser@???
to do some debugging.
John