[fixed] KC: dagent "lmtp_port", "", CONFIGSETTING_NONEMPTY breaks usage of new option lmtp_listen
-
Hello KC::devs,
commit 82381ef1ea5
declares dagent optionlmtp_port
legacy in favour oflmtp_listen
.
So, we either setlmtp_port/ server_bind/ server_intf
orlmtp_listen
.This collides with dagent.cpp, ln. 3407
{"lmtp_port", "", CONFIGSETTING_NONEMPTY}
as an unset
lmtp_port
-option will fail during dagent-start:[crit ] Config error: Option 'lmtp_port' cannot be empty!
A current workaround is to define
lmtp_port = ""
.++umgfoin
-
Hi @umgfoin ,
yes indeed. We will address this with https://stash.kopano.io/projects/KC/repos/kopanocore/commits/5e01e7ff70219eef61c37ff528a1a79042cf5f42 (currently in review).