Attention: All pages of this wiki depend on the pages that come before it, in order as they are listed on the Main Page. Please check for Dependencies.
Please also look at What You Need to Know Before Using This Wiki

TEST.proto.SMTP

From COCNM
Jump to navigation Jump to search

The stuff in bold is what you have to do. The rest is output you should see

Notes

  • greylist will make you wait the first time. Come back in 10 minutes and try again.
  • Remember to wait for the banner
  • This test should fail if you use it on port 587

Sample SMTP Session

  • telnet 192.168.26.10 25
  • Trying 192.168.26.10...
  • Connected to 192.168.26.10.
  • Escape character is '^]'.
  • 220 computerisms.com ESMTP I am the Computerisms Mail Server. I do not relay unauthorized messages. I actively refuse spam. All other messages are welcome.
  • ehlo computerisms.com
  • 250-computerisms.com I am the Computerisms Mail Server. I do not relay unauthorized messages. I actively refuse spam. All other messages are welcome.
  • 250-PIPELINING
  • 250-SIZE 10240000
  • 250-DATAZ
  • 250-STARTTLS
  • 250 8BITMIME
  • mail from: <bob.miller@computerisms.com>
  • 250 ok
  • rcpt to: <bob.miller@computerisms.com>
  • 250 ok
  • data
  • 354 go ahead punk, make my day
  • Subject: Test
  • Test.
  • .
  • 250 ok 1375227113 qp 13052 by computerisms.com
  • quit
  • 221 computerisms.com Goodbye.
  • Connection closed by foreign host.