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