Hi, I would like to achieve the following with my dovecot server: - listen von FQDN 'mail.foo.example.com'/IP 'A' for imaps and pop3s with an SSL certificate for 'mail.foo.example.com' - listen von FQDN 'mail.bar.example.com'/IP 'B' for imaps and pop3s with an SSL certificate for 'mail.bar.example.com' I stumbled over a posting by Timo made in 2004 that got my attention: osdir.com/ml/mail.imap.dovecot/2004-07/msg00133.html Now, what is the correct nesting/structure for the server, protocol, auth, dict and plugin section as well as any other (by default) "non-sectional" configuration options (like 'login_greeting')? I failed to find *any* documentation references on this topic :-( TIA. -- Regards, Wolfram Schlich <wschlich at gentoo.org> Gentoo Linux * dev.gentoo.org/~wschlich
* Wolfram Schlich <lists at wolfram.schlich.org> [2007-10-11 14:20]:> Hi, > > I would like to achieve the following with my dovecot server: > > - listen von FQDN 'mail.foo.example.com'/IP 'A' for imaps and pop3s > with an SSL certificate for 'mail.foo.example.com' > > - listen von FQDN 'mail.bar.example.com'/IP 'B' for imaps and pop3s > with an SSL certificate for 'mail.bar.example.com' > > I stumbled over a posting by Timo made in 2004 that got my attention: > osdir.com/ml/mail.imap.dovecot/2004-07/msg00133.html > > Now, what is the correct nesting/structure for the server, protocol, > auth, dict and plugin section as well as any other (by default) > "non-sectional" configuration options (like 'login_greeting')? > > I failed to find *any* documentation references on this topic :-(Timo? :-) -- Regards, Wolfram Schlich <wschlich at gentoo.org> Gentoo Linux * dev.gentoo.org/~wschlich
On Thu, 2007-10-11 at 14:18 +0200, Wolfram Schlich wrote:> Hi, > > I would like to achieve the following with my dovecot server: > > - listen von FQDN 'mail.foo.example.com'/IP 'A' for imaps and pop3s > with an SSL certificate for 'mail.foo.example.com' > > - listen von FQDN 'mail.bar.example.com'/IP 'B' for imaps and pop3s > with an SSL certificate for 'mail.bar.example.com' > > I stumbled over a posting by Timo made in 2004 that got my attention: > osdir.com/ml/mail.imap.dovecot/2004-07/msg00133.html > > Now, what is the correct nesting/structure for the server, protocol, > auth, dict and plugin section as well as any other (by default) > "non-sectional" configuration options (like 'login_greeting')? > > I failed to find *any* documentation references on this topic :-(That's because the "server" feature is unsupported. I've no idea how it works nowadays. So there's just no simple way to do what you want unless you run multiple Dovecot installations. Or maybe you could use stunnel for this. v2.0 will have a rewritten config handling that will support this. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <dovecot.org/pipermail/dovecot/attachments/20071020/0782be92/attachment-0002.bin>
* Timo Sirainen <tss at iki.fi> [2007-10-20 22:35]:> On Thu, 2007-10-11 at 14:18 +0200, Wolfram Schlich wrote: > > Hi, > > > > I would like to achieve the following with my dovecot server: > > > > - listen von FQDN 'mail.foo.example.com'/IP 'A' for imaps and pop3s > > with an SSL certificate for 'mail.foo.example.com' > > > > - listen von FQDN 'mail.bar.example.com'/IP 'B' for imaps and pop3s > > with an SSL certificate for 'mail.bar.example.com' > > > > I stumbled over a posting by Timo made in 2004 that got my attention: > > osdir.com/ml/mail.imap.dovecot/2004-07/msg00133.html > > > > Now, what is the correct nesting/structure for the server, protocol, > > auth, dict and plugin section as well as any other (by default) > > "non-sectional" configuration options (like 'login_greeting')? > > > > I failed to find *any* documentation references on this topic :-( > > That's because the "server" feature is unsupported. I've no idea how it > works nowadays.:-( Well, for 2 IMAPS instances, I can get it to work without problems. When I add 2 other POP3s instances, it complains with some weird error that "IMAPS and IMAPS" are listening on the same address or something.> So there's just no simple way to do what you want unless > you run multiple Dovecot installations. Or maybe you could use stunnel > for this.Yup, I was also thinking about stunnel. Multiple dovecot instances solely for this purpose is stupid from a management point of view.> v2.0 will have a rewritten config handling that will support this.Well, it will be quite some time until v2.0, right? Too bad. Thanks anyway :) -- Regards, Wolfram Schlich <wschlich at gentoo.org> Gentoo Linux * dev.gentoo.org/~wschlich