Should I update eximconf?

ericovk

Verified User
Joined
Apr 17, 2012
Messages
229
Location
Rotterdam, Netherlands
Hi,

Curious about how others do this. When checking for updates DA is telling me there is an update for exim.conf
Code:
exim.conf 4.4.2 to 4.4.3 update is available.

Should I update this for sure?
And should I backup my /etc/exim.conf to compare old vs new on changes?

If I update, should I follow complete instructions of https://help.directadmin.com/item.php?id=51
or can I just run
Code:
./build update
./build eximconf
 
I always make a copy of the old config file when updates will be done, so I can compare then later if something doesn't work.
Code:
cp exim.conf exim.confBAK

Sometimes after the update I use following to see what has changed in the config;
Code:
diff exim.conf exim.confBAK
 
Back
Top