You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-10 23:12:02 +02:00
* Fixes #496 enabling all domains to get spam headers and spam checks (integration tests included)
This commit is contained in:
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
|
Reference in New Issue
Block a user