Udo Rader:
> Hi,
>
> is there a possibility to only allow PLAIN authentication when TLS or
> similar encryption has been negotiated?
>
> So far, I only found a way to either completely disable PLAIN
> authentication or allow it in general.
Postfix SMTP client:
smtp_sasl_security_options = noanon
Hi,
is there a possibility to only allow PLAIN authentication when TLS or
similar encryption has been negotiated?
So far, I only found a way to either completely disable PLAIN
authentication or allow it in general.
Udo