Hello everyone,
Is there a way to understand which changes will survive an update ?
I’m willing to make some little adjustments to my mailcow configuration, but I want to be sure they will persist over time.
For example with rspamd (but I’m interested for mailcow other containers) :
leo@hedwig:/opt/mailcow-dockerized# ls -alG data/conf/rspamd/
drwxr-xr-x 2 systemd-network 4096 Apr 29 14:15 custom
drwxr-xr-x 2 root 4096 Apr 23 13:42 dynmaps
drwxr-xr-x 2 systemd-network 4096 Apr 23 13:47 local.d
drwxr-xr-x 2 root 4096 Apr 23 13:42 lua
drwxr-xr-x 2 root 4096 Apr 29 14:19 maps
drwxr-xr-x 2 root 4096 Apr 23 13:42 meta_exporter
drwxr-xr-x 2 systemd-network 4096 Apr 23 13:43 override.d
drwxr-xr-x 2 systemd-network 4096 Apr 23 13:42 plugins.d
-rw-r--r-- 1 systemd-network 20 Apr 29 14:16 rspamd.conf.local
-rw-r--r-- 1 systemd-network 24 Apr 29 14:16 rspamd.conf.override
I’ve spotted a custom
folder above, and if I add a .map
file, will it survive ?
If not, where to put it ?
Thanks,
–
Léo.