Hi,
need set restrict to only authentificated session.
this is part of my conf file:
acl_smtp_auth = acl_check_auth
auth_advertise_hosts = *
acl_check_auth:
accept encrypted = *
accept condition = ${if eq {${substr_0_5:$smtp_command_argument}}{LOGIN}{yes}{no}}
deny message = TLS encryption, and/or either AUTH PLAIN, or CRAM-MD5 required
but clients have send mail without authetification.
Whats wrong?
Thanks for any help.
--------------------------------
iNet WebMail System