Page 1 of 1

How to setup auto relay allow for a domain

Posted: Thu Feb 20, 2014 9:45 am
by ranjibd
Hello Sir,

How to setup auto relay allow for a domain www.alphainterbiz.com

there few mails are working with google apps and few are on vista.

Regards,
Ranjib

Re: How to setup auto relay allow for a domain

Posted: Thu Feb 20, 2014 10:30 am
by skid
There is a directive for it in the exim configuration file. By default only localhost is accepted to relay.
hostlist relay_from_hosts = 127.0.0.1
Ip addresses should be delimited by column
hostlist relay_from_hosts = 127.0.0.1:127.0.0.2