update mail - migrate from opendkim and opendmarc to rspamd
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user