source: trunk/INSTALL/rhel/6/etc/postfix/master.cf @ 8260

Revision 8260, 4.2 KB checked in by wmerlotto, 10 years ago (diff)

Ticket #3503 - Instalador e scripts alterados para permitir o uso do controle de envio de listas (SCL).

  • 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       -       n       -       -       smtpd
10#submission inet n       -       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       -       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       -       n       -       -       qmqpd
19pickup    fifo  n       -       n       60      1       pickup
20cleanup   unix  n       -       n       -       0       cleanup
21qmgr      fifo  n       -       n       300     1       qmgr
22#qmgr     fifo  n       -       n       300     1       oqmgr
23tlsmgr    unix  -       -       n       1000?   1       tlsmgr
24rewrite   unix  -       -       n       -       -       trivial-rewrite
25bounce    unix  -       -       n       -       0       bounce
26defer     unix  -       -       n       -       0       bounce
27trace     unix  -       -       n       -       0       bounce
28verify    unix  -       -       n       -       1       verify
29flush     unix  n       -       n       1000?   0       flush
30proxymap  unix  -       -       n       -       -       proxymap
31smtp      unix  -       -       n       -       -       smtp
32# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
33relay     unix  -       -       n       -       -       smtp
34        -o fallback_relay=
35#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
36showq     unix  n       -       n       -       -       showq
37error     unix  -       -       n       -       -       error
38discard   unix  -       -       n       -       -       discard
39local     unix  -       n       n       -       -       local
40virtual   unix  -       n       n       -       -       virtual
41lmtp      unix  -       -       n       -       -       lmtp
42anvil     unix  -       -       n       -       1       anvil
43scache    unix  -       -       n       -       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/local/bin/maildrop -d ${recipient}
59#
60# The Cyrus deliver program has changed incompatibly, multiple times.
61#
62old-cyrus unix  -       n       n       -       -       pipe
63  flags=R user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -m ${extension} ${user}
64# Cyrus 2.1.5 (Amos Gouaux)
65# Also specify in main.cf: cyrus_destination_recipient_limit=1
66cyrus     unix  -       n       n       -       -       pipe
67  user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
68#
69# See the Postfix UUCP_README file for configuration details.
70#
71uucp      unix  -       n       n       -       -       pipe
72  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
73#
74# Other external delivery methods.
75#
76ifmail    unix  -       n       n       -       -       pipe
77  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
78bsmtp     unix  -       n       n       -       -       pipe
79  flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
80
81# Script para controle de envio nas listas de discussão
82scl  unix    -       n       n       -       0       spawn
83        user=nobody argv=/usr/bin/perl /etc/postfix/scl.pl
84
Note: See TracBrowser for help on using the repository browser.