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 479ba94 commit 7102e9fCopy full SHA for 7102e9f
data/settings.js
@@ -9688,7 +9688,7 @@ process_shutdown_filter = "event=mail_user_session_finished AND rss > 10M"
9688
},
9689
9690
protocols: {
9691
- default: 'imap pop3 lmtp',
+ default: '',
9692
values: setting_types.BOOLLIST,
9693
text: `
9694
The list of protocols to enable.
@@ -9704,7 +9704,7 @@ protocols {
9704
lmtp = yes
9705
}
9706
9707
-# Disable all protocols:
+# Disable all protocols (default):
9708
protocols =
9709
\`\`\``
9710
0 commit comments