different certs for pop3 and imap
Andrew Morgan
morgan at orst.edu
Wed Oct 18 12:52:11 EDT 2006
On Wed, 18 Oct 2006, Marten Lehmann wrote:
> Hello,
>
>> imap_tls_cert_file: /etc/ssl/certs/cyrus-imap.pem
>> imap_tls_key_file: /etc/ssl/private/cyrus-imap.key
>> pop3_tls_cert_file: /etc/ssl/certs/cyrus-pop3.pem
>> pop3_tls_key_file: /etc/ssl/private/cyrus-pop3.key
>
> thanks for your help. I just want to add that you have to write pop3s_ and
> imaps_, otherwise I get errors like this:
>
> imaps[12998]: imaps: required OpenSSL options not present
> imaps[12998]: Fatal error: imaps: required OpenSSL options not present
> master[12920]: process 12998 exited, status 75
> master[12920]: service imaps pid 12998 in READY state: terminated abnormally
> master[13000]: about to exec /usr/lib/cyrus-imapd/imapd
The prefix should be the service name used in cyrus.conf. So the
following cyrus.conf entry:
imaps cmd="/usr/local/cyrus/bin/proxyd -s" listen="imaps" prefork=10
would map to "imaps_tls_cert_file", etc.
Andy
More information about the Info-cyrus
mailing list