Hi, Thanks for the tip. Is setting the port to 0 actually a designed feature, or is it merely a accidental behaviour of the current implementation? (and as such prone to unannounced change)
Unfortunately the documentation doesn't mention the "port" directive at all: http://wiki2.dovecot.org/MainConfig In fact the usage of "imaps" in the "protocols" directive is still documented, but that certainly doesn't work anymore. Regards, Erik. On 03/10/2010 06:56 PM, Thomas Leuxner wrote: > Am 10.03.2010 um 17:17 schrieb Erik Logtenberg: > >> Hi, >> >> How do I disable the imap listener in dovecot 2.0-beta-3? I only want to >> enable the imaps listener. In previous dovecot versions I could specify: >> >> prototols = imaps >> > > Hi Erik, > > service imap-login { > inet_listener imap { > port = 0 > } > inet_listener imaps { > port = 993 > } > } > > should do the trick (untested). > > Regards > Thomas