Thank you.. Sorry, seem to have missed that ... It's working now. Still any ideas on the SSL thing? STARTLS is not available and dovecot is not listening on 993. There is no info in the logs, even with verbose_ssl ... Certificates are working in postfix ... Thanks in advance! Best regards
Gesendet: Donnerstag, 15. August 2013 um 22:05 Uhr Von: "Timo Sirainen" tss@iki.fi An: "Dovecot Mailing List" dovecot@dovecot.org Betreff: Re: [Dovecot] IMAP Proxying and SSL Certificates on OpenBSD On 15.8.2013, at 20.23, dago@quantentunnel.de wrote:
dovecot: imap(username): Error: user username: Initialization failed: Initializing mail storage from mail_location setting failed: imapc: missing imapc_password .. passdb { args = /etc/dovecot/dovecot-ldap.conf default_fields = userdb_imapc_user=%u userdb_imapc_password=%w driver = ldap }
Here you are setting the userdb_* fields, which work only with userdb prefetch.
userdb { args = username_format=%n /etc/dovecot/passwd driver = passwd } userdb { args = /etc/dovecot/dovecot-ldap.conf driver = ldap }
But you're not using userdb prefetch.