Guest User

Untitled

a guest
Nov 25th, 2018
3,721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.23 KB | None | 0 0
  1. root@web:/# echo -e "Subject: Test\nhier inhalt" | /usr/bin/sendmail -v m.texo@gmx.de -f noreply@graycore.net
  2. noreply@graycore.net,-f,m.texo@gmx.de... Connecting to [127.0.0.1] via relay...
  3. 220 web.graycore.net ESMTP Sendmail 8.14.3/8.14.3/Debian-9.4; Sat, 15 Sep 2012 14:46:37 +0200; (No UCE/UBE) logging access from: localhost(OK)-localhost [127.0.0.1]
  4. >>> EHLO web.graycore.net
  5. 250-web.graycore.net Hello localhost [127.0.0.1], pleased to meet you
  6. 250-ENHANCEDSTATUSCODES
  7. 250-PIPELINING
  8. 250-EXPN
  9. 250-VERB
  10. 250-8BITMIME
  11. 250-SIZE
  12. 250-DSN
  13. 250-ETRN
  14. 250-AUTH DIGEST-MD5 CRAM-MD5
  15. 250-DELIVERBY
  16. 250 HELP
  17. >>> VERB
  18. 250 2.0.0 Verbose mode
  19. >>> MAIL From:<root@web.graycore.net> SIZE=26 AUTH=root@web.graycore.net
  20. 250 2.1.0 <root@web.graycore.net>... Sender ok
  21. >>> RCPT To:<noreply@graycore.net>
  22. >>> RCPT To:<-f@web.graycore.net>
  23. >>> RCPT To:<m.texo@gmx.de>
  24. >>> DATA
  25. 250 2.1.5 <noreply@graycore.net>... Recipient ok
  26. 550 5.1.1 <-f@web.graycore.net>... User unknown
  27. 250 2.1.5 <m.texo@gmx.de>... Recipient ok
  28. 354 Enter mail, end with "." on a line by itself
  29. >>> .
  30. 050 <m.texo@gmx.de>... Connecting to mx1.gmx.net. via esmtp...
  31. 050 220 mx0.gmx.net GMX Mailservices ESMTP {mx061}
  32. 050 >>> EHLO web.graycore.net
  33. 050 250-mx0.gmx.net GMX Mailservices
  34. 050 250-8BITMIME
  35. 050 250-ENHANCEDSTATUSCODES
  36. 050 250 SIZE
  37. 050 >>> MAIL From:<root@web.graycore.net> SIZE=287
  38. 050 550 5.1.8 Cannot resolve your domain {mx061}
  39. 050 <noreply@graycore.net>... Connecting to mail.bloody-network.net. via esmtp...
  40. 050 220 "mail.bloody-network.net"
  41. 050 >>> EHLO web.graycore.net
  42. 050 250-tbn04.bloody-network.net
  43. 050 250-PIPELINING
  44. 050 250-SIZE 52428800
  45. 050 250-ETRN
  46. 050 250-STARTTLS
  47. 050 250-AUTH PLAIN
  48. 050 250-ENHANCEDSTATUSCODES
  49. 050 250-8BITMIME
  50. 050 250 DSN
  51. 050 >>> STARTTLS
  52. 050 220 2.0.0 Ready to start TLS
  53. 050 >>> EHLO web.graycore.net
  54. 050 250-tbn04.bloody-network.net
  55. 050 250-PIPELINING
  56. 050 250-SIZE 52428800
  57. 050 250-ETRN
  58. 050 250-AUTH PLAIN
  59. 050 250-ENHANCEDSTATUSCODES
  60. 050 250-8BITMIME
  61. 050 250 DSN
  62. 050 >>> MAIL From:<root@web.graycore.net> SIZE=287 AUTH=<>
  63. 050 250 2.1.0 Ok
  64. 050 >>> RCPT To:<noreply@graycore.net>
  65. 050 >>> DATA
  66. 050 450 4.1.8 <root@web.graycore.net>: Sender address rejected: Domain not found
  67. 050 <noreply@graycore.net>... Deferred: 450 4.1.8 <root@web.graycore.net>: Sender address rejected: Domain not found
  68. 050 554 5.5.1 Error: no valid recipients
  69. 050 >>> RSET
  70. 050 250 2.0.0 Ok
  71. 050 <root@web.graycore.net>... aliased to nekses
  72. 050 nekses... Connecting to local...
  73. 050 nekses... Sent
  74. 250 2.0.0 q8FCkbKj004577 Message accepted for delivery
  75. noreply@graycore.net,m.texo@gmx.de... Sent (q8FCkbKj004577 Message accepted for delivery)
  76. >>> RSET
  77. 250 2.0.0 Reset state
  78. root... Using cached ESMTP connection to [127.0.0.1] via relay...
  79. >>> MAIL From:<> SIZE=1050
  80. 250 2.1.0 <>... Sender ok
  81. >>> RCPT To:<root@web.graycore.net>
  82. >>> DATA
  83. 050 <root@web.graycore.net>... aliased to nekses
  84. 250 2.1.5 <root@web.graycore.net>... Recipient ok
  85. 354 Enter mail, end with "." on a line by itself
  86. >>> .
  87. 050 nekses... Connecting to local...
  88. 050 nekses... Sent
  89. 250 2.0.0 q8FCkbKm004577 Message accepted for delivery
  90. root... Sent (q8FCkbKm004577 Message accepted for delivery)
  91. Closing connection to [127.0.0.1]
  92. >>> QUIT
  93. 221 2.0.0 web.graycore.net closing connection
Add Comment
Please, Sign In to add comment