re-add entry to `mailserver.env`

This commit is contained in:
georglauterbach 2024-01-26 14:44:11 +01:00
parent 60bd9c9e58
commit c243a0ac9b
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 5 additions and 0 deletions

View File

@ -134,6 +134,11 @@ ENABLE_IMAP=1
# **0** => Disabled
ENABLE_CLAMAV=0
# Add the value as prefix to the mail subject when spam is detected
# NOTE: By default spam is delivered to a junk folder, reducing the value of a subject prefix for spam.
# NOTE: If not using Docker Compose, other CRI may require the single quotes removed.
SPAM_SUBJECT=
# Enables Rspamd
# **0** => Disabled
# 1 => Enabled