Update defaults and docs

This commit is contained in:
Morre 2020-07-12 13:55:38 +02:00
parent 433412434b
commit b6df106387
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC
2 changed files with 4 additions and 4 deletions

View file

@ -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: ["*", "::"]