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 =
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