ggallo

master.cf snippet

Dec 17th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. smtp inet n - - - - smtpd
  2. -o cleanup_service_name=pre-cleanup
  3.  
  4. submission inet n - - - - smtpd
  5. -o cleanup_service_name=pre-cleanup
  6. -o smtpd_tls_security_level=encrypt
  7. -o smtpd_sasl_auth_enable=yes
  8. -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  9.  
  10. pickup fifo n - - 60 1 pickup
  11. -o cleanup_service_name=pre-cleanup
  12.  
  13. pre-cleanup unix n - - - 0 cleanup
  14. -o virtual_alias_maps=
  15.  
  16. cleanup unix n - - - 0 cleanup
  17. -o mime_header_checks=
  18. -o nested_header_checks=
  19. -o body_checks=
  20. -o header_checks=
  21.  
  22. smtp-amavis unix - - - - 2 smtp
  23. -o smtp_data_done_timeout=1200
  24. -o smtp_send_xforward_command=yes
  25. -o disable_dns_lookups=yes
  26. -o max_use=20
  27.  
  28. 127.0.0.1:10025 inet n - - - - smtpd
  29. -o content_filter=
  30. -o local_recipient_maps=
  31. -o relay_recipient_maps=
  32. -o smtpd_restriction_classes=
  33. -o smtpd_delay_reject=no
  34. -o smtpd_client_restrictions=permit_mynetworks,reject
  35. -o smtpd_helo_restrictions=
  36. -o smtpd_sender_restrictions=
  37. -o smtpd_recipient_restrictions=permit_mynetworks,reject
  38. -o smtpd_data_restrictions=reject_unauth_pipelining
  39. -o smtpd_end_of_data_restrictions=
  40. -o mynetworks=127.0.0.0/8
  41. -o smtpd_error_sleep_time=0
  42. -o smtpd_soft_error_limit=1001
  43. -o smtpd_hard_error_limit=1000
  44. -o smtpd_client_connection_count_limit=0
  45. -o smtpd_client_connection_rate_limit=0
  46. -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
Advertisement
Add Comment
Please, Sign In to add comment