Anton Roeckseisen wrote:
> 
> Hi,
> 
> I use some pre 2.0.13 Version of cyrus imapd and got ssl working properly.
> Does anyone know if its possible to use different certificates for pop and
> imap? Right now I have configured one certificate in imapd.conf. It's working
> for both. Because I would like our users to access the services via
> "pop.domain.de" and "imap.domain.de" I need different certificates for the
> service/hostname to make the clients happy!
> 
> Any idea how it's possible?

If you're running 2.0.13 or later, you can use a separate config file
for one of the services.  For example, change the pop3 SERVICE in
cyrus.conf to something like:

pop3    cmd="pop3d -C /etc/pop3d.conf" listen="pop3"


Then copy /etc/imapd.conf to /etc/pop3d.conf and change the tls_*
options to use your POP3 specific cert.

Ken
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to