PDA

View Full Version : Dovecot 2.0.5 SSL Issue



schickel
10-14-2010, 05:53 AM
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:


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:



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

nobaloney
10-15-2010, 09:45 AM
This is a forum for users of DirectAdmin (http://www.directadmin.com/); 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