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 2ec9fa4 commit d34a05aCopy full SHA for d34a05a
src/lmtp/lmtp-settings.c
@@ -46,6 +46,7 @@ const struct setting_keyvalue lmtp_service_settings_defaults[] = {
46
{ "unix_listener/lmtp/mode", "0666" },
47
48
#ifdef DOVECOT_PRO_EDITION
49
+ { "inet_listener", "lmtp" },
50
{ "inet_listener/lmtp/name", "lmtp" },
51
{ "inet_listener/lmtp/port", "24" },
52
#endif
0 commit comments