[Dovecot] Multiple SSL certificates

Martin Fuxa fuxa_kos at unihost.cz
Mon Mar 22 00:45:50 EET 2010


Hi guys,

with reference to
http://wiki.dovecot.org/SSL/DovecotConfiguration
Multiple SSL certificates (v2.0+)

where I can type ?
local imap.example.org {
  ssl_cert = </etc/ssl/certs/imap.example.org.crt
  ssl_key = </etc/ssl/private/imap.example.org.key
}

at the end file dovecot.conf I got
Starting Dovecot: Error: Error in configuration file /etc/dovecot/dovecot.conf 
line 1261: Unknown section type (section changed in /etc/dovecot/dovecot.conf 
at line 1259)
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf

line 1261 corresponds to
local mail.test.my {

dovecot --version
1.2.11

compiled as
./configure --sysconfdir=/etc/dovecot --with-mysql --without-vpopmail --without-bsdauth --without-checkpassword --without-pam --without-shadow --without-passwd --without-passwd-file --without-nss

CentOS 5.4

And last question
- is it possible use wild host? for example "local *.example.org { ... }"
- or is it possible use more hosts within one line? for example "local 
imap.example.org pop3.example.org { ... }"

Thanks in advance
Martin


More information about the dovecot mailing list