Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -9688,10 +9688,10 @@ process_shutdown_filter = "event=mail_user_session_finished AND rss > 10M"
},

protocols: {
default: 'imap pop3 lmtp',
default: '',
values: setting_types.BOOLLIST,
text: `
The list of protocols to enable.
The list of protocols to enable. By default all protocols are disabled.
For example:
Expand All @@ -9703,9 +9703,6 @@ protocols = imap
protocols {
lmtp = yes
}
# Disable all protocols:
protocols =
\`\`\``
},

Expand Down
1 change: 1 addition & 0 deletions docs/installation/upgrade/include/2.4-default-settings.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
| `service/anvil/chroot` | empty | \<no value\> | Anvil is no longer chrooted. |
| `service/anvil/user` | $default_internal_user | \<no value\> | Anvil runs as root. |
| `service/auth-worker/process_limit` | 1 | 30 | |
| [[setting,protocols]] | `imap pop3 lmtp` | `` | No protocols are enabled by default. |
Loading