Re: [exim] Quick Smarthost with Exim

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Drav Sloan
日付:  
To: Hermes Mauricio López
CC: exim-users
題目: 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.