From: Alexey V. Degtyarev <alexey@???>
> So according of what you are trying to do, you should have the
> following statements in your Exim config:
>
> begin acl
> [...]
> acl_check_rcpt:
> [...]
> accept authenticated = *
> control = submission
> require message = relay not permitted
> domains = +local_domains
> [...]
> accept
>
> begin authenticators
> [...]
> server_advertise_condition = ${if def:tls_cipher}
>
> With that configuration an incoming clients are:
>
> 1. allowed to send mail to any domain only beeing authenticated;
> 2. allowed to authenticate only if TSL was established;
> 3. allowed to send mail only for local_domains domainlist without any
> auth;
> 4. denied if not accepted by 1-3;
>
> Is that what you are trying to achieve?
I already have all these in the default configuration...
Which leads me to think that I must have an acl that takes precedence and accept sending the mail even if not authenticated...
Yes... my bad... maybe I shouldn't do my tests from the same machine where the exim server runs... :/
Thx again to everybody,
JD