IMAP/POP3 (110,143,993,995)

IMAP / POP3 Nedir

IMAP ve Pop3 sunucudan eposta alımını sağlayan protokollerdir.

  • POP3 maillari localde saklar

  • IMAP mailleri sunucuda saklar

nmap -sV -sC -p 110,143,993,995 192.168.1.3
curl -k 'imaps://192.168.1.3' --user username:password -v

openssl s_client -connect 192.168.1.3:pop3s
openssl s_client -connect 192.168.1.3:imaps
# POP3/IMAP GUI Client
evolution

# Daha Modern
thunderbird

Last updated