[Dovecot] 2.0beta3 10876:370ee9717a6c broke listen on literal IPv6 address
Hi,
apparently the following change in dovecot hg
- New revision (10876:370ee9717a6c) in dovecot Mercurial repository:
- config: Forgot to add header file.
broke
listen = 83.170.6.69, 2001:1b10:1000::110:1:1
mail.svr02.mucip.net:~# dovecot -F -c /etc/dovecot/dovecot.conf doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:29: listen=..:port has been replaced by service { inet_listener { port } } doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: duplicate listener: 1:
Is this even possible? That doesn't make sense to me, but Stephan's +29 works fine for me, +30 (with just that change according to changelog) doesn't.
Bernhard
On 9.3.2010, at 14.47, Bernhard Schmidt wrote:
- New revision (10876:370ee9717a6c) in dovecot Mercurial repository:
- config: Forgot to add header file.
mail.svr02.mucip.net:~# dovecot -F -c /etc/dovecot/dovecot.conf doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:29: listen=..:port has been replaced by service { inet_listener { port } } doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: duplicate listener: 1:
Should be fixed now.
Is this even possible? That doesn't make sense to me, but Stephan's +29 works fine for me, +30 (with just that change according to changelog) doesn't.
I don't know what the +versions are, but after "support for reading v1.2 config files" and before that "Forgot to add" fix the whole thing didn't even compile. Dunno if that explains anything.
On 09.03.2010 18:42, Timo Sirainen wrote:
On 9.3.2010, at 14.47, Bernhard Schmidt wrote:
- New revision (10876:370ee9717a6c) in dovecot Mercurial repository:
- config: Forgot to add header file.
mail.svr02.mucip.net:~# dovecot -F -c /etc/dovecot/dovecot.conf doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:29: listen=..:port has been replaced by service { inet_listener { port } } doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: duplicate listener: 1:
Doesn't look like :-(
mail.svr02.mucip.net:~# dovecot -F -c /etc/dovecot/dovecot.conf doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:29: listen=..:port has been replaced by service { inet_listener { port } } doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: duplicate listener: 1:
This was/is 10886:f49bb060d83d
Bernhard
On Wed, 2010-03-10 at 18:01 +0100, Bernhard Schmidt wrote:
mail.svr02.mucip.net:~# dovecot -F -c /etc/dovecot/dovecot.conf doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:29: listen=..:port has been replaced by service { inet_listener { port } } doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: duplicate listener: 1:
OK, now it really should be fixed.
Timo Sirainen tss@iki.fi wrote:
On Wed, 2010-03-10 at 18:01 +0100, Bernhard Schmidt wrote:
mail.svr02.mucip.net:~# dovecot -F -c /etc/dovecot/dovecot.conf doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:29:=20 listen=3D..:port has been replaced by service { inet_listener { port } } doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf:=20 duplicate listener: 1: OK, now it really should be fixed.
Confirmed.
Bernhard
Timo Sirainen tss@iki.fi wrote:
mail.svr02.mucip.net:~# dovecot -F -c /etc/dovecot/dovecot.conf doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:29: listen=..:port has been replaced by service { inet_listener { port } } doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: duplicate listener: 1: Should be fixed now.
Still there in 10906:841af633f8d0
Bernhard
participants (2)
-
Bernhard Schmidt
-
Timo Sirainen