25 May
2010
25 May
'10
8:21 p.m.
On Tue, 2010-05-18 at 11:48 +0200, Pascal Volk wrote:
BUT (1),
doveconf protocols
reports: protocols = $protocols managesieve doveconf: Fatal: Error in configuration file /path/2/dovecot/dovecot.conf: protocols: Unknown protocol: $protocolsBut (2)
doveconf -x protocols
works: protocols = imap lmtp pop3 managesieve
This is probably a bug.. doveconf should expand settings before
verifying them. Except the $var expansion is done while parsing the
config file, so that would need more code to parse the same lines into
two different internal structs. Also it still wouldn't be perfect if it
didn't expand the set = Maybe I just won't do anything about it until it becomes a real
problem. :)