mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-18 04:59:16 +02:00
ca4c7c51dc
Revert 0474de88b175ef1cb638ef5525376033057be564. Fixed since c3a4c6d311058103287a4ad95ab2cca0bc51585a.
13 lines
318 B
Plaintext
13 lines
318 B
Plaintext
rules {
|
|
WHITELIST_FORWARDING_HOST_NO_REJECT {
|
|
action = "add header";
|
|
expression = "WHITELISTED_FWD_HOST";
|
|
require_action = ["reject"];
|
|
}
|
|
WHITELIST_FORWARDING_HOST_NO_GREYLIST {
|
|
action = "no action";
|
|
expression = "WHITELISTED_FWD_HOST";
|
|
require_action = ["greylist", "soft reject"];
|
|
}
|
|
}
|