mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-02-09 13:46:58 +02:00
Change want_spam to list of symbols_enabled (#3304)
* Change want_spam to list of symbols_enabled want_spam disable all mail processing by RspamD, so DKIM signing is not applied for any mail where rcpt is /postmaster@*/, including external one. * Update preset_2.yml Co-authored-by: André Peters <andre.peters@debinux.de>
This commit is contained in:
parent
b933131ff2
commit
19a6b45302
@ -2,4 +2,9 @@ headline: lang.rsettings_preset_2
|
|||||||
content: |
|
content: |
|
||||||
priority = 10;
|
priority = 10;
|
||||||
rcpt = "/postmaster@.*/";
|
rcpt = "/postmaster@.*/";
|
||||||
want_spam = yes;
|
apply {
|
||||||
|
symbols_enabled = ["DKIM_SIGNED", "HISTORY_SAVE", "MILTER_HEADERS", "ARC_SIGNED"];
|
||||||
|
actions {
|
||||||
|
greylist = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user