Advertisement
Guest User

master.cf

a guest
Jul 4th, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. amavisfeed unix - - n - 2 smtp
  2. -o smtp_data_done_timeout=1200
  3. -o smtp_send_xforward_command=yes
  4. -o disable_dns_lookups=yes
  5. -o max_use=20
  6. 127.0.0.1:10025 inet n - n - - smtpd
  7. -o content_filter=
  8. -o smtpd_delay_reject=no
  9. -o smtpd_client_restrictions=permit_sasl_authenticated,permit_mynetworks,reject
  10. -o smtpd_helo_restrictions=
  11. -o smtpd_sender_restrictions=
  12. -o smtpd_recipient_restrictions=permit_mynetworks,reject
  13. -o smtpd_data_restrictions=reject_unauth_pipelining
  14. -o smtpd_end_of_data_restrictions=
  15. -o smtpd_restriction_classes=
  16. -o mynetworks=192.168.10.0/24,127.0.0.0/8
  17. -o smtpd_error_sleep_time=0
  18. -o smtpd_soft_error_limit=1001
  19. -o smtpd_hard_error_limit=1000
  20. -o smtpd_client_connection_count_limit=0
  21. -o smtpd_client_connection_rate_limit=0
  22. -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_milters,no_address_mappings
  23. -o local_header_rewrite_clients=
  24. -o smtpd_milters=
  25. -o local_recipient_maps=
  26. -o relay_recipient_maps=
  27. smtp inet n - n - - smtpd
  28. submission inet n - n - - smtpd
  29. -o smtpd_tls_security_level=encrypt
  30. -o smtpd_sasl_auth_enable=yes
  31. -o smtpd_sasl_type=dovecot
  32. -o smtpd_sasl_path=private/auth
  33. -o smtpd_sasl_security_options=noanonymous
  34. -o smtpd_sasl_local_domain=$mydomain
  35. -o smtpd_sender_restrictions=reject_sender_login_mismatch
  36. -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  37. -o smtpd_recipient_restrictions=reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject
  38. -o milter_macro_daemon_name=ORIGINATING
  39. pickup fifo n - n 60 1 pickup
  40. cleanup unix n - n - 0 cleanup
  41. qmgr fifo n - n 300 1 qmgr
  42. tlsmgr unix - - n 1000? 1 tlsmgr
  43. rewrite unix - - n - - trivial-rewrite
  44. bounce unix - - n - 0 bounce
  45. defer unix - - n - 0 bounce
  46. trace unix - - n - 0 bounce
  47. verify unix - - n - 1 verify
  48. flush unix n - n 1000? 0 flush
  49. proxymap unix - - n - - proxymap
  50. proxywrite unix - - n - 1 proxymap
  51. smtp unix - - n - - smtp
  52. relay unix - - n - - smtp
  53. -o smtp_fallback_relay=
  54. showq unix n - n - - showq
  55. error unix - - n - - error
  56. retry unix - - n - - error
  57. discard unix - - n - - discard
  58. local unix - n n - - local
  59. virtual unix - n n - - virtual
  60. lmtp unix - - n - - lmtp
  61. anvil unix - - n - 1 anvil
  62. scache unix - - n - 1 scache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement