update mail - migrate from opendkim and opendmarc to rspamd

This commit is contained in:
ace
2021-01-17 04:14:26 +03:00
parent 5c5aa01d41
commit da8de30b27
5 changed files with 91 additions and 18 deletions

View File

@ -10,8 +10,28 @@ persistence:
rspamd:
image:
repository: registry.geekhome.org/rspamd
tag: 2.6
tag: 2.7
pullPolicy: Always
local.d:
redis.conf: |
servers = "rspamd-redis-master";
worker-proxy.inc: |
bind_socket = "0.0.0.0:11332";
worker-normal.inc: |
bind_socket = "0.0.0.0:11333";
worker-controller.inc: |
bind_socket = "0.0.0.0:11334";
worker-fuzzy.inc: |
bind_socket = "0.0.0.0:11335";
logging.inc: |
type = "console";
redis:
enabled: true
usePassword: false
password: ""
cluster:
enabled: false
service:
type: ClusterIP