master.cf 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. # inter-mx with postscreen on 25/tcp
  2. smtp inet n - n - 1 postscreen
  3. 10025 inet n - n - 1 postscreen
  4. -o postscreen_upstream_proxy_protocol=haproxy
  5. -o syslog_name=haproxy
  6. smtpd pass - - n - - smtpd
  7. -o smtpd_helo_restrictions=permit_mynetworks,reject_non_fqdn_helo_hostname
  8. -o smtpd_sasl_auth_enable=no
  9. -o smtpd_sender_restrictions=permit_mynetworks,reject_unlisted_sender,reject_unknown_sender_domain
  10. # smtpd tls-wrapped (smtps) on 465/tcp
  11. # TLS protocol can be modified by setting smtps_smtpd_tls_mandatory_protocols in extra.cf
  12. smtps inet n - n - - smtpd
  13. -o smtpd_tls_wrappermode=yes
  14. -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
  15. -o smtpd_tls_mandatory_protocols=$smtps_smtpd_tls_mandatory_protocols
  16. -o tls_preempt_cipherlist=yes
  17. -o syslog_name=postfix/smtps
  18. 10465 inet n - n - - smtpd
  19. -o smtpd_upstream_proxy_protocol=haproxy
  20. -o smtpd_tls_wrappermode=yes
  21. -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
  22. -o smtpd_tls_mandatory_protocols=$smtps_smtpd_tls_mandatory_protocols
  23. -o tls_preempt_cipherlist=yes
  24. -o syslog_name=postfix/smtps-haproxy
  25. # smtpd with starttls on 587/tcp
  26. # TLS protocol can be modified by setting submission_smtpd_tls_mandatory_protocols in extra.cf
  27. submission inet n - n - - smtpd
  28. -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
  29. -o smtpd_enforce_tls=yes
  30. -o smtpd_tls_security_level=encrypt
  31. -o smtpd_tls_mandatory_protocols=$submission_smtpd_tls_mandatory_protocols
  32. -o tls_preempt_cipherlist=yes
  33. -o syslog_name=postfix/submission
  34. 10587 inet n - n - - smtpd
  35. -o smtpd_upstream_proxy_protocol=haproxy
  36. -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
  37. -o smtpd_enforce_tls=yes
  38. -o smtpd_tls_security_level=encrypt
  39. -o smtpd_tls_mandatory_protocols=$submission_smtpd_tls_mandatory_protocols
  40. -o tls_preempt_cipherlist=yes
  41. -o syslog_name=postfix/submission-haproxy
  42. # used by SOGo
  43. # smtpd_sender_restrictions should match main.cf, but with check_sasl_access prepended for login-as-mailbox-user function
  44. 588 inet n - n - - smtpd
  45. -o smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
  46. -o smtpd_tls_auth_only=no
  47. -o smtpd_sender_restrictions=check_sasl_access,regexp:/opt/postfix/conf/allow_mailcow_local.regexp,reject_authenticated_sender_login_mismatch,permit_mynetworks,permit_sasl_authenticated,reject_unlisted_sender,reject_unknown_sender_domain
  48. -o syslog_name=postfix/sogo
  49. # used to reinject quarantine mails
  50. 590 inet n - n - - smtpd
  51. -o smtpd_helo_restrictions=
  52. -o smtpd_client_restrictions=permit_mynetworks,reject
  53. -o smtpd_tls_auth_only=no
  54. -o smtpd_milters=
  55. -o non_smtpd_milters=
  56. -o syslog_name=postfix/quarantine
  57. # enforced smtp connector
  58. smtp_enforced_tls unix - - n - - smtp
  59. -o smtp_tls_security_level=encrypt
  60. -o syslog_name=enforced-tls-smtp
  61. -o smtp_delivery_status_filter=pcre:/opt/postfix/conf/smtp_dsn_filter
  62. # smtp connector used, when a transport map matched
  63. # this helps to have different sasl maps than we have with sender dependent transport maps
  64. smtp_via_transport_maps unix - - n - - smtp
  65. -o smtp_sasl_password_maps=proxy:mysql:/opt/postfix/conf/sql/mysql_sasl_passwd_maps_transport_maps.cf
  66. tlsproxy unix - - n - 0 tlsproxy
  67. dnsblog unix - - n - 0 dnsblog
  68. pickup fifo n - n 60 1 pickup
  69. cleanup unix n - n - 0 cleanup
  70. qmgr fifo n - n 300 1 qmgr
  71. tlsmgr unix - - n 1000? 1 tlsmgr
  72. rewrite unix - - n - - trivial-rewrite
  73. bounce unix - - n - 0 bounce
  74. defer unix - - n - 0 bounce
  75. trace unix - - n - 0 bounce
  76. verify unix - - n - 1 verify
  77. flush unix n - n 1000? 0 flush
  78. proxymap unix - - n - - proxymap
  79. proxywrite unix - - n - 1 proxymap
  80. smtp unix - - n - - smtp
  81. relay unix - - n - - smtp
  82. showq unix n - n - - showq
  83. error unix - - n - - error
  84. retry unix - - n - - error
  85. discard unix - - n - - discard
  86. local unix - n n - - local
  87. virtual unix - n n - - virtual
  88. lmtp unix - - n - - lmtp
  89. anvil unix - - n - 1 anvil
  90. scache unix - - n - 1 scache
  91. maildrop unix - n n - - pipe flags=DRhu
  92. user=vmail argv=/usr/bin/maildrop -d ${recipient}
  93. # start whitelist_fwd
  94. 127.0.0.1:10027 inet n n n - 0 spawn user=nobody argv=/usr/local/bin/whitelist_forwardinghosts.sh
  95. # end whitelist_fwd
  96. # start watchdog-specific
  97. # logs to local7 (hidden)
  98. 589 inet n - n - - smtpd
  99. -o smtpd_client_restrictions=permit_mynetworks,reject
  100. -o syslog_name=watchdog
  101. -o syslog_facility=local7
  102. -o smtpd_milters=
  103. -o cleanup_service_name=watchdog_cleanup
  104. -o non_smtpd_milters=
  105. watchdog_cleanup unix n - n - 0 cleanup
  106. -o syslog_name=watchdog
  107. -o syslog_facility=local7
  108. -o queue_service_name=watchdog_qmgr
  109. watchdog_qmgr fifo n - n 300 1 qmgr
  110. -o syslog_facility=local7
  111. -o syslog_name=watchdog
  112. -o rewrite_service_name=watchdog_rewrite
  113. watchdog_rewrite unix - - n - - trivial-rewrite
  114. -o syslog_facility=local7
  115. -o syslog_name=watchdog
  116. -o local_transport=watchdog_discard
  117. watchdog_discard unix - - n - - discard
  118. -o syslog_facility=local7
  119. -o syslog_name=watchdog
  120. # end watchdog-specific