Add quota checking
This commit is contained in:
parent
38630d5f4a
commit
202f9bdb4c
7 changed files with 235 additions and 3 deletions
|
|
@ -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 =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue