Port 587 โ SMTP Submission
TCP ยท Port 587/TCP is used for SMTP submission, a protocol for sending emails to mail servers. This port is critical in email communication as it enables the secure transmission of emails from clients to servers.
- Port Number
- 587
- Service Name
- SMTP Submission
- Protocol
- TCP
- Common Software
- Postfix, Exim
Security Notes
Review IANA registry for port 587 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 587 is used for SMTP Submission. Port 587/TCP is used for SMTP submission, a protocol for sending emails to mail servers. This port is critical in email communication as it enables the secure transmission of emails from clients to servers. Common software: Postfix, Exim.
Review IANA registry for port 587 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 587 <target> or check locally: ss -tlnp | rg 587