Andrew Morgan wrote:
On Sat, 23 Jan 2010, Bob Dye wrote:The openssl client connects successfully with TLSv1, AES256-SHA cipher, and * OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID AUTH=PLAIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5 SASL-IR] netserver.vintagefactor.com Cyrus IMAP4 v2.3.7-Invoca-RPM-2.3.7-7.el5_4.3 server ready I have a very standard imap.conf except for the use of SQL: configdirectory: /var/lib/imap partition-default: /var/spool/imap admins: cyrus root sievedir: /var/lib/imap/sieve sendmail: /usr/sbin/sendmail hashimapspool: true sasl_log_level: 10 sasl_mech_list: PLAIN CRAM-MD5 DIGEST-MD5 sasl_pwcheck_method: auxprop sasl_auxprop_plugin: sql sasl_sql_engine: mysql sasl_auto_transition: no sasl_sql_hostnames: mail-db.vintagefactor.com sasl_sql_user: mail sasl_sql_passwd: xxxxxxxx sasl_sql_database: mail sasl_sql_statement: SELECT password FROM accountuser WHERE username = '%u' allowplaintext: yes unixhierarchysep: yes tls_require_cert: false tls_imap_require_cert: true tls_cert_file: /usr/share/ssl/certs/xxx.crt tls_key_file: /usr/share/ssl/private/xxx.key tls_ca_file: /usr/share/ssl/xxx.crt |
---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html