Guest User

Untitled

a guest
Nov 5th, 2018
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=c*****s.com
  2.  
  3. mailgun_login:
  4. driver = plaintext
  5. public_name = LOGIN
  6. hide client_send = : postmaster@c*********t.com :
  7. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  8.  
  9. mailgun:
  10. driver = manualroute
  11. domains = ! +local_domains
  12. transport = mailgun_transport
  13. route_list = "* smtp.mailgun.org::2525 byname"
  14. host_find_failed = defer
  15. no_more
  16.  
  17. mailgun_transport:
  18. driver = smtp
  19. hosts = smtp.mailgun.org
  20. hosts_require_auth = smtp.mailgun.org
  21. hosts_require_tls = smtp.mailgun.org
  22.  
  23. mailgun_login:
  24. driver = plaintext
  25. public_name = LOGIN
  26. hide client_send = ": ${extract{login}{${lookup{$sender_address_domain}lsearch{/etc/exim_mailgun}{$value}fail}}} : ${extract{password}{${lookup{$sender_address_domain}lsearch{/etc/exim_mailgun}{$value}fail}}}"
  27.  
  28. mailgun:
  29. driver = manualroute
  30. domains = ! +local_domains
  31. transport = mailgun_transport
  32. route_list = "* smtp.mailgun.org::587 byname"
  33. host_find_failed = defer
  34. no_more
  35.  
  36. mailgun_transport:
  37. driver = smtp
  38. hosts = smtp.mailgun.org
  39. hosts_require_auth = smtp.mailgun.org
  40. hosts_require_tls = smtp.mailgun.org
  41.  
  42. domain1.com: username=postmaster@mg.domain1.com password=abcdefghi
  43. domain2.com: username=postmaster@mg.domain2.com password=jklmnopqr
Add Comment
Please, Sign In to add comment