Obviously if you’re editing your own system configs then you have assumed responsibility for keeping them up to date. Personally I’ve made several modifications to exim configs over the years, to install rspamd, to change various limits for clients who send a lot of emails, to enhance SSL config on more up to date clients, and so on.
As we’ve just been through some fairly major changes to the behaviour of exim with the latest 1.6 updates, if you’ve made customizations, I would urge you to download the latest base config from github, here
and use a diff tool to make sure your configs are all up to date. I’ve just done this on a few servers, and found a few differences, ranging from small formatting differences, and rearrangement of blocks, to some fairly serious changes.
Examples:
- I’d previously made some changes to re-write spam headers using a file called system_filter. This is now superceded in some configs by the file system.filter added by Hestia devs.
- When the recent rate-limit problems were occuring, I rolled back my config to a previous 1.5 version. However when I did that, the changes in 1.6.2 weren’t properly applied, so I had to manually add the new rate limit stanzas.
There may be more examples. I take full responsibility for the changes I make to my own servers, and any breakage that ensues. If you’re like me, now is a good time to go through exim configs and make sure they’re all up to date.