Add quota checking

This commit is contained in:
Morre 2020-09-26 13:47:35 +02:00
parent 38630d5f4a
commit 202f9bdb4c
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC
7 changed files with 235 additions and 3 deletions

View file

@ -4,15 +4,19 @@
# Address to use when sending rejection mails.
# Default is postmaster@<your domain>. %d expands to recipient domain.
#postmaster_address =
#postmaster_address =
# Hostname to use in various parts of sent mails (e.g. in Message-Id) and
# in LMTP replies. Default is the system's real hostname@domain.
#hostname =
#hostname =
# If user is over quota, return with temporary failure instead of
# bouncing the mail.
{% if dovecot.quota %}
quota_full_tempfail = yes
{% else %}
#quota_full_tempfail = no
{% endif %}
# Binary to use for sending mails.
#sendmail_path = /usr/sbin/sendmail
@ -32,7 +36,7 @@
#recipient_delimiter = +
# Header where the original recipient address (SMTP's RCPT TO: address) is taken
# from if not available elsewhere. With dovecot-lda -a parameter overrides this.
# from if not available elsewhere. With dovecot-lda -a parameter overrides this.
# A commonly used header for this is X-Original-To.
#lda_original_recipient_header =