Guest User

Untitled

a guest
Jul 18th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. send: 'ehlo automailer.localrn'
  2. reply: '250-mail2.company.com Hello 4mygmc1 [10.0.30.53], pleased to meet yourn'
  3. reply: '250-SIZE 20000000rn'
  4. reply: '250-PIPELININGrn'
  5. reply: '250-8BITMIMErn'
  6. reply: '250 HELPrn'
  7. reply: retcode (250); Msg: mail2.company.com Hello 4mygmc1 [10.0.30.53], pleased to meet you
  8. SIZE 20000000
  9. PIPELINING
  10. 8BITMIME
  11. HELP
  12. send: 'mail FROM:<noreply@company.com> size=1226rn'
  13. reply: '250 Sender <noreply@company.com> OKrn'
  14. reply: retcode (250); Msg: Sender <noreply@company.com> OK
  15. send: u'rcpt TO:<recipient@mail.com>rn'
  16. reply: '250 Recipient <recipient@mail.com> OKrn'
  17. reply: retcode (250); Msg: Recipient <recipient@mail.com> OK
  18. send: 'datarn'
  19. reply: '354 Start mail input; end with <CRLF>.<CRLF>rn'
  20. reply: retcode (354); Msg: Start mail input; end with <CRLF>.<CRLF>
  21. data: (354, 'Start mail input; end with <CRLF>.<CRLF>')
  22. send: 'Content-Type: multipart/alternative; boundary="===============0038895951=="rnMIME-Version: 1.0rnSubject: messagern.rn'
  23. reply: '250 Ok: queued as BDBED1430D2rn'
  24. reply: retcode (250); Msg: Ok: queued as BDBED1430D2
  25. data: (250, 'Ok: queued as BDBED1430D2')
  26. send: 'quitrn'
  27. reply: '221 mail2.company.com Goodbye 4mygmc1, closing connectionrn'
  28. reply: retcode (221); Msg: mail2.company.com Goodbye 4mygmc1, closing connection
  29.  
  30. Unable to deliver the message because the originator prohibited the expansion of distribution lists
Add Comment
Please, Sign In to add comment