Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# Postfix master process configuration file.  For details on the format
3
# of the file, see the master(5) manual page (command: "man 5 master" or
4
# on-line: http://www.postfix.org/master.5.html).
5
#
6
# Do not forget to execute "postfix reload" after editing this file.
7
#
8
# ==========================================================================
9
# service type  private unpriv  chroot  wakeup  maxproc command + args
10
#               (yes)   (yes)   (no)    (never) (100)
11
# ==========================================================================
12
smtp      inet  n       -       n       -       -       smtpd
13
#smtp      inet  n       -       n       -       1       postscreen
14
#smtpd     pass  -       -       n       -       -       smtpd
15
#dnsblog   unix  -       -       n       -       0       dnsblog
16
#tlsproxy  unix  -       -       n       -       0       tlsproxy
17
#submission inet n       -       n       -       -       smtpd
18
#  -o syslog_name=postfix/submission
19
#  -o smtpd_tls_security_level=encrypt
20
#  -o smtpd_sasl_auth_enable=yes
21
#  -o smtpd_tls_auth_only=yes
22
#  -o smtpd_reject_unlisted_recipient=no
23
#  -o smtpd_client_restrictions=$mua_client_restrictions
24
#  -o smtpd_helo_restrictions=$mua_helo_restrictions
25
#  -o smtpd_sender_restrictions=$mua_sender_restrictions
26
#  -o smtpd_recipient_restrictions=
27
#  -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
28
#  -o milter_macro_daemon_name=ORIGINATING
29
#smtps     inet  n       -       n       -       -       smtpd
30
#  -o syslog_name=postfix/smtps
31
#  -o smtpd_tls_wrappermode=yes
32
#  -o smtpd_sasl_auth_enable=yes
33
#  -o smtpd_reject_unlisted_recipient=no
34
#  -o smtpd_client_restrictions=$mua_client_restrictions
35
#  -o smtpd_helo_restrictions=$mua_helo_restrictions
36
#  -o smtpd_sender_restrictions=$mua_sender_restrictions
37
#  -o smtpd_recipient_restrictions=
38
#  -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
39
#  -o milter_macro_daemon_name=ORIGINATING
40
#628       inet  n       -       n       -       -       qmqpd
41
pickup    unix  n       -       n       60      1       pickup
42
cleanup   unix  n       -       n       -       0       cleanup
43
qmgr      unix  n       -       n       300     1       qmgr
44
#qmgr     unix  n       -       n       300     1       oqmgr
45
tlsmgr    unix  -       -       n       1000?   1       tlsmgr
46
rewrite   unix  -       -       n       -       -       trivial-rewrite
47
bounce    unix  -       -       n       -       0       bounce
48
defer     unix  -       -       n       -       0       bounce
49
trace     unix  -       -       n       -       0       bounce
50
verify    unix  -       -       n       -       1       verify
51
flush     unix  n       -       n       1000?   0       flush
52
proxymap  unix  -       -       n       -       -       proxymap
53
proxywrite unix -       -       n       -       1       proxymap
54
smtp      unix  -       -       n       -       -       smtp
55
relay     unix  -       -       n       -       -       smtp
56
        -o syslog_name=postfix/$service_name
57
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
58
showq     unix  n       -       n       -       -       showq
59
error     unix  -       -       n       -       -       error
60
retry     unix  -       -       n       -       -       error
61
discard   unix  -       -       n       -       -       discard
62
local     unix  -       n       n       -       -       local
63
virtual   unix  -       n       n       -       -       virtual
64
lmtp      unix  -       -       n       -       -       lmtp
65
anvil     unix  -       -       n       -       1       anvil
66
scache    unix  -       -       n       -       1       scache
67
#
68
# ====================================================================
69
# Interfaces to non-Postfix software. Be sure to examine the manual
70
# pages of the non-Postfix software to find out what options it wants.
71
#
72
# Many of the following services use the Postfix pipe(8) delivery
73
# agent.  See the pipe(8) man page for information about ${recipient}
74
# and other message envelope options.
75
# ====================================================================
76
#
77
# maildrop. See the Postfix MAILDROP_README file for details.
78
# Also specify in main.cf: maildrop_destination_recipient_limit=1
79
#
80
#maildrop  unix  -       n       n       -       -       pipe
81
#  flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
82
#
83
# ====================================================================
84
#
85
# Recent Cyrus versions can use the existing "lmtp" master.cf entry.
86
#
87
# Specify in cyrus.conf:
88
#   lmtp    cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
89
#
90
# Specify in main.cf one or more of the following:
91
#  mailbox_transport = lmtp:inet:localhost
92
#  virtual_transport = lmtp:inet:localhost
93
#
94
# ====================================================================
95
#
96
# Cyrus 2.1.5 (Amos Gouaux)
97
# Also specify in main.cf: cyrus_destination_recipient_limit=1
98
#
99
#cyrus     unix  -       n       n       -       -       pipe
100
#  user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
101
#
102
# ====================================================================
103
#
104
# Old example of delivery via Cyrus.
105
#
106
#old-cyrus unix  -       n       n       -       -       pipe
107
#  flags=R user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -m ${extension} ${user}
108
#
109
# ====================================================================
110
#
111
# See the Postfix UUCP_README file for configuration details.
112
#
113
#uucp      unix  -       n       n       -       -       pipe
114
#  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
115
#
116
# ====================================================================
117
#
118
# Other external delivery methods.
119
#
120
#ifmail    unix  -       n       n       -       -       pipe
121
#  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
122
#
123
#bsmtp     unix  -       n       n       -       -       pipe
124
#  flags=Fq. user=bsmtp argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
125
#
126
#scalemail-backend unix -       n       n       -       2       pipe
127
#  flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
128
#  ${nexthop} ${user} ${extension}
129
#
130
#mailman   unix  -       n       n       -       -       pipe
131
#  flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
132
#  ${nexthop} ${user}