Port 25 โ SMTP
TCP ยท Port 25/TCP is used for the Simple Mail Transfer Protocol (SMTP), a standard protocol for sending and receiving email. SMTP plays a crucial role in network security, as it enables secure communication between mail servers and helps prevent spam and phishing attacks.
- Port Number
- 25
- Service Name
- SMTP
- Protocol
- TCP
- Common Software
- Postfix, Exim, Sendmail
Security Notes
Should only accept connections from authenticated senders. Open relays are exploited for spam.
FAQ
Port 25 is used for SMTP. Port 25/TCP is used for the Simple Mail Transfer Protocol (SMTP), a standard protocol for sending and receiving email. SMTP plays a crucial role in network security, as it enables secure communication between mail servers and helps prevent spam and phishing attacks. Common software: Postfix, Exim, Sendmail.
Should only accept connections from authenticated senders. Open relays are exploited for spam.
Use nmap: nmap -p 25 <target> or check locally: ss -tlnp | rg 25