On 12 May 2015, at 11:50, Onno Molenkamp <[email protected]> wrote: > > Hi, > > When passing a postmaster_address to dovecot-lda on the command line > with -o, it panics: > > $ ./dovecot-lda -o postmaster_address=anything > > lda(onno,)Panic: file lda-settings.c: line 80 (lda_settings_check): > assertion failed: (set->postmaster_address[0] == > SETTING_STRVAR_UNEXPANDED[0]) > > It looks like postmaster_address has already been expanded at that point > when it's given on the command line. (set->postmaster_address[0] is "1")
Fixed: http://hg.dovecot.org/dovecot-2.2/rev/25dc311a5faa
