Guest User

Untitled

a guest
Dec 13th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. sender_dependent_default_transport_maps =
  2. randmap:{relay1,relay2,relay3,relay4,relay5}
  3. transport_maps = hash:/etc/postfix/transport
  4.  
  5. # Throttle limit policy mail (global)
  6. smtp_destination_concurrency_limit = 4
  7. smtp_extra_recipient_limit = 2
  8.  
  9. # Polite policy
  10. polite_destination_concurrency_limit = 3
  11. polite_destination_rate_delay = 0
  12. polite_destination_recipient_limit = 5
  13.  
  14. # Turtle policy
  15. turtle_destination_concurrency_limit = 2
  16. turtle_destination_rate_delay = 1s
  17. turtle_destination_recipient_limit = 2
  18.  
  19. relay1 unix - - n - - smtp
  20. -o smtp_bind_address=IP1
  21. -o smtp_helo_name=foo1.bar.com
  22. -o syslog_name=relay1
  23. relay2 unix - - n - - smtp
  24. -o smtp_bind_address=IP2
  25. -o smtp_helo_name=foo2.bar.com
  26. -o syslog_name=relay2
  27. relay3 unix - - n - - smtp
  28. -o smtp_bind_address=IP3
  29. -o smtp_helo_name=foo3.bar.com
  30. -o syslog_name=relay3
  31. relay4 unix - - n - - smtp
  32. -o smtp_bind_address=IP4
  33. -o smtp_helo_name=foo4.bar.com
  34. -o syslog_name=relay4
  35. relay5 unix - - n - - smtp
  36. -o smtp_bind_address=IP5
  37. -o smtp_helo_name=foo5.bar.com
  38. -o syslog_name=relay5
  39. polite unix - - n - - smtp
  40. turtle unix - - n - - smtp
Add Comment
Please, Sign In to add comment