On 2/7/21 3:39 PM, Kevin Shell via Exim-users wrote:
> Hello users list.
>
> How to make the Exim smtp server side
> enforce AUTH command before MAIL command  policy on ports 465, 587?
>
> --
> kevin
>
acl_smtp_rcpt = ${if ={25}{$received_port} {acl_check_rcpt} 
{acl_check_rcpt_submit} }


acl_check_rcpt_submit:

  require
    message = Secure authentication is required
    condition = ${if eq{$tls_cipher}{}{no}{yes}}
    authenticated = *



-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to