User authentification problem

rvn2k

Verified User
Joined
Aug 8, 2007
Messages
26
Hi Guys

I've noticed that DirectAdmin exim by default will open relay access for any ip for a certain amount of time if a user has already authentificated one time from this ip.

Is there a way to disable this? so everytime a user sends mail trough my server, he is forced to authentificate??

I want this to prevent trojans and viruses that sometimes are hard to locate in a network, and they keep sending spam because someone on that same network already authentificated.

Thanks :)
 
Comment out this line from your exim.conf file:

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

and replace it with this line:

hostlist relay_hosts = 127.0.0.1

And restart exim.

that should be all you need to do.

Jeff
 
i have the same problem

Friends,

i have the same problem and i changed the lines in exim.conf

but i have a question, outlook should show me an error?

bye
 
Back
Top