Hello, I have managed to get a score of 10/10 on my mail server.
But why can’t I connext to mail server with port 587 ? even though my server has opened the port…
ERROR: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond hidenmyip:587
bunga@mylinux:~$ nmap hidenmymailserver
Starting Nmap 7.80 ( https://nmap.org ) at 2022-07-26 06:32 WIB
Nmap scan report for hidenmyip
Host is up (0.024s latency).
Not shown: 984 closed ports
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
25/tcp filtered smtp
53/tcp open domain
80/tcp open http
110/tcp open pop3
111/tcp open rpcbind
143/tcp open imap
443/tcp open https
465/tcp open smtps
587/tcp open submission
993/tcp open imaps
995/tcp open pop3s
1723/tcp open pptp
5678/tcp filtered rrac
8090/tcp open opsmessaging
Nmap done: 1 IP address (1 host up) scanned in 4.62 seconds
bunga@mylinux:~$
Please help me how to fix it…
Thank you