Noticed that some configuration settings like imap_listen appear to have been removed. Any way to accomplish this ? -kim __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail
michael at crosscode.org
2004-Sep-28 23:40 UTC
[Dovecot] Any way to disable imap on all but localhost ?
It's still there, just chagned (and probably for the better - less confusing and I'd venture less code) in 1.0. I had: protocols = imap imaps imap_listen = 127.0.0.1 imaps_listen = * Now I have: protocols = imap imaps protocol imap { listen = 127.0.0.1 ssl_listen = * } However, after encountering the same problem you did I moved my 0.99 configuration file out of place and put the 1.0 dovecot-example.conf file into place and modified it, since that seemed like the easier thing to do (not that the imap section already exists in the new example config., it's just empty). - Michael On Tue, 28 Sep 2004, Kim Culhan wrote:> > Noticed that some configuration settings like > imap_listen appear to have been removed. > > Any way to accomplish this ? > > -kim > > > > > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - Send 10MB messages! > http://promotions.yahoo.com/new_mail >
--- michael at crosscode.org wrote:> It's still there, just chagned (and probably for the better - > less > confusing and I'd venture less code) in 1.0. > > I had: > > protocols = imap imaps > imap_listen = 127.0.0.1 > imaps_listen = * > > Now I have: > > protocols = imap imaps > protocol imap { > listen = 127.0.0.1 > ssl_listen = * > } > > However, after encountering the same problem you did I moved my > 0.99 > configuration file out of place and put the 1.0 > dovecot-example.conf file > into place and modified it, since that seemed like the easier thing > to do > (not that the imap section already exists in the new example > config., > it's just empty).Ok, just did the same, running dovecot-1.0-test46 dovecot is still listening on port 143 It appears dovecot imap listens on all the interfaces regardless This is running on FreeBSD 5.3-BETA4 -kim __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail