I really need your help. I am trying to set up first time my own mail server using Postfix, Dovecot IMAP/POP3 and MySQL backend on a Ubuntu server. I can successfully receive and send mail to my local server, However I can only send mail to to other mail servers like gmail and outlook but unable to receive. and always get this
The recipient server did not accept our requests to connect. Learn more at https://support.google.com/mail/answer/7720 [xyz.example.com. xxx.xxx.xxx.xxx: timed out]
my domain is something like xyz.example.com not www not mail.example.com
I have used dig MX xyz.example.com which produce
;; ANSWER SECTION:
xyz.example.com. 60 IN MX 60 xyz.example.com.
However when I try mxtoolbox.com to test smtp
SMTP Connect Failed To Connect More Info
Session Transcript:
Connecting to xxx.xxx.xxx.xxx
Connection attempt #1 - Unable to connect after 15 seconds. [15.05 sec]
I have also tried
telnet xyz.example.com 25
along with 465, 587, 993, 995
Trying 123.345.567.789.
Connected to xyz.example.com.
Escape character is '^]'.
220 xyz.example.com ESMTP Postfix (Ubuntu)
When I tried telnet externally
couldn't open connection to the host, on port 25: connect failed"
My domain is certified but I am using openssl certificate for encryption. I don't know what I am doing wrong, please guide me and help me out. Thanks in advance