source: trunk/INSTALL/debian/squeeze/etc/postfix/master.cf @ 5797

Revision 5797, 3.9 KB checked in by wmerlotto, 12 years ago (diff)

Ticket #2557 - Primeira versao do novo instalador do Expresso

  • Property svn:executable set to *
Line 
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").
4#
5# ==========================================================================
6# service type  private unpriv  chroot  wakeup  maxproc command + args
7#               (yes)   (yes)   (yes)   (never) (100)
8# ==========================================================================
9smtp      inet  n       -       -       -       -       smtpd
10#submission inet n       -       -       -       -       smtpd
11#  -o smtpd_enforce_tls=yes
12#  -o smtpd_sasl_auth_enable=yes
13#  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
14#smtps     inet  n       -       -       -       -       smtpd
15#  -o smtpd_tls_wrappermode=yes
16#  -o smtpd_sasl_auth_enable=yes
17#  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
18#628      inet  n       -       -       -       -       qmqpd
19pickup    fifo  n       -       -       60      1       pickup
20cleanup   unix  n       -       -       -       0       cleanup
21qmgr      fifo  n       -       n       300     1       qmgr
22#qmgr     fifo  n       -       -       300     1       oqmgr
23tlsmgr    unix  -       -       -       1000?   1       tlsmgr
24rewrite   unix  -       -       -       -       -       trivial-rewrite
25bounce    unix  -       -       -       -       0       bounce
26defer     unix  -       -       -       -       0       bounce
27trace     unix  -       -       -       -       0       bounce
28verify    unix  -       -       -       -       1       verify
29flush     unix  n       -       -       1000?   0       flush
30proxymap  unix  -       -       n       -       -       proxymap
31smtp      unix  -       -       -       -       -       smtp
32# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
33relay     unix  -       -       -       -       -       smtp
34        -o fallback_relay=
35#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
36showq     unix  n       -       -       -       -       showq
37error     unix  -       -       -       -       -       error
38discard   unix  -       -       -       -       -       discard
39local     unix  -       n       n       -       -       local
40virtual   unix  -       n       n       -       -       virtual
41lmtp      unix  -       -       n       -       -       lmtp
42anvil     unix  -       -       -       -       1       anvil
43scache    unix  -       -       -       -       1       scache
44#
45# ====================================================================
46# Interfaces to non-Postfix software. Be sure to examine the manual
47# pages of the non-Postfix software to find out what options it wants.
48#
49# Many of the following services use the Postfix pipe(8) delivery
50# agent.  See the pipe(8) man page for information about ${recipient}
51# and other message envelope options.
52# ====================================================================
53#
54# maildrop. See the Postfix MAILDROP_README file for details.
55# Also specify in main.cf: maildrop_destination_recipient_limit=1
56#
57maildrop  unix  -       n       n       -       -       pipe
58  flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
59#
60# See the Postfix UUCP_README file for configuration details.
61#
62uucp      unix  -       n       n       -       -       pipe
63  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
64#
65# Other external delivery methods.
66#
67ifmail    unix  -       n       n       -       -       pipe
68  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
69bsmtp     unix  -       n       n       -       -       pipe
70  flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
71scalemail-backend unix  -       n       n       -       2       pipe
72  flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
73mailman   unix  -       n       n       -       -       pipe
74  flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
75  ${nexthop} ${user}
76
Note: See TracBrowser for help on using the repository browser.