On Fri, May 27, 2005 at 12:02:33PM +0200, Christoph Moench-Tegeder wrote: > If the only difference between the two configurations is the certificate
Correct > and you are using cyrus-imapd 2.2, you could put everything in one Also correct > config file. With these > > > # regular ones > > imap cmd="imapd" listen="imap" prefork=0 > > imaps cmd="imapd -s" listen="imaps" prefork=0 > > # my new one > > myimaps cmd="imapd -C /etc/otherimapd.conf -s" listen="1143" prefork=1 > > in your cyrus.conf, put those into your imapd.conf: > imaps_tls_key_file: ... > imaps_tls_cert_file: ... > imaps_tls_ca_path: ... > myimaps_tls_key_file: ... > myimaps_tls_cert_file: ... > myimaps_tls_ca_path: ... > > This way, we are running 140 SSL-enabled domains (POP and IMAP) from > one cyrus.conf and one imapd.conf. Great, thanks! --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html