telnet
1
2
3
4
5
#dial into smtp server
telnet <ip> <port>
# you can verify user accounts
vrfy admin@mail.domain.com
# if u get a 2xx response u found a valid email
ismtp
this one lets u bruteforce usernames
1
ismtp -h <ip:port> -e <email.txt>