mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-04 03:48:28 +02:00
11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
rules {
|
|
QUARANTINE {
|
|
backend = "http";
|
|
url = "http://nginx:9081/pipe.php";
|
|
selector = "is_reject";
|
|
formatter = "default";
|
|
meta_headers = true;
|
|
}
|
|
}
|
|
|