diff options
| author | Sam Chudnick <sam@chudnick.com> | 2026-04-30 07:44:56 -0400 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2026-04-30 07:44:56 -0400 |
| commit | 5ad1ea21a7d46f687a3289de836cf6c76415c87f (patch) | |
| tree | 0fb2db178a337ad0e067d772d35eb469792bf458 /roles/dovecot/files/conf.d/10-master.conf | |
| parent | 598c3cac83056c9618c59a49722889fe4944dbf6 (diff) | |
Updated for Debian 13 and dovecot 2.4
Diffstat (limited to 'roles/dovecot/files/conf.d/10-master.conf')
| -rw-r--r-- | roles/dovecot/files/conf.d/10-master.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/dovecot/files/conf.d/10-master.conf b/roles/dovecot/files/conf.d/10-master.conf index c2c9493..013ebfd 100644 --- a/roles/dovecot/files/conf.d/10-master.conf +++ b/roles/dovecot/files/conf.d/10-master.conf | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Master Configuration | 1 | # Master Configuration |
| 2 | service imap-login { | 2 | service imap-login { |
| 3 | # Run login processes in high-security mode (see: LoginProcess.txt in dovecot docs) | 3 | # Run login processes in high-security mode (see: LoginProcess.txt in dovecot docs) |
| 4 | service_count = 1 | 4 | service_restart_request_count = 1 |
| 5 | # Disable unencrypted IMAP by setting port for plain IMAP to 0 | 5 | # Disable unencrypted IMAP by setting port for plain IMAP to 0 |
| 6 | inet_listener imap { | 6 | inet_listener imap { |
| 7 | port = 0 | 7 | port = 0 |
