genofire
c18f53b8ea
Postfix uses the Rspamd proxy as spam filtering milter and HAProxy exposes the Rspamd webinterface through HTTPS. Updates #10
13 lines
252 B
Django/Jinja
13 lines
252 B
Django/Jinja
#!/usr/local/bin/execlineb -P
|
||
# {{ ansible_managed }}
|
||
|
||
s6-envdir ./env
|
||
multisubstitute {
|
||
importas -i -u NAME NAME
|
||
}
|
||
|
||
foreground { fdmove -c 1 2 echo "${NAME}: Starting." }
|
||
s6-notifyoncheck -d -w 100 -n 70
|
||
|
||
fdmove -c 2 1
|
||
rspamd -f -u rspamd -g rspamd
|