Hi,
on my CentOS 5 is running DirectAdmin with da_exim-4.67-1. I wan't disable SMTP-Auth for my users.
I think that th relevant code from exim.conf is this:
How do i change it?
on my CentOS 5 is running DirectAdmin with da_exim-4.67-1. I wan't disable SMTP-Auth for my users.
I think that th relevant code from exim.conf is this:
Code:
# accept if message comes for a host for which we are an outgoing relay
# recipient verification is omitted because many MUA clients don't cope
# well with SMTP error responses. If you are actually relaying from MTAs
# then you should probably add recipient verify here
accept hosts = +relay_hosts
accept hosts = +auth_relay_hosts
endpass
message = authentication required
authenticated = *
deny message = relay not permitted
How do i change it?