Hello, I'm desperately trying to figure out how to incorporate a custom configuration for the new RSPAMD spam filter. I have several mail servers, all equipped with the postfix-dovecot-rspamd triplet, and I often use the RSPAMD GUI web interface to verify the results. To be more practical I am grouping all the web interfaces into one, it works very well by correctly configuring the /etc/rspamd/local.d/options.inc (list of servers in neighbours param), /etc/rspamd/local.d/worker-controller.inc (bind_socket). For practical reasons I also like to force the addition of headers to all mails, whether they are SPAM or not, for that I configure the file /etc/rspamd/local.d/milter_headers.inc (use, extended_spam_headers, and skip_authenticated parameters). And finally, I modify the /etc/rspamd/local.d/dkim_signing.conf (sign_networks, allow_hdrfrom_mismatch, and allow_username_mismatch) file to force the DKIM signature of all mails. It seems that some of its customization is lost during updates. So what is the best procedure to perpetuate the thing with the custom-conf system? Thank you in advance. Olivier.
Copy the templates for that from the install/tpl folder to /usr/local/ispconfig/server/conf-custom/install/