Skip to content

Commit f85f295

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

data/settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9688,7 +9688,7 @@ 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: `
96949694
The list of protocols to enable.
@@ -9704,7 +9704,7 @@ protocols {
97049704
lmtp = yes
97059705
}
97069706
9707-
# Disable all protocols:
9707+
# Disable all protocols (default):
97089708
protocols =
97099709
\`\`\``
97109710
},

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)