Security Check Advice
Using CSF firewall, I'm aware it's a plugin and not a cPanel product but it suggests doing so, the question is, should I:
Mail Check
- Check exim for secure authentication (if I require clients to connect with SSL or issue the STARTTLS command before they are allowed to authenticate with the server will they be able to connect with their accounts via insecure ports)?
- Check php for enable_dl or disabled dl() (enable_dl = Off )?
- Check php for disable_functions (disable_functions = show_source, system, shell_exec, passthru, exec, popen, proc_open)?
- Check cPanel login is SSL only?
- Check boxtrapper is disabled?
- Check GreyListing is disabled?
- Check Reset Password for cPanel accounts?
- Check Reset Password for Subaccounts?
- Check compilers?
- Check proxy subdomains?
- Check accounts that can access a cPanel user?
- Check Referrer Blank Security?
- Check Referrer Security?
- Check Password ENV variable?
- Check SMTP Restrictions?
- Check server services (disable rpcbind service)?
-
Hey there! For the Mail Check issue, we have "Require clients to connect with SSL or issue the STARTTLS command before they are allowed to authenticate with the server" enabled by default on cPanel machines, so you shouldn't need to do anything there, but you can check that value in WHM >> Exim Configuration Manager. We say this about the "enable_dl" feature in WHM >> MultiPHP INI Editor: "The default is to allow dynamic loading, except when using safe mode. This feature is deprecated, and will be removed at a future time." It's up to you if you want to disable that tool. The disable_functions line is just a reminder for you to examine that to ensure it is setup how you want - that notice doesn't indicate any server issues. The rest of the options are just letting you know to double-check those areas to make sure they are setup how you want. It's not saying there are any security issues present, but it's just serving as a reminder to examine those settings on the machine. 0 -
Hey there! For the Mail Check issue, we have "Require clients to connect with SSL or issue the STARTTLS command before they are allowed to authenticate with the server" enabled by default on cPanel machines, so you shouldn't need to do anything there, but you can check that value in WHM >> Exim Configuration Manager. We say this about the "enable_dl" feature in WHM >> MultiPHP INI Editor: "The default is to allow dynamic loading, except when using safe mode. This feature is deprecated, and will be removed at a future time." It's up to you if you want to disable that tool. The disable_functions line is just a reminder for you to examine that to ensure it is setup how you want - that notice doesn't indicate any server issues. The rest of the options are just letting you know to double-check those areas to make sure they are setup how you want. It's not saying there are any security issues present, but it's just serving as a reminder to examine those settings on the machine.
Thanks for the clarification0 -
Sure thing! 0
Please sign in to leave a comment.
Comments
3 comments