Richard G
Verified User
So with a DA collegue @AlexanderNL we were adjusting some files being the exim.strings.conf.custom file to add RBL's and the exim.variables.conf.custom file and then he discovered something.
In the exim.conf there is no exim.variables.conf.custom file mentioned.
One would expect to see a line like this:
So I did a search to see if it was maybe mentioned anywhere else in the exim.conf file, but it was not.
However I did find an undocumented option:
but this file is not documented. So either this should be the exim.variables.conf.custom which one would expect below the exim.strings.conf.custom or it's a totally different option, but then not described in the docs.
1.) Please fix the first
2.) What is the conf.post file for, or was this a typo and should this .post have been the .custom?
In the exim.conf there is no exim.variables.conf.custom file mentioned.
One would expect to see a line like this:
.include_if_exists /etc/exim.strings.conf.custom
but then for variables file so like like.include_if_exists /etc/exim.variables.conf.custom
but that does not exist, meaning the exim.variables.conf.custom file (documented in the docs) is not called at all, which is a bug.So I did a search to see if it was maybe mentioned anywhere else in the exim.conf file, but it was not.
However I did find an undocumented option:
.include_if_exists /etc/exim.variables.conf.post
but this file is not documented. So either this should be the exim.variables.conf.custom which one would expect below the exim.strings.conf.custom or it's a totally different option, but then not described in the docs.
1.) Please fix the first
2.) What is the conf.post file for, or was this a typo and should this .post have been the .custom?