mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
init spams to junk
This commit is contained in:
parent
7eacb4cfc0
commit
d829905cf7
7 changed files with 126 additions and 13 deletions
|
@ -3,7 +3,8 @@ 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;
|
||||
$final_spam_destiny = D_BOUNCE;
|
||||
$final_bad_header_destiny = D_BOUNCE;
|
||||
|
||||
# Higher log level to get expected messages at startup
|
||||
$log_level = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue