Allow Relay?

philmcdonnell

Verified User
Joined
Jan 6, 2004
Messages
181
Location
New York
Hello,

How can I setup DA to allow relay for certain IP addresses? I have several servers that I need to allow scripts to send email from but the servers the scripts are on don't have any MTA's..

Is it possible to allow certain IP's to relay? If so how? Where?

Thanks,
Phil
 
Thanks Jeff,

I think I got it working this way, in the exim.conf file I added:

hostlist relay_hosts = net-lsearch;/etc/virtual/pophosts :
/etc/virtual/relay_ips : 127.0.0.1

> Relay_ips contains the Ip pools we own and want to relay for no matter what.


Regards,
Phil
 
Back
Top