mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-30 01:32:23 +00:00
Implement Rmilter configuration overrides, fixes #29
This commit is contained in:
@@ -58,6 +58,7 @@ services:
|
||||
volumes:
|
||||
- /freeposte/filter:/data
|
||||
- /freeposte/dkim:/dkim
|
||||
- /freeposte/overrides:/overrides
|
||||
|
||||
antispam:
|
||||
build: rspamd
|
||||
|
||||
@@ -128,3 +128,5 @@ dkim {
|
||||
sign_alg = sha256;
|
||||
auth_only = no;
|
||||
};
|
||||
|
||||
.try_include /overrides/rmilter.conf
|
||||
|
||||
Reference in New Issue
Block a user