First Shot
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
9
Stable2.0/conf/override.d/worker-proxy.inc
Normal file
9
Stable2.0/conf/override.d/worker-proxy.inc
Normal file
@ -0,0 +1,9 @@
|
||||
bind_socket = "rspamd:9900";
|
||||
milter = true;
|
||||
upstream "local" {
|
||||
name = "localhost";
|
||||
default = true;
|
||||
hosts = "rspamd:11333"
|
||||
}
|
||||
reject_message = "This message does not meet our delivery requirements";
|
||||
.include(try=true; priority=30) "$CONFDIR/override.d/worker-proxy.custom.inc"
|
Reference in New Issue
Block a user