Re: [Dovecot] Howto disable imap listener in dovecot 2.0

2010-03-10 Thread Erik Logtenberg
>> What could I have done wrong? > > It's a bug. Fixed in newer hg. Nice :) Do you have any plans to release a new beta in the near future? Otherwise I might indeed pull it from hg.

Re: [Dovecot] Howto disable imap listener in dovecot 2.0

2010-03-10 Thread Timo Sirainen
On 11.3.2010, at 1.58, Erik Logtenberg wrote: > Mar 11 00:53:45 mbox dovecot: config: Fatal: Error in configuration file > /opt/dovecot-2.0.beta3/etc/dovecot/dovecot.conf: duplicate listener: 0: > > What could I have done wrong? It's a bug. Fixed in newer hg.

Re: [Dovecot] Howto disable imap listener in dovecot 2.0

2010-03-10 Thread Erik Logtenberg
Allright Timo, thanks for confirming. When I do uncomment the "inet_listener imap" line and set the port to 0, I get the following error message: Mar 11 00:53:45 mbox dovecot: config: Fatal: Error in configuration file /opt/dovecot-2.0.beta3/etc/dovecot/dovecot.conf: duplicate listener: 0: What

Re: [Dovecot] Howto disable imap listener in dovecot 2.0

2010-03-10 Thread Timo Sirainen
On 11.3.2010, at 1.36, Erik Logtenberg wrote: > 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) It's intentionally added feature. Also latest hg version au

Re: [Dovecot] Howto disable imap listener in dovecot 2.0

2010-03-10 Thread Erik Logtenberg
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/MainC

Re: [Dovecot] Howto disable imap listener in dovecot 2.0

2010-03-10 Thread Thomas Leuxner
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 =

[Dovecot] Howto disable imap listener in dovecot 2.0

2010-03-10 Thread 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 But in dovecot 2.0 this is no longer possible (imap and imaps are now both enabled with "protocols = imap"). I already made ssl