The file /etc/exim.conf.local doesn't exist on my newly formatted machine. It only exists if you've made changes in WHM > Exim Configuration Editor > Advanced Editor in the past, so it isn't the same result for many people as that file will not exist.
To show the results, here is my machine before I made changes in Advanced Editor:
Code:
root@host [/etc]# ls -lah /etc/exim.conf*
-rw-r--r-- 1 root root 47K Aug 8 17:10 /etc/exim.conf
-rw-r--r-- 1 root root 26K Feb 18 09:11 /etc/exim.conf.dist
-rw-r--r-- 1 root root 95 Aug 3 17:03 /etc/exim.conf.localopts
-rw-r--r-- 1 root root 30K Feb 18 09:11 /etc/exim.conf.mailman2.dist
-rw-r--r-- 1 root root 30K Feb 18 09:11 /etc/exim.conf.mailman2.exiscan.dist
Here is my machine after I added something in Advanced Editor:
Code:
root@host [/etc]# ls -lah /etc/exim.conf*
-rw-r--r-- 1 root root 47K Aug 10 11:22 /etc/exim.conf
-rw-r--r-- 1 root root 26K Feb 18 09:11 /etc/exim.conf.dist
-rw-r--r-- 1 root root 227 Aug 10 11:22 /etc/exim.conf.local
-rw-r--r-- 1 root root 95 Aug 3 17:03 /etc/exim.conf.localopts
-rw-r--r-- 1 root root 30K Feb 18 09:11 /etc/exim.conf.mailman2.dist
-rw-r--r-- 1 root root 30K Feb 18 09:11 /etc/exim.conf.mailman2.exiscan.dist
I would highly suggest advising to use WHM > Exim Configuration Editor > Advanced Editor in your guide, since otherwise you will have most people who do not have that file exist. Feel free to test this on a new machine to see the results similar to mine above.