Advertisement
Guest User

using -v (verbose) option in mailx

a guest
Jan 4th, 2012
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. aloism@gebba:/etc/exim4$ mail -v -s "Foo::Bar" Correct.Adressee@mydomain.cz
  2. Hi guys!
  3. Cc:
  4. LOG: MAIN
  5. <= Correct.Adressee@mydomain.cz U=aloism P=local S=421
  6. aloism@gebba:/etc/exim4$ delivering 1RhmDD-0002ty-W6
  7. R: smarthost for Correct.Adressee@mydomain.cz
  8. T: remote_smtp_smarthost for Correct.Adressee@mydomain.cz
  9. Connecting to local.gate.cz [10.6.8.22]:25 ... connected
  10. SMTP<< 220 local.gate.cz ESMTP Postfix
  11. SMTP>> EHLO gebba.aloism.test.local
  12. SMTP<< 250-local.gate.cz
  13. 250-PIPELINING
  14. 250-SIZE 26214400
  15. 250-ETRN
  16. 250-STARTTLS
  17. 250-AUTH PLAIN DIGEST-MD5 LOGIN CRAM-MD5 NTLM
  18. 250-ENHANCEDSTATUSCODES
  19. 250-8BITMIME
  20. 250 DSN
  21. SMTP>> STARTTLS
  22. SMTP<< 220 2.0.0 Ready to start TLS
  23. SMTP>> EHLO gebba.aloism.test.local
  24. SMTP<< 250-local.gate.cz
  25. 250-PIPELINING
  26. 250-SIZE 26214400
  27. 250-ETRN
  28. 250-AUTH PLAIN DIGEST-MD5 LOGIN CRAM-MD5 NTLM
  29. 250-ENHANCEDSTATUSCODES
  30. 250-8BITMIME
  31. 250 DSN
  32. SMTP>> AUTH CRAM-MD5
  33. SMTP<< 334 PDM4NDE3NzY4MTYuMzA5ODIwQG1zLmdyaXNvZnQuY3o+
  34. SMTP>> ************************************************************
  35. SMTP<< 235 2.0.0 Authentication successful
  36. SMTP>> MAIL FROM:<Correct.Adressee@mydomain.cz> SIZE=1455 AUTH=aloism@gebba.aloism.test.local
  37. SMTP>> RCPT TO:<Correct.Adressee@mydomain.cz>
  38. SMTP>> DATA
  39. SMTP<< 250 2.1.0 Ok
  40. SMTP<< 250 2.1.5 Ok
  41. SMTP<< 354 End data with <CR><LF>.<CR><LF>
  42. SMTP>> writing message and terminating "."
  43. SMTP<< 250 2.0.0 Ok: queued as 5DA84380A3
  44. SMTP>> QUIT
  45. LOG: MAIN
  46. => Correct.Adressee@mydomain.cz <Correct.Adressee@mydomain.cz> R=smarthost T=remote_smtp_smarthost H=local.gate.cz [10.6.8.22] X=TLS1.0:RSA_AES_256_CBC_SHA1:32 DN="C=CZ,ST=Czech Republic,L=Town,O=Company,CN=local.gate.cz"
  47. LOG: MAIN
  48. Completed
  49.  
  50. aloism@gebba:/etc/exim4$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement