Hi.
We have a server from Redstation D.C
This D.C have own mail server an we must config our directadmin with d.c mail server configurations !
this is FAQ : http://www.redstation.com/dedicated-server/mail-relay-faq
but when copy
in exim.conf, i can't restart exim ! and exim going down !
any body can help to me ?
We have a server from Redstation D.C
This D.C have own mail server an we must config our directadmin with d.c mail server configurations !
this is FAQ : http://www.redstation.com/dedicated-server/mail-relay-faq
How do I setup the free relay on Exim (not CPanel)
Using your favorite text editor simply
Open: /etc/exim/main.cf
Add or Edit the following:
smarthost:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
route_data = "relay.redstationmail.co.uk"
Run: service exim restart
but when copy
Code:
smarthost:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
route_data = "relay.redstationmail.co.uk"
any body can help to me ?