API Call - Exim RBL and STARTTSSL
Hi,
Is there an API call to modify exim's configuration ?
I'd like to activate built-in RBLs (eg: bl.spamcop.net & zen.spamhaus.org) and deactivate STARTTSSL.
If there is no API call; is there a way to achieve the above ?
Thanks!
-
Hello, There's no corresponding WHM API 1 function, however you can modify the /etc/exim.conf.localopts file and then run the following commands to enable any changes you make: /scripts/buildeximconf /scripts/restartsrv_exim
The default entries for the options you referenced are as follows:acl_spamcop_rbl=0 acl_spamhaus_rbl=0 acl_spamhaus_spamcop_rbl=0 require_secure_auth=1
1 represents enabled, and 0 represents disabled. Thank you.0
Please sign in to leave a comment.
Comments
1 comment