mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-26 18:01:01 +08:00
updated rspamd conf
This commit is contained in:
parent
9ff6afcfa4
commit
076c4271f4
1 changed files with 6 additions and 0 deletions
|
@ -11,3 +11,9 @@ apt-get -q -y install pwgen git ufw build-essential libssl-dev dnsutils python s
|
|||
# rspamd
|
||||
apt-get -q -y --no-install-recommends install rspamd
|
||||
apt-get clean
|
||||
|
||||
# DMARC policy=reject rules
|
||||
echo 'actions = {
|
||||
quarantine = "add_header";
|
||||
reject = "reject";
|
||||
}' > /etc/rspamd/override.d/dmarc.conf
|
Loading…
Reference in a new issue