- Anasayfa
- Linux/Unix
- Mail Sunucu
- Relay Test
Beyaz.Net İpucu
Relay Test
|
You type this text |
Server should respond with this |
|
TELNET mail.example.com 25 |
Trying 10.10.10.1. |
|
HELO mail.example |
250 OK |
|
MAIL FROM:<sender@example.com> |
250 OK - Mail from <sender@example.com> |
|
RCPT TO:<youremail@outsideaddress.com> |
550 Relaying is prohibited |
|
QUIT |
221 Closing connect, good bye |
This is an example of a mail server that DOES allow relaying.
|
You type this text |
Server should respond with this |
|
TELNET mail.example.com 25 |
Trying 10.10.10.1. |
|
HELO mail.example |
250 OK |
|
MAIL FROM:<sender@example.com> |
250 OK - Mail from <sender@example.com> |
|
RCPT TO:<youremail@outsideaddress.com> |
250 OK |
|
DATA |
354 End data with <CR><LF><CR><LF> |
|
From: sender@example.com |
250 OK: Queued as T22122A5 |
|
QUIT |
221 Closing connect, good bye |