Darren Jacobs wrote:
> I'd like to force users sending mail to the smtp submission port 587
> to (1) be forced to use tls and (2) be force to authenticate. In
> the acl_check_rcpt I have the rule:
>
> --
> deny
> condition = ${if and{{eq{$interface_port}{587}} {eq{$tls_cipher}
> {}} } }
> message = All port 587 connections must use TLS
> --
>
> which works fine to force people to use tls on port 587 users but I'm
> not sure how to go about point (2).
deny condition = ${if eq{$interface_port}{587}}
!authenticated = *
message = You must be authenticated to submit mail over
port $interface_port
Mike
--
## List details at http://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/