On Wed, 2011-04-06 at 11:18 +0200, Andy Smith wrote: > protocol pop3 { > pop3_client_workarounds = outlook-no-nuls oe-ns-eoh > pop3_uidl_format = %08Xu%08Xv > ssl = yes > ssl_cert = </usr/local/etc/ssl.crt/pop3.crt > ssl_key = </usr/local/etc/ssl.key/pop3.key > } > > Anyway, I ended up just specifiing my pop3 certs as the global certs, this > is then redefined in the pop3 protcol section etc. The config seems to > work, but to me all this doesn't seem logical and doesn't work like in > dovecot 1.2.
It's too much trouble to make per-protocol ssl setting work, but it now logs a warning about it: config: Warning: SSL is disabled because global ssl=no, ignoring ssl=yes for subsection (naming the subsection would also be extra work..)