Advertisement
Guest User

Untitled

a guest
May 27th, 2019
850
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. #####################################################################################################################################
  2. # MAIL.RU #
  3. #####################################################################################################################################
  4.  
  5. # domains that resolve to MAIL.RU
  6. domain-macro mailru mail.ru,bk.ru,inbox.ru,list.ru,mail.ua,mail.kz
  7.  
  8. <domain $mailru>
  9. use-starttls no
  10. max-smtp-out 2 # default be nice on concurrent connections
  11. max-msg-per-connection 10 # max 500 mails in one session
  12. max-rcpt-per-message 10
  13. max-errors-per-connection 10 # avoid 'too long without data command' error
  14. reuse-ssl-session no
  15.  
  16. max-msg-rate 16/m
  17.  
  18. bounce-upon-no-mx yes # proper mail domains should have mx
  19. assume-delivery-upon-data-termination-timeout yes # avoid duplicate deliveries
  20. smtp-421-means-mx-unavailable yes
  21. smtp-553-means-invalid-mailbox yes
  22. bounce-upon-5xx-greeting true
  23. connect-timeout 1m
  24. smtp-greeting-timeout 5m
  25. data-send-timeout 5m
  26. retry-after 30m # typical greylisting period
  27. bounce-after 3d # default 4d12h
  28.  
  29. smtp-pattern-list blocking-errors
  30. backoff-max-msg-rate 20/h # send only regular tries during backoff (default unlimited)
  31. backoff-retry-after 1h,3h,6h,12h # retry at least every 20m (default 1h)
  32. backoff-to-normal-after-delivery yes # revert to normal asap (default no)
  33. backoff-to-normal-after 1h # always revert to normal after 1h (default never)
  34.  
  35. dk-sign yes
  36. dkim-sign yes
  37. deliver-local-dsn no
  38. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement