Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2017
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. sudo sendmail -v -Am -i myname@gmail.com;
  2.  
  3. myname@fx1:/etc/mail$ sudo sendmail -v -Am -i myname@gmail.com;
  4. myname@gmail.com... Connecting to aspmx.l.google.com. via esmtp...
  5. 220 mx.google.com ESMTP v1si55415385wja.21 - gsmtp
  6. >>> EHLO staging.mydomain.com
  7. 250-mx.google.com at your service, [2a01:4f8:212:27c8::2]
  8. 250-SIZE 35882577
  9. 250-8BITMIME
  10. 250-STARTTLS
  11. 250-ENHANCEDSTATUSCODES
  12. 250-PIPELINING
  13. 250-CHUNKING
  14. 250 SMTPUTF8
  15. >>> STARTTLS
  16. 220 2.0.0 Ready to start TLS
  17. >>> EHLO staging.mydomain.com
  18. 250-mx.google.com at your service, [2a01:4f8:212:27c8::2]
  19. 250-SIZE 35882577
  20. 250-8BITMIME
  21. 250-ENHANCEDSTATUSCODES
  22. 250-PIPELINING
  23. 250-CHUNKING
  24. 250 SMTPUTF8
  25. >>> MAIL From:<myname@staging.mydomain.com>
  26. 250 2.1.0 OK v1si55415385wja.21 - gsmtp
  27. >>> RCPT To:<myname@gmail.com>
  28. >>> DATA
  29. 250 2.1.5 OK v1si55415385wja.21 - gsmtp
  30. 354 Go ahead v1si55415385wja.21 - gsmtp
  31. >>> .
  32. 550-5.7.1 [2a01:4f8:212:27c8::2] Our system has detected that this message does
  33. 550-5.7.1 not meet IPv6 sending guidelines regarding PTR records and
  34. 550-5.7.1 authentication. Please review
  35. 550-5.7.1 https://support.google.com/mail/?p=ipv6_authentication_error for more
  36. 550 5.7.1 information. v1si55415385wja.21 - gsmtp
  37. myname... Connecting to local...
  38. myname... Sent
  39.  
  40. cwatson@thor:~$ nslookup 31.220.4.52
  41. Server: 127.0.0.1
  42. Address: 127.0.0.1#53
  43.  
  44. Non-authoritative answer:
  45. 52.4.220.31.in-addr.arpa name = tyr.vikingserv.net.
  46.  
  47. cwatson@thor:~$ nslookup tyr.vikingserv.net
  48. Server: 127.0.0.1
  49. Address: 127.0.0.1#53
  50.  
  51. Non-authoritative answer:
  52. Name: tyr.vikingserv.net
  53. Address: 31.220.4.52
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement