Люди подскажите как можно сделать что бы пользователи отправляли с почтового сервера тока по защищенному соединению TLS или SSL.
Связка такая:(Postfix, SASL2, Cyrus-imap)
smtpd_enforce_tls (default: no)
Enforcement mode: announce STARTTLS support to SMTP clients, and require that clients use TLS encryption. According to RFC 2487 this MUST NOT be applied in case of a publicly-referenced SMTP server. This option is off by default and should be used only on dedicated servers.Note 1: this mode implies "smtpd_tls_auth_only = yes".
>smtpd_enforce_tls (default: no)
>Enforcement mode: announce STARTTLS support to SMTP clients, and require that clients
>use TLS encryption. According to RFC 2487 this MUST NOT be
>applied in case of a publicly-referenced SMTP server. This option is
>off by default and should be used only on dedicated servers.
>
>
>Note 1: this mode implies "smtpd_tls_auth_only = yes".
Спасибо прямо в точку тока еще вопрос а так чтобы при получении было защищеное соединение можно что нибудь сделать на Cyrus-Imap?