I WANT to relay email

yapadu

Verified User
Joined
Jun 26, 2009
Messages
38
I want to use DA/Exim as a smart relay host, but can't find how to do it.

I have added the following to /etc/exim.conf

hostlist relay_from_hosts = 192.168.15.25

I thought this would then allow that host to relay, but it is still told to "authentication required" when trying to relay through the box.

I have tried a few things but no luck.

What am I missing?
 
If you are using SpamBlocker exim conf (default in DA) modify:
Code:
hostlist relay_hosts = net-lsearch;/etc/virtual/pophosts : 127.0.0.1
Into:
Code:
hostlist relay_hosts = net-lsearch;/etc/virtual/pophosts : 127.0.0.1 : 192.168.15.25
 
Back
Top