mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-12 10:45:14 +02:00
Merge pull request #2541 from sriccio/master
Allow to easily add custom plugins to rspamd
This commit is contained in:
commit
61433a4488
1
data/conf/rspamd/plugins.d/README.md
Normal file
1
data/conf/rspamd/plugins.d/README.md
Normal file
@ -0,0 +1 @@
|
||||
This is where you should copy any rspamd custom module
|
1
data/conf/rspamd/rspamd.conf.local
Normal file
1
data/conf/rspamd/rspamd.conf.local
Normal file
@ -0,0 +1 @@
|
||||
# rspamd.conf.local
|
2
data/conf/rspamd/rspamd.conf.override
Normal file
2
data/conf/rspamd/rspamd.conf.override
Normal file
@ -0,0 +1,2 @@
|
||||
# rspamd.conf.override
|
||||
|
@ -82,7 +82,10 @@ services:
|
||||
- ./data/conf/rspamd/custom/:/etc/rspamd/custom
|
||||
- ./data/conf/rspamd/override.d/:/etc/rspamd/override.d
|
||||
- ./data/conf/rspamd/local.d/:/etc/rspamd/local.d
|
||||
- ./data/conf/rspamd/plugins.d/:/etc/rspamd/plugins.d
|
||||
- ./data/conf/rspamd/lua/:/etc/rspamd/lua/:ro
|
||||
- ./data/conf/rspamd/rspamd.conf.local:/etc/rspamd/rspamd.conf.local
|
||||
- ./data/conf/rspamd/rspamd.conf.override:/etc/rspamd/rspamd.conf.override
|
||||
- rspamd-vol-1:/var/lib/rspamd
|
||||
restart: always
|
||||
dns:
|
||||
|
Loading…
Reference in New Issue
Block a user