Turning on RBLs during the build process / post build
Is there a flag I can pass to turn on RBLs with default configuration during build time?
I have several cPanel servers ( 11.42 ) I would like to enable this on and do not want to really have to login to each and manually configure RBLs.
Ideally, I could push a config file / make an API call to existing servers to configure / enable RBLS and a flag in the build script to enable them at build time.
Thank you. Any advice would be great.
-Steven
-
Hello :) Yes, the file you are looking for is: /etc/exim.conf.localopts
In particular, these entries:acl_spamhaus_rbl=0 acl_spamcop_rbl=0
Change the values to "1" to enable the RBL, and rebuild the Exim configuration via:/scripts/buildeximconf
Thank you.0
Please sign in to leave a comment.
Comments
1 comment