Re: [exim] Quick Smarthost with Exim
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Aquest missatge és part del següent fil:
l'arbre de fils complet ordenat per data
Hermes Mauricio López en
2011-12-07 19:12
Autor:
Drav Sloan
Data:
2011-12-08 10:55
UTC
A:
Hermes Mauricio López
CC:
exim-users
Assumpte:
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.