H hci Verified User Joined Jun 15, 2004 Messages 361 Dec 24, 2020 #1 I have several custom changes made to exim.conf. Is there a way to allow those changes to survive after a ./build exim_conf?
I have several custom changes made to exim.conf. Is there a way to allow those changes to survive after a ./build exim_conf?
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,447 Location UA Dec 24, 2020 #2 put changes to: /etc/exim.variables.conf
H hci Verified User Joined Jun 15, 2004 Messages 361 Dec 29, 2020 #3 The top of that file states: #Do not edit this file directly #edit /etc/exim.variables.conf.custom One of the things I want to add: deny recipients = lsearch;/etc/virtual/over_quota_email message = Email account over quota
The top of that file states: #Do not edit this file directly #edit /etc/exim.variables.conf.custom One of the things I want to add: deny recipients = lsearch;/etc/virtual/over_quota_email message = Email account over quota
W wtptrs Verified User Joined Jul 13, 2015 Messages 329 Dec 29, 2020 #4 Create a new empty file /etc/exim.variables.conf.custom and add those two lines. To apply your changes: Code: cd /usr/local/directadmin/custombuild ./build exim_conf
Create a new empty file /etc/exim.variables.conf.custom and add those two lines. To apply your changes: Code: cd /usr/local/directadmin/custombuild ./build exim_conf
H hci Verified User Joined Jun 15, 2004 Messages 361 Dec 29, 2020 #5 That does work for variables. I am assuming I must put customizations to acl lists in: /etc/exim.acl_check_recipient.pre.conf Will "./build exim_conf" overwrite any changes I add too: /etc/exim.spamassassin.conf
That does work for variables. I am assuming I must put customizations to acl lists in: /etc/exim.acl_check_recipient.pre.conf Will "./build exim_conf" overwrite any changes I add too: /etc/exim.spamassassin.conf