
Originally Posted by
chirpy
If you're having problems with sender callout verification even though you disabled it, go into WHM > Exim Configuration Editor > Advanced Mode Editor > Scroll down to the ACL section ( a group of 3 textareas) and in the middle textarea look for the line:
verify = sender/callout
and change it to:
verify = sender
Then Save at the bottom of the page. There seems to be a bug in the code somewhere where it sometimes fails to reconfigure it correctly. If you want to disable all sender verification then remove the line mentioned above completely.