mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Configure amavis with D_BOUNCE for spam
This commit is contained in:
parent
85ae8a1471
commit
a208748ea2
9
target/amavis/conf.d/49-docker-mailserver
Normal file
9
target/amavis/conf.d/49-docker-mailserver
Normal file
|
@ -0,0 +1,9 @@
|
|||
use strict;
|
||||
|
||||
# Override options set in earlier files, use 50-user to override these
|
||||
|
||||
# Bounce spam, the default option for buster is D_PASS to deliver
|
||||
$final_spam_destiny = D_BOUNCE;
|
||||
|
||||
#------------ Do not modify anything below this line -------------
|
||||
1; # ensure a defined return
|
Loading…
Reference in a new issue