13 May
2015
13 May
'15
7:45 p.m.
On 12 May 2015, at 11:50, Onno Molenkamp onno@flox.org 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")