Re: [exim] Quick Smarthost with Exim

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Drav Sloan
Dátum:  
Címzett: Hermes Mauricio López
CC: exim-users
Tárgy: Re: [exim] Quick Smarthost with Exim
Hermes Mauricio López wrote:
> Hello there, I am trying to setup (with no success) a simple smarthost
> box where I just receive all email and redirect it to the real mail
> server.


At the top of your routers:

smarthost:
driver = manualroute
transport = remote_smtp
route_list = * x.x.x.x byname

Where x.x.x.x is the IP of your real mail server's IP.

Regards

D.