diff --git a/README.md b/README.md index 95aece1..21c6004 100644 --- a/README.md +++ b/README.md @@ -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: ["*", "::"] diff --git a/defaults/main.yml b/defaults/main.yml index 037015b..024a2e6 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,7 +1,7 @@ dovecot: protocols: - - imaps - listen: + - imap + listen: - "*" - "::" auth_mechanisms: