Quote From : jamestibbets February 1, 2019, 1:42 pm The above method disables encryption, which is not good. A simpler way to fix the problem (for CentOS 7 at least) is to open ports 465 and 993 on your server using the commands:
sudo firewall-cmd --permanent --add-port=465/tcp
sudo firewall-cmd --permanent --add-port=993/tcpsudo firewall-cmd --reload
This method keeps SSL encryption for your emails. Encryption is good.
I believe you are right, i never suggest to use unencrypted email.Great solution... i was forget maybe the port can be closed on Centos. Hope your issue was resolved.
I always ask to Webuzo team to stay secure and keep software safe. They really suggested to use the settings you mentioned? I believe this is an error.
|