Dovecot 2.0.5 SSL Issue

schickel

New member
Joined
Oct 14, 2010
Messages
1
Hi,

I've upgraded my Dovecot from 1.2 to 2.0.5. Everything is working fine on my Gentoo, also login with imaps and pop3s.

But:

I have in my config autocreate folders for new users. After creating a new user (with PostfixAdmin) I see in my logfile with SSL enabled this:

Code:
imap-login: Warning: SSL alert: where=0x4004, ret=560: fatal unknown CA [127.0.0.1]

With SSL-disable, autocreation folders for new users is no problem.

I've searched 2 days for a solution, but I did not find anything.

Here are the relevant config-sniplets:

Code:
plugin {
  autocreate = Trash
  autocreate2 = Sent
  autocreate3 = Junk
  autocreate4 = Drafts
  autosubscribe = Trash
  autosubscribe2 = Sent
  autosubscribe3 = Junk
  autosubscribe4 = Drafts
}

service imap-login {
  inet_listener imap {
    address = *
    port = 143
  }
  inet_listener imaps {
    address = *
    port = 993
  }
}

ssl = yes
ssl_cert = </etc/ssl/dovecot/server.crt
ssl_key = </etc/ssl/dovecot/server.pem

Anyone an idea?

Greetings from Munich
 
This is a forum for users of DirectAdmin; you may get a response here and it may or may not be useful for you if you're not using DirectAdmin (I suspect you're not, because DirectAdmin isn't supported on Gentoo).

You might be better served posting on a Dovecot specific forum.

Jeff
 
Back
Top