Advertisement
Guest User

Untitled

a guest
Sep 29th, 2017
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. echo "This is my mail." | mailx -v -s "This is my title" -S from="source@mysourcedomain.com" destination@mydomain.com
  2. LOG: MAIN
  3. cwd=/home/senderuser 5 args: /usr/sbin/sendmail -i -v -- destination@mydomain.com
  4. LOG: MAIN
  5. <= senderuser@mysourcedomain.com U=senderuser P=local S=546 id=59ce55e3.qTFw309pim+8bVsf%source@mysourcedomain.com T="This is my title"
  6. LOG: MAIN
  7. cwd=/var/spool/exim 4 args: /usr/sbin/exim -v -Mc 1dxw6F-004MHI-IE
  8. delivering 1dxw6F-004MHI-IE
  9. Transport port=25 replaced by host-specific port=25
  10. Connecting to smtp.mailchannels.net [35.164.56.36]:25 ... connected
  11. SMTP<< 220 relay.mailchannels.net ESMTP Postfix (Ubuntu)
  12. SMTP>> EHLO mysourcedomain.com
  13. SMTP<< 250-relay.mailchannels.net
  14. 250-SIZE 104857600
  15. 250-AUTH PLAIN LOGIN
  16. 250-ENHANCEDSTATUSCODES
  17. 250-SMTPUTF8
  18. 250 STARTTLS
  19. SMTP>> STARTTLS
  20. SMTP<< 220 2.0.0 Start TLS
  21. SMTP>> EHLO mysourcedomain.com
  22. SMTP<< 250-relay.mailchannels.net
  23. 250-SIZE 104857600
  24. 250-AUTH PLAIN LOGIN
  25. 250-ENHANCEDSTATUSCODES
  26. 250 SMTPUTF8
  27. SMTP>> AUTH LOGIN
  28. SMTP<< 334 VXNlcm5hbWU6
  29. SMTP>> ************
  30. SMTP<< 334 UGFzc3dvcmQ6
  31. SMTP>> ********************************
  32. SMTP<< 235 2.7.0 Authentication successful
  33. SMTP>> MAIL FROM:<senderuser@mysourcedomain.com> SIZE=1584 AUTH=senderuser@mysourcedomain.com
  34. SMTP<< 250 2.1.0 Ok
  35. SMTP>> RCPT TO:<destination@mydomain.com>
  36. SMTP<< 250 2.1.5 Ok
  37. SMTP>> DATA
  38. SMTP<< 354 End data with <CR><LF>.<CR><LF>
  39. SMTP>> writing message and terminating "."
  40. SMTP<< 250 2.0.0 Ok: queued as 7B1E07C8A78
  41. SMTP>> QUIT
  42. SMTP(close)>>
  43. LOG: MAIN
  44. => destination@mydomain.com R=send_via_mailchannels T=mailchannels_smtp H=smtp.mailchannels.net [35.164.56.36] X=TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256 CV=yes A=mailchannels_login C="250 2.0.0 Ok: queued as 7B1E07C8A78"
  45. LOG: MAIN
  46. Completed
  47.  
  48. echo "This is my mail." | mailx -v -s "This is my title" -a temp.sql -S from="source@mysourcedomain.com" destination@mydomain.com
  49. LOG: MAIN
  50. cwd=/home/senderuser 5 args: /usr/sbin/sendmail -i -v -- destination@mydomain.com
  51. LOG: MAIN
  52. <= senderuser@mysourcedomain.com U=senderuser P=local S=25970046 id=59ce54f8.wAqB0smywZHcIgoC%source@mysourcedomain.com T="This is my title"
  53. LOG: MAIN
  54. cwd=/var/spool/exim 4 args: /usr/sbin/exim -v -Mc 1dxw2U-004HfI-J3
  55. delivering 1dxw2U-004HfI-J3
  56. Transport port=25 replaced by host-specific port=25
  57. Connecting to smtp.mailchannels.net [52.25.7.42]:25 ... connected
  58. SMTP<< 220 relay.mailchannels.net ESMTP Postfix (Ubuntu)
  59. SMTP>> EHLO mysourcedomain.com
  60. SMTP<< 250-relay.mailchannels.net
  61. 250-SIZE 104857600
  62. 250-AUTH PLAIN LOGIN
  63. 250-AUTH=PLAIN LOGIN
  64. 250-ENHANCEDSTATUSCODES
  65. 250-SMTPUTF8
  66. 250 STARTTLS
  67. SMTP>> STARTTLS
  68. SMTP<< 220 2.0.0 Start TLS
  69. SMTP>> EHLO mysourcedomain.com
  70. SMTP<< 250-relay.mailchannels.net
  71. 250-SIZE 104857600
  72. 250-AUTH PLAIN LOGIN
  73. 250-AUTH=PLAIN LOGIN
  74. 250-ENHANCEDSTATUSCODES
  75. 250 SMTPUTF8
  76. SMTP>> AUTH LOGIN
  77. SMTP<< 334 VXNlcm5hbWU6
  78. SMTP>> ************
  79. SMTP<< 334 UGFzc3dvcmQ6
  80. SMTP>> ********************************
  81. SMTP<< 235 2.7.0 Authentication successful
  82. SMTP>> MAIL FROM:<senderuser@mysourcedomain.com> SIZE=26328372 AUTH=senderuser@mysourcedomain.com
  83. SMTP<< 250 2.1.0 Ok
  84. SMTP>> RCPT TO:<destination@mydomain.com>
  85. SMTP<< 250 2.1.5 Ok
  86. SMTP>> DATA
  87. SMTP<< 354 End data with <CR><LF>.<CR><LF>
  88. SMTP>> writing message and terminating "."
  89. SMTP<< 250 2.0.0 Ok: queued as A6BD720897C
  90. SMTP>> QUIT
  91. SMTP(close)>>
  92. LOG: MAIN
  93. => destination@mydomain.com R=send_via_mailchannels T=mailchannels_smtp H=smtp.mailchannels.net [52.25.7.42] X=TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256 CV=yes A=mailchannels_login C="250 2.0.0 Ok: queued as A6BD720897C"
  94. LOG: MAIN
  95. Completed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement