Skip to content

Commit 773c7d4

Browse files
committed
settings: Protocols is empty by default
1 parent 6b5ecaf commit 773c7d4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

data/settings.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9688,10 +9688,10 @@ process_shutdown_filter = "event=mail_user_session_finished AND rss > 10M"
96889688
},
96899689

96909690
protocols: {
9691-
default: 'imap pop3 lmtp',
9691+
default: '',
96929692
values: setting_types.BOOLLIST,
96939693
text: `
9694-
The list of protocols to enable.
9694+
The list of protocols to enable. By default all protocols are disabled.
96959695
96969696
For example:
96979697
@@ -9703,9 +9703,6 @@ protocols = imap
97039703
protocols {
97049704
lmtp = yes
97059705
}
9706-
9707-
# Disable all protocols:
9708-
protocols =
97099706
\`\`\``
97109707
},
97119708

docs/installation/upgrade/include/2.4-default-settings.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
| `service/anvil/chroot` | empty | \<no value\> | Anvil is no longer chrooted. |
77
| `service/anvil/user` | $default_internal_user | \<no value\> | Anvil runs as root. |
88
| `service/auth-worker/process_limit` | 1 | 30 | |
9+
| [[setting,protocols]] | `imap pop3 lmtp` | `` | No protocols are enabled by default. |

0 commit comments

Comments
 (0)