Roundcube error connection IMAP

Discussion in 'Installation/Configuration' started by Masterjoa, Feb 5, 2012.

  1. Masterjoa

    Masterjoa New Member

    Hi,
    I have a problem with roundcube.
    When I try to log in, I get a connection error with IMAP.
    In the mails logs, I have:
    Code:
    Feb 5 00:14:32 ks307214 dovecot: pop3-login: Fatal: Can't load private key file /etc/postfix/smtpd.key: Key is for a different cert than /etc/postfix/smtpd.cert
    Feb 5 00:14:32 ks307214 dovecot: imap-login: Fatal: Can't load private key file /etc/postfix/smtpd.key: Key is for a different cert than /etc/postfix/smtpd.cert
    Feb 5 00:14:32 ks307214 dovecot: pop3-login: Fatal: Can't load private key file /etc/postfix/smtpd.key: Key is for a different cert than /etc/postfix/smtpd.cert
    Feb 5 00:14:32 ks307214 dovecot: pop3-login: Fatal: Can't load private key file /etc/postfix/smtpd.key: Key is for a different cert than /etc/postfix/smtpd.cert
    Feb 5 00:14:32 ks307214 dovecot: imap-login: Fatal: Can't load private key file /etc/postfix/smtpd.key: Key is for a different cert than /etc/postfix/smtpd.cert
    Feb 5 00:14:32 ks307214 dovecot: imap-login: Fatal: Can't load private key file /etc/postfix/smtpd.key: Key is for a different cert than /etc/postfix/smtpd.cert
    Can somone help me please ?

    EDIT: I found ! I changed the ssl options in dovecot.conf:
    Code:
    ssl = yes
    ssl_cert_file = /etc/ssl/certs/dovecot.pem
    ssl_key_file = /etc/ssl/private/dovecot.pem
     
    Last edited: Feb 5, 2012

Share This Page