Preparing for requiring clients to connect with SSL
We want to make our server more secure by requiring our email clients to connect with SSL, but before we force this by the setting in the Exim Configuration Manager we'd like to see which clients (at least active clients) don't have their email clients setup that way. Looking through the maillog I believe the information I want is in there, but the question is how to extract it without having to learn how to use grep. Does anyone know of any tools that would help me?
-
I hope this discussion continues, need some insights too for this. Thank you 0 -
Hi @RetiredAF I don't know that there would be a way to troubleshoot connection issues without using grep. You could follow the logs to see what's occurring or you could have your client's use the configurator tool for SSL connections for their email accounts. You can get it at cPanel>>Email>>Email Accounts>>Manage>>Connect Devices Example of a simple grep: grep email@domain.tld /var/log/maillog
an example of tailing the logs:tail -1000 /var/log/maillog0 -
If I might be permitted to make a suggestion: If you have How to Configure Your Firewall for cPanel Services - cPanel Knowledge Base - cPanel Documentation 0
Please sign in to leave a comment.
Comments
3 comments