SHARE
TWEET

mail issues

andrewjs18 Dec 8th, 2016 6 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Dec  8 06:40:39 dfs postfix/smtp[26026]: E643317FB17: to=<me@gmail.com>, orig_to=<andrewjs18@mysite.com>, relay=smtp.sparkpostmail.com[35.161.69.33]:587, delay=0.69, delays=0.18/0.01/0.42/0.08, dsn=5.7.1, status=bounced (host smtp.sparkpostmail.com[35.161.69.33] said: 550 5.7.1 Unconfigured Sending Domain <gmail.com> (in reply to end of DATA command))
  2.  
  3. alias_database = hash:/etc/aliases
  4. alias_maps = hash:/etc/aliases
  5. append_dot_mydomain = no
  6. biff = no
  7. header_size_limit = 4096000
  8. inet_interfaces = all
  9. inet_protocols = all
  10. mailbox_size_limit = 0
  11. mydestination = me.mysite.com, localhost.localdomain, localhost
  12. myhostname = mysite.com
  13. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  14. myorigin = mysite.com
  15. readme_directory = no
  16. recipient_delimiter = +
  17. relayhost = [smtp.sparkpostmail.com]:587
  18. smtp_sasl_auth_enable = yes
  19. smtp_sasl_password_maps = static:SMTP_Injection:api
  20. smtp_sasl_security_options = noanonymous
  21. smtp_tls_loglevel = 1
  22. smtp_tls_mandatory_ciphers = high
  23. smtp_tls_mandatory_exclude_ciphers = aNULL, MD5 , DES, RC4, SRP, 3DES, eNULL
  24. smtp_tls_mandatory_protocols = !SSLv2, !SSLv3
  25. smtp_tls_protocols = !SSLv2,!SSLv3
  26. smtp_tls_security_level = encrypt
  27. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  28. smtp_use_tls = yes
  29. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  30. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
  31. smtpd_tls_auth_only = yes
  32. smtpd_tls_cert_file = /fullchain.pem
  33. smtpd_tls_key_file = /privkey.pem
  34. smtpd_tls_loglevel = 1
  35. smtpd_tls_mandatory_ciphers = high
  36. smtpd_tls_mandatory_exclude_ciphers = aNULL, MD5 , DES, RC4, SRP, 3DES, eNULL
  37. smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
  38. smtpd_tls_protocols = !SSLv2,!SSLv3
  39. smtpd_tls_security_level = may
  40. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  41. tls_high_cipherlist = EDH+CAMELLIA:EDH+aRSA:EECDH+aRSA+AESGCM:EECDH+aRSA+SHA384:EECDH+aRSA+SHA256:EECDH:+CAMELLIA256:+AES256:+CAMELLIA128:+AES128:+SSLv3:!aNULL:!eNULL:!LOW:!3DES:!MD5:!EXP:!PSK:!DSS:!RC4:!SEED:!ECDSA:CAMELLIA256-SHA:AES256-SHA:CAMELLIA128-SHA:AES128-SHA
  42. virtual_alias_domains = mysite.com
  43. virtual_alias_maps = hash:/etc/postfix/forwarding
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top