Skip to content

Instantly share code, notes, and snippets.

@AysadKozanoglu
Last active October 27, 2020 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AysadKozanoglu/02d0b9ac54fa88ecbe2bb7185cccd56a to your computer and use it in GitHub Desktop.
Save AysadKozanoglu/02d0b9ac54fa88ecbe2bb7185cccd56a to your computer and use it in GitHub Desktop.
mailserver openrelay check manuelly over telnet
```
telnet mail.MailserverDomain.com 25
#Trying 76.33.23.xxx...
#Connected to mail.MailserverDomain.com.
#Escape character is '^]'.
#220 mail.MailserverDomain.com ESMTP Postfix
helo GIVEANYEXISTINGDOMAIN.COM
#250 mail.MailserverDomain.com
mail from: myEmail@example.com
#250 2.1.0 Ok
rcpt to: EmailToReceiver@example.com
#454 4.7.1 <EmailToReceiver@example.com>: Relay access denied
```
Relay access denied -> NOT A OPENRLEAY-> Mailserver Restricted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment