aaP_haythemspintechs
You can share the log here for further investigation, by executing this command: (adjust it based on your mail.log location).
grep "status=sent" /var/log/mail.log
and check for potential spam being sent
grep "reject" /var/log/mail.log
However, I suggest to add these to your postfix main.cf (always make backup before)
Go to postfix config located in Mail-Server --> Setting, then add:
smtpd_tls_protocols = !SSLv2,!SSLv3,!TLSv1,!TLSv1.1
smtpd_tls_mandatory_protocols = !SSLv2,!SSLv3,!TLSv1,!TLSv1.1
smtp_tls_security_level = may
smtp_tls_protocols = !SSLv2,!SSLv3,!TLSv1,!TLSv1.1
smtp_tls_mandatory_protocols = !SSLv2,!SSLv3,!TLSv1,!TLSv1.1
After make a change on that main.cf, restart the postfix.
You might need to apply additional headers to your email, also