[Dovecot] Re: separate SSL certificates for pop3s and imaps
    Michael Weiser 
    M.Weiser at science-computing.de
       
    Fri Jul  8 19:07:58 EEST 2005
    
    
  
On Fri, Jul 08, 2005 at 04:08:51PM +0200, Vincent Jaussaud wrote:
> > > I'm migrating a uw-imap installation to dovecot. With uw-imap I had
> > > different SSL certificates and keys for ipop3d and imapd. How can I
> > > configure dovecot to do the same with its pop3s and imaps services?
> > 
> I actually have exactly the same problem; and I'm waiting for the final
> 1.0 release in the hope it will be addressed.
> Is this still a planned feature ?
I got the info via private mail that with dovecot-1.0-* you can
actually do something like
>       protocol imap {
>               listen = *:143
>               ssl_listen = *:993
>               ssl_cert_file = /etc/ssl/imapd.pem
>               ssl_key_file = /etc/ssl/imapd.pem
>               ...
>       }
>       protocol pop3 {
>               listen = *:110
>               ssl_listen = *:995
>               ssl_cert_file = /etc/ssl/pop.pem
>               ssl_key_file = /etc/ssl/pop.pem
>               ...
>       }
I'll try it out today.
Hope it helps,
-- 
_________________________creating IT solutions
Michael Weiser           science + computing ag
bei Eisenbahn und Haefen
Postfach 11 02 63        Hagellocher Weg 71-75
47142 Duisburg           72070 Tuebingen, Germany
phone +49 203 52 26341   www.science-computing.de
    
    
More information about the dovecot
mailing list