mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +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
7
target/amavis/conf.d/60-dms_default_config
Normal file
7
target/amavis/conf.d/60-dms_default_config
Normal file
|
@ -0,0 +1,7 @@
|
|||
use strict;
|
||||
|
||||
@local_domains_maps = (
|
||||
read_hash('/etc/postfix/vhost')
|
||||
);
|
||||
|
||||
1; # ensure a defined return
|
Loading…
Add table
Add a link
Reference in a new issue