Symptoms
In WHM, when viewing the "Exim Configuration Manager," all options are preceded with a yellow warning sign.
Description
This issue typically occours when the file "/etc/exim.conf.localopts" is missing or corrupt.
Workaround
First, verify the file exists.
# ls /etc/exim.conf.localopts
If the ls command returns
/etc/exim.conf.localopts
You need to move the existing file out of the way or clean it. To move the existing file out of the way, run
# mv -v /etc/exim.conf.localopts{,.bak}
Otherwise, If the ls command returns
ls: /etc/exim.conf.localopts: No such file or directory
Move onto the next step
Then, regenerate the file
To recreate the "exim.conf.localopts" file, click Save at the bottom of the "Exim Configuration Manager." You should no longer see the warning marks.