mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
* Fixes #496 enabling all domains to get spam headers and spam checks (integration tests included)
This commit is contained in:
parent
4e842c75f8
commit
62f6fbbaae
7 changed files with 38 additions and 9 deletions
|
@ -860,7 +860,7 @@ function _setup_security_stack() {
|
|||
notify 'task' "Setting up Security Stack"
|
||||
|
||||
# recreate auto-generated file
|
||||
dms_amavis_file="/etc/amavis/conf.d/51-dms_auto_generated"
|
||||
dms_amavis_file="/etc/amavis/conf.d/61-dms_auto_generated"
|
||||
echo "# WARNING: this file is auto-generated." > $dms_amavis_file
|
||||
echo "use strict;" >> $dms_amavis_file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue