Since updating to version WHM 11.28.52 RBL options under Main >> Service Configuration >> Exim Configuration Editor >> RBLs are greyed out.
![]()
Since updating to version WHM 11.28.52 RBL options under Main >> Service Configuration >> Exim Configuration Editor >> RBLs are greyed out.
![]()
Last edited by thobarn; 12-21-2010 at 10:20 AM. Reason: added screen capture
Please provide output from the following command (via root SSH access):
I believe the symptom displayed by your screenshot may occur if all three settings were enabled somehow, as seen below:Code:# egrep "^acl_spam(cop|haus(_spamcop)?)_rbl=" /etc/exim.conf.localopts
To fix the problem, please try one of the following solutions:Code:# egrep "^acl_spam(cop|haus(_spamcop)?)_rbl=" /etc/exim.conf.localopts acl_spamcop_rbl=1 acl_spamhaus_rbl=1 acl_spamhaus_spamcop_rbl=1
- Change "acl_spamhaus_spamcop_rbl=1" to "acl_spamhaus_spamcop_rbl=0" in "/etc/exim.conf.localopts".
- Change "acl_spamcop_rbl=1" and "acl_spamhaus_rbl=1" from "=1" to "=0" in "/etc/exim.conf.localopts".
cPResources: Submit a Support Request - Submit a Bug Report - Review existing Tickets-- Donald cPanelDon Holl - Analyst, cPanel Quality Assurance
Thanks, already solved it as you described. Yes, all three were set to one. And here is a method to get into that state from the UI.
Main >> Service Configuration >> Exim Configuration Editor >>RBLs
Defaults:
RBL: bl.spamcop.net -> Off
RBL: zen.spamhaus.org -> Off
RBL: zen.spamhaus.org and bl.spamcop.net -> Off
Steps to lock RBLs options:
Select RBL: bl.spamcop.net -> On
Select RBL: zen.spamhaus.org -> On
Save config
Each ON should grey out all of the remaining options if accidental locking to be prevented.
Last edited by thobarn; 01-12-2011 at 01:07 PM.