Update defaults and docs
This commit is contained in:
parent
433412434b
commit
b6df106387
2 changed files with 4 additions and 4 deletions
|
|
@ -6,8 +6,8 @@ All configuration is to be placed inside the `dovecot` dict.
|
|||
|
||||
```
|
||||
# Array of protocols to enable, by default 'imaps' and 'sieve' are enabled.
|
||||
# Can be 'imap', 'imaps', 'pop3', 'pop3s', 'sieve'
|
||||
protocols: ['imaps', 'sieve' ]
|
||||
# Can be 'imap', 'pop3', 'pop3s', 'sieve'. Note that 'imap' only allows IMAP over TLS on port 993.
|
||||
protocols: ['imap', 'sieve' ]
|
||||
|
||||
# Array of IPs to bind on. By default we bind wildcard IPv4 and IPv6
|
||||
listen: ["*", "::"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue