]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: Fix Pro edition to actually listen on port 24
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 27 Mar 2025 15:52:40 +0000 (17:52 +0200)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 27 Mar 2025 15:52:40 +0000 (17:52 +0200)
Was forgotten in a9c8da0daf874e2502f60d91a808ead94fe97d35

src/lmtp/lmtp-settings.c

index 0ecbd0e3ac36e6c68a2714db8866d03785501666..1d449c0ee56e35281d5807821fad16dc36754548 100644 (file)
@@ -46,6 +46,7 @@ const struct setting_keyvalue lmtp_service_settings_defaults[] = {
        { "unix_listener/lmtp/mode", "0666" },
 
 #ifdef DOVECOT_PRO_EDITION
+       { "inet_listener", "lmtp" },
        { "inet_listener/lmtp/name", "lmtp" },
        { "inet_listener/lmtp/port", "24" },
 #endif