Bernhard Schmidt
2010-Mar-09 12:47 UTC
[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
Timo Sirainen
2010-Mar-09 17:42 UTC
[Dovecot] 2.0beta3 10876:370ee9717a6c broke listen on literal IPv6 address
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.
Bernhard Schmidt
2010-Mar-14 20:42 UTC
[Dovecot] 2.0beta3 10876:370ee9717a6c broke listen on literal IPv6 address
Timo Sirainen <tss at 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