SMTP relay from an IP address

moronhead

Well-Known Member
Aug 12, 2001
706
0
316
Is there a way to tell exim to accept SMTP local relay from an IP address on the server [as opposed to a host or domain]? I've tried a few tweaks in exim.conf but with no result.
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
You could manually append something to /etc/relayhosts ............
:p
Or tweak antirelayd to continue to add the same IP in, over and over again. This is probably more possible. Just have it print the IPs in question to that file when it's putting all the authenticated pop3 users in there.

if this completely was not what you were asking, my apologies
i don't think you can assign multiple allowed host files for relaying, to exim. but then again that program can do about 831,183 more things than I've ever actually used.