diff --git a/mail_system/templates/dovecot/10-auth.conf b/mail_system/templates/dovecot/10-auth.conf index 09a1d0b..88bb718 100644 --- a/mail_system/templates/dovecot/10-auth.conf +++ b/mail_system/templates/dovecot/10-auth.conf @@ -13,7 +13,7 @@ #disable_plaintext_auth = yes # Authentication cache size (e.g. 10M). 0 means it's disabled. Note that -# bsdauth, PAM and vpopmail require cache_key to be set for caching to be used. +# bsdauth and PAM require cache_key to be set for caching to be used. #auth_cache_size = 0 # Time to live for cached data. After TTL expires the cached record is no # longer used, *except* if the main database lookup returns internal failure. @@ -98,7 +98,7 @@ auth_default_realm = {{ mailserver.dovecot.auth_default_realm }} #auth_ssl_username_from_cert = no # Space separated list of wanted authentication mechanisms: -# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp skey +# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp # gss-spnego # NOTE: See also disable_plaintext_auth setting. auth_mechanisms = plain login @@ -128,6 +128,4 @@ auth_mechanisms = plain login #!include auth-ldap.conf.ext #!include auth-passwdfile.conf.ext #!include auth-checkpassword.conf.ext -#!include auth-vpopmail.conf.ext #!include auth-static.conf.ext - diff --git a/mail_system/templates/dovecot/10-mail.conf b/mail_system/templates/dovecot/10-mail.conf index c7f8ffa..2de8bc6 100644 --- a/mail_system/templates/dovecot/10-mail.conf +++ b/mail_system/templates/dovecot/10-mail.conf @@ -452,10 +452,10 @@ protocol !indexer-worker { # Settings to control adding $HasAttachment or $HasNoAttachment keywords. # By default, all MIME parts with Content-Disposition=attachment, or inlines # with filename parameter are consired attachments. -# add-flags-on-save - Add the keywords when saving new mails. +# add-flags - Add the keywords when saving new mails or when fetching can +# do it efficiently. # content-type=type or !type - Include/exclude content type. Excluding will # never consider the matched MIME part as attachment. Including will only # negate an exclusion (e.g. content-type=!foo/* content-type=foo/bar). # exclude-inlined - Exclude any Content-Disposition=inline MIME part. #mail_attachment_detection_options = - diff --git a/mail_system/templates/dovecot/10-ssl.conf b/mail_system/templates/dovecot/10-ssl.conf index 7999236..0838ef5 100644 --- a/mail_system/templates/dovecot/10-ssl.conf +++ b/mail_system/templates/dovecot/10-ssl.conf @@ -33,10 +33,15 @@ ssl_key = ) instead of full path +# syntax. +# +# The list is space-separated. +#lmtp_client_workarounds = + protocol lmtp { # Space separated list of plugins to load (default is global mail_plugins). #mail_plugins = $mail_plugins diff --git a/mail_system/templates/dovecot/90-quota.conf b/mail_system/templates/dovecot/90-quota.conf index 04b9452..5e80818 100644 --- a/mail_system/templates/dovecot/90-quota.conf +++ b/mail_system/templates/dovecot/90-quota.conf @@ -90,7 +90,7 @@ plugin { quota_grace = 10%% quota_status_success = DUNNO quota_status_nouser = DUNNO - quota_status_overquota = "452 4.2.2 Mailbox is full and cannot receive any more emails" + quota_status_overquota = "552 5.2.2 Mailbox is full" quota_exceeded_message = Quota exceeded, please reduce your overall mail volume and/or the number of messages in your inbox. # https://wiki2.dovecot.org/Quota/Configuration diff --git a/mail_system/templates/dovecot/90-sieve.conf b/mail_system/templates/dovecot/90-sieve.conf index 25c0703..8f8ca8e 100644 --- a/mail_system/templates/dovecot/90-sieve.conf +++ b/mail_system/templates/dovecot/90-sieve.conf @@ -63,7 +63,7 @@ plugin { # the "discard" action, and no actions that deliver the message are executed. # This "discard script" can prevent discarding the message, by executing # alternative actions. If the discard script does nothing, the message is - # still discarded as it would be when no discard script is configured. + # still discarded as it would be when no discard script is configured. #sieve_discard = # Location Sieve of scripts that need to be executed before the user's