We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f684a59 commit a9c8da0Copy full SHA for a9c8da0
src/lmtp/lmtp-settings.c
@@ -45,6 +45,11 @@ const struct setting_keyvalue lmtp_service_settings_defaults[] = {
45
{ "unix_listener/lmtp/path", "lmtp" },
46
{ "unix_listener/lmtp/mode", "0666" },
47
48
+#ifdef DOVECOT_PRO_EDITION
49
+ { "inet_listener/lmtp/name", "lmtp" },
50
+ { "inet_listener/lmtp/port", "24" },
51
+#endif
52
+
53
{ "service_extra_groups", "$SET:default_internal_group" },
54
55
{ NULL, NULL }
0 commit comments