Skip to content

Commit a9c8da0

Browse files
committed
lmtp: For Pro edition, add default inet_listener in port 24
1 parent f684a59 commit a9c8da0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lmtp/lmtp-settings.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ const struct setting_keyvalue lmtp_service_settings_defaults[] = {
4545
{ "unix_listener/lmtp/path", "lmtp" },
4646
{ "unix_listener/lmtp/mode", "0666" },
4747

48+
#ifdef DOVECOT_PRO_EDITION
49+
{ "inet_listener/lmtp/name", "lmtp" },
50+
{ "inet_listener/lmtp/port", "24" },
51+
#endif
52+
4853
{ "service_extra_groups", "$SET:default_internal_group" },
4954

5055
{ NULL, NULL }

0 commit comments

Comments
 (0)