I have the following config in exim.cnf
daemon_smtp_ports = 25:465
######################## Exim TLS
tls_advertise_hosts = *
tls_on_connect_ports = 465
tls_certificate=/opt/ssl/certs/server.crt
tls_privatekey=/opt/ssl/certs/server.key
How to deny authentication on 25 port? Currently authentication is allowed on both ports 25 PLAIN, and 465 SSL.