master.cf 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. smtp inet n - n - 1 postscreen
  2. smtpd pass - - n - - smtpd
  3. -o smtpd_helo_restrictions=permit_mynetworks,reject_non_fqdn_helo_hostname
  4. smtps inet n - n - - smtpd
  5. -o smtpd_tls_wrappermode=yes
  6. -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
  7. submission inet n - n - - smtpd
  8. -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
  9. -o smtpd_enforce_tls=yes
  10. -o smtpd_tls_security_level=encrypt
  11. -o tls_preempt_cipherlist=yes
  12. 588 inet n - n - - smtpd
  13. -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
  14. -o smtpd_tls_auth_only=no
  15. 590 inet n - n - - smtpd
  16. -o smtpd_client_restrictions=permit_mynetworks,reject
  17. -o smtpd_tls_auth_only=no
  18. -o smtpd_milters=
  19. -o non_smtpd_milters=
  20. smtp_enforced_tls unix - - n - - smtp
  21. -o smtp_tls_security_level=encrypt
  22. -o syslog_name=enforced-tls-smtp
  23. -o smtp_delivery_status_filter=pcre:/opt/postfix/conf/smtp_dsn_filter
  24. tlsproxy unix - - n - 0 tlsproxy
  25. dnsblog unix - - n - 0 dnsblog
  26. pickup fifo n - n 60 1 pickup
  27. cleanup unix n - n - 0 cleanup
  28. qmgr fifo n - n 300 1 qmgr
  29. tlsmgr unix - - n 1000? 1 tlsmgr
  30. rewrite unix - - n - - trivial-rewrite
  31. bounce unix - - n - 0 bounce
  32. defer unix - - n - 0 bounce
  33. trace unix - - n - 0 bounce
  34. verify unix - - n - 1 verify
  35. flush unix n - n 1000? 0 flush
  36. proxymap unix - - n - - proxymap
  37. proxywrite unix - - n - 1 proxymap
  38. smtp unix - - n - - smtp
  39. relay unix - - n - - smtp
  40. showq unix n - n - - showq
  41. error unix - - n - - error
  42. retry unix - - n - - error
  43. discard unix - - n - - discard
  44. local unix - n n - - local
  45. virtual unix - n n - - virtual
  46. lmtp unix - - n - - lmtp
  47. anvil unix - - n - 1 anvil
  48. scache unix - - n - 1 scache
  49. maildrop unix - n n - - pipe flags=DRhu
  50. user=vmail argv=/usr/bin/maildrop -d ${recipient}
  51. # start zeyple
  52. zeyple unix - n n - - pipe
  53. user=zeyple argv=/usr/local/bin/zeyple.py ${recipient}
  54. 127.0.0.1:10026 inet n - n - 10 smtpd
  55. -o content_filter=
  56. -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks,no_milters
  57. -o smtpd_helo_restrictions=
  58. -o smtpd_client_restrictions=
  59. -o smtpd_sender_restrictions=
  60. -o smtpd_recipient_restrictions=permit_mynetworks,reject
  61. -o mynetworks=127.0.0.0/8
  62. -o smtpd_authorized_xforward_hosts=127.0.0.0/8
  63. # end zeyple
  64. # start whitelist_fwd
  65. 127.0.0.1:10027 inet n n n - 0 spawn user=nobody argv=/usr/local/bin/whitelist_forwardinghosts.sh
  66. # end whitelist_fwd
  67. # start watchdog-specific
  68. 589 inet n - n - - smtpd
  69. -o smtpd_client_restrictions=permit_mynetworks,reject
  70. -o syslog_name=watchdog
  71. -o syslog_facility=local7
  72. -o smtpd_milters=
  73. -o cleanup_service_name=watchdog_cleanup
  74. -o non_smtpd_milters=
  75. watchdog_cleanup unix n - n - 0 cleanup
  76. -o syslog_name=watchdog
  77. -o syslog_facility=local7
  78. -o queue_service_name=watchdog_qmgr
  79. watchdog_qmgr fifo n - n 300 1 qmgr
  80. -o syslog_facility=local7
  81. -o syslog_name=watchdog
  82. -o rewrite_service_name=watchdog_rewrite
  83. watchdog_rewrite unix - - n - - trivial-rewrite
  84. -o syslog_facility=local7
  85. -o syslog_name=watchdog
  86. -o local_transport=watchdog_discard
  87. watchdog_discard unix - - n - - discard
  88. -o syslog_facility=local7
  89. -o syslog_name=watchdog
  90. # end watchdog-specific