Hi, I looked through the web and the list archives, but couldn't find how to set up the following: - dovecot with ssl/tls enabled - login from localhost allowed with and without tls - login from remote hosts only allowed via tls Is that possible at all? I'm using debian/unstable so its version 0.99.10.4-3. Thanks, johannes -- http://www.sipsolutions.de/ Key-ID: 9AB78CA5 Johannes Martin Berg <johannes at sipsolutions.de> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 832 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20040326/655c31ef/attachment-0001.bin>
On Fri, Mar 26, 2004 at 08:17:24PM +0100, Johannes Berg wrote:> I looked through the web and the list archives, but couldn't find how to > set up the following: > - dovecot with ssl/tls enabled > - login from localhost allowed with and without tls > - login from remote hosts only allowed via tlsI want this configuration as well. I set: imap_listen = 127.0.0.1 imaps_listen = * so that IMAP only binds to the localhost address, and IMAPS binds to all the interfaces.