Open Relay (again)

orbitalone1

New member
Joined
Feb 13, 2007
Messages
1
Hiya,

I've searched on the forum but haven't been able to find the answer to my problem.
On a new vps (centos 4.4 - Exim version 4.63 #1 built 27-Sep-2006 23:59:30) I am able to telnet to port 25 and send an email from a non configured domain to another non configured domain.
I have the following directives set in exim.conf but still the problem persists

Any ideas?

Cheers.

accept hosts = +relay_hosts
accept hosts = +auth_relay_hosts
endpass
message = authentication required
authenticated = *
deny message = relay not permitted
 
Back
Top