Renamed option directory to quarantine_directory

This commit is contained in:
2019-03-13 18:11:32 +01:00
parent cc95b103b7
commit b48f260979
4 changed files with 6 additions and 6 deletions

View File

@@ -57,12 +57,12 @@ smtp_port = 25
#
quarantine_type = file
# Option: directory
# Option: quarantine_directory
# Notes: Set the directory to store quarantined emails.
# This option is needed by quarantine type 'file'.
# Values: [ DIRECTORY ]
#
directory = /var/lib/pyquarantine/spam
quarantine_directory = /var/lib/pyquarantine/spam
# Option: action
# Notes: Set the milter action to perform if email is processed by this quarantine.