mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Updating master.cf for postfix to avoid a few warnings
This commit is contained in:
parent
f25a487c19
commit
4595dd2be4
1 changed files with 50 additions and 40 deletions
|
@ -1,53 +1,67 @@
|
||||||
#
|
#
|
||||||
# Postfix master process configuration file. For details on the format
|
# Postfix master process configuration file. For details on the format
|
||||||
# of the file, see the master(5) manual page (command: "man 5 master").
|
# of the file, see the master(5) manual page (command: "man 5 master" or
|
||||||
|
# on-line: http://www.postfix.org/master.5.html).
|
||||||
#
|
#
|
||||||
# Do not forget to execute "postfix reload" after editing this file.
|
# Do not forget to execute "postfix reload" after editing this file.
|
||||||
#
|
#
|
||||||
# ==========================================================================
|
# ==========================================================================
|
||||||
# service type private unpriv chroot wakeup maxproc command + args
|
# service type private unpriv chroot wakeup maxproc command + args
|
||||||
# (yes) (yes) (yes) (never) (100)
|
# (yes) (yes) (no) (never) (100)
|
||||||
# ==========================================================================
|
# ==========================================================================
|
||||||
smtp inet n - - - - smtpd
|
smtp inet n - y - - smtpd
|
||||||
submission inet n - - - - smtpd
|
#smtp inet n - y - 1 postscreen
|
||||||
-o smtpd_tls_security_level=encrypt
|
#smtpd pass - - y - - smtpd
|
||||||
-o smtpd_sasl_auth_enable=yes
|
#dnsblog unix - - y - 0 dnsblog
|
||||||
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
#tlsproxy unix - - y - 0 tlsproxy
|
||||||
|
#submission inet n - y - - smtpd
|
||||||
|
# -o syslog_name=postfix/submission
|
||||||
|
# -o smtpd_tls_security_level=encrypt
|
||||||
|
# -o smtpd_sasl_auth_enable=yes
|
||||||
|
# -o smtpd_reject_unlisted_recipient=no
|
||||||
|
# -o smtpd_client_restrictions=$mua_client_restrictions
|
||||||
|
# -o smtpd_helo_restrictions=$mua_helo_restrictions
|
||||||
|
# -o smtpd_sender_restrictions=$mua_sender_restrictions
|
||||||
|
# -o smtpd_recipient_restrictions=
|
||||||
|
# -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
|
||||||
# -o milter_macro_daemon_name=ORIGINATING
|
# -o milter_macro_daemon_name=ORIGINATING
|
||||||
smtps inet n - - - - smtpd
|
#smtps inet n - y - - smtpd
|
||||||
-o header_checks=pcre:/etc/postfix/header_checks
|
# -o syslog_name=postfix/smtps
|
||||||
-o smtpd_tls_wrappermode=yes
|
# -o smtpd_tls_wrappermode=yes
|
||||||
-o smtpd_sasl_auth_enable=yes
|
# -o smtpd_sasl_auth_enable=yes
|
||||||
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
# -o smtpd_reject_unlisted_recipient=no
|
||||||
|
# -o smtpd_client_restrictions=$mua_client_restrictions
|
||||||
|
# -o smtpd_helo_restrictions=$mua_helo_restrictions
|
||||||
|
# -o smtpd_sender_restrictions=$mua_sender_restrictions
|
||||||
|
# -o smtpd_recipient_restrictions=
|
||||||
|
# -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
|
||||||
# -o milter_macro_daemon_name=ORIGINATING
|
# -o milter_macro_daemon_name=ORIGINATING
|
||||||
#628 inet n - - - - qmqpd
|
#628 inet n - y - - qmqpd
|
||||||
pickup fifo n - - 60 1 pickup
|
pickup unix n - y 60 1 pickup
|
||||||
cleanup unix n - - - 0 cleanup
|
cleanup unix n - y - 0 cleanup
|
||||||
qmgr fifo n - n 300 1 qmgr
|
qmgr unix n - n 300 1 qmgr
|
||||||
#qmgr fifo n - - 300 1 oqmgr
|
#qmgr unix n - n 300 1 oqmgr
|
||||||
tlsmgr unix - - - 1000? 1 tlsmgr
|
tlsmgr unix - - y 1000? 1 tlsmgr
|
||||||
rewrite unix - - - - - trivial-rewrite
|
rewrite unix - - y - - trivial-rewrite
|
||||||
bounce unix - - - - 0 bounce
|
bounce unix - - y - 0 bounce
|
||||||
defer unix - - - - 0 bounce
|
defer unix - - y - 0 bounce
|
||||||
trace unix - - - - 0 bounce
|
trace unix - - y - 0 bounce
|
||||||
verify unix - - - - 1 verify
|
verify unix - - y - 1 verify
|
||||||
flush unix n - - 1000? 0 flush
|
flush unix n - y 1000? 0 flush
|
||||||
proxymap unix - - n - - proxymap
|
proxymap unix - - n - - proxymap
|
||||||
proxywrite unix - - n - 1 proxymap
|
proxywrite unix - - n - 1 proxymap
|
||||||
smtp unix - - - - - smtp
|
smtp unix - - y - - smtp
|
||||||
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
|
relay unix - - y - - smtp
|
||||||
relay unix - - - - - smtp
|
|
||||||
-o smtp_fallback_relay=
|
|
||||||
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
|
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
|
||||||
showq unix n - - - - showq
|
showq unix n - y - - showq
|
||||||
error unix - - - - - error
|
error unix - - y - - error
|
||||||
retry unix - - - - - error
|
retry unix - - y - - error
|
||||||
discard unix - - - - - discard
|
discard unix - - y - - discard
|
||||||
local unix - n n - - local
|
local unix - n n - - local
|
||||||
virtual unix - n n - - virtual
|
virtual unix - n n - - virtual
|
||||||
lmtp unix - - - - - lmtp
|
lmtp unix - - y - - lmtp
|
||||||
anvil unix - - - - 1 anvil
|
anvil unix - - y - 1 anvil
|
||||||
scache unix - - - - 1 scache
|
scache unix - - y - 1 scache
|
||||||
#
|
#
|
||||||
# ====================================================================
|
# ====================================================================
|
||||||
# Interfaces to non-Postfix software. Be sure to examine the manual
|
# Interfaces to non-Postfix software. Be sure to examine the manual
|
||||||
|
@ -111,8 +125,4 @@ mailman unix - n n - - pipe
|
||||||
# Dovecot LDA
|
# Dovecot LDA
|
||||||
dovecot unix - n n - - pipe
|
dovecot unix - n n - - pipe
|
||||||
flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop} -m ${extension}
|
flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop} -m ${extension}
|
||||||
# ==========================================================================
|
|
||||||
# service type private unpriv chroot wakeup maxproc command + args
|
|
||||||
# (yes) (yes) (yes) (never) (100)
|
|
||||||
# ==========================================================================
|
|
||||||
# Added using postfix-add-filter script:
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue