23 Aug
2011
23 Aug
'11
6:46 p.m.
On 22.8.2011, at 2.18, mezzo wrote:
I have a working mail system with postfix 2.7 and dovecot 1.2.15. .. Is there a way to enable ssl_require_client_cert in dovecot and have smtpd_sasl_auth_enable=yes in postfix? Better would be a way to tell dovecot only to use ssl_require_client_cert during the imap autorisation.
With v1.2 you'd have to run two separate Dovecot installations with different configs. With v2.0 you should be able to do:
protocol !smtp { ssl_require_client_cert = yes }