Richard G
Verified User
I was just having a look around and then I've seen this in the /etc/exim.conf file:
	
	
	
		
and I found:
	
	
	
		
Looks good to me except for one thing.
In the /etc/exim.variables.conf it says:
But how does Exim that this file must be loaded? I don't see a line anywhere like:
	
	
	
		
So since I can't find this line anywhere, just out of curiosity, how does Exim know that this custom file should be loaded?
				
			
		Code:
	
	.include /etc/exim.variables.conf
.include /etc/exim.strings.conf
.include_if_exists /etc/exim.strings.conf.customand I found:
		Code:
	
	  .include_if_exists /etc/exim.check_mime.conf.custom
  .include_if_exists /etc/exim.easy_spam_fighter/check_mime.confLooks good to me except for one thing.
In the /etc/exim.variables.conf it says:
#Do not edit this file directly
#edit /etc/exim.variables.conf.custom
But how does Exim that this file must be loaded? I don't see a line anywhere like:
		Code:
	
	.include_if_exists /etc/exim.variables.conf.customSo since I can't find this line anywhere, just out of curiosity, how does Exim know that this custom file should be loaded?
 
 
		 
 
		 Exim does not know anything about /etc/exim.variables.conf.custom, as it only reads /etc/exim.variables.conf, and CB takes care of /etc/exim.variables.conf (so that it'd have your custom values).
 Exim does not know anything about /etc/exim.variables.conf.custom, as it only reads /etc/exim.variables.conf, and CB takes care of /etc/exim.variables.conf (so that it'd have your custom values).