Hi!
I have compiled Exim 4.10 with support for auth plaintext, spa en cram.
I have installed the configure file into /usr/exim/ Filled in my local
details.
But when I try to send mail to a local_domain on the host, it asks for
authentication, while it should not.
What am I doing wrong?
<Snippet>:
domainlist local_domains = lsearch;/usr/exim/domains // contains the local
domains
# domainlist relay_to_domains =
hostlist relay_from_hosts = 127.0.0.1
acl_check_rcpt:
accept hosts = :
deny local_parts = ^.*[@%!/|] : ^\\.
accept local_parts = postmaster
domains = +local_domains
require verify = sender
accept domains = +local_domains
endpass
message = unknown user
verify = recipient
accept authenticated = *
deny message = relay not permitted
</Snippet>
BTW in the authentication part I have the plaintext, text etcetera
definitions ...
I hope you can help!
Hub