Re: [Dovecot] proxying, SSL, and client certificate

2011-12-29 Thread Timo Sirainen
On 23.12.2011, at 1.10, Mike Abbott wrote: > How do I configure dovecot-2.0.x to present a client SSL certificate when > proxying? Set ssl_client_cert and ssl_client_key settings in dovecot.conf. Requires hg version, since these were added after v2.0.16. > If dovecot on server1.example.com has

[Dovecot] proxying, SSL, and client certificate

2011-12-22 Thread Mike Abbott
How do I configure dovecot-2.0.x to present a client SSL certificate when proxying? If dovecot on server1.example.com has: passdb { driver = static args = proxy=y host=server2.example.com nopassword=y ssl=yes } and dovecot on server2.example.com has: ssl_verify_client_cert = yes auth_ssl_req