Ajout : roundcube.
[lhc/ateliers.git] / etc / postfix / master.cf
1 # Postfix master process configuration file. For details on the format
2 # of the file, see the master(5) manual page (command: "man 5 master").
3 #
4 # ==========================================================================
5 # service type private unpriv chroot wakeup maxproc command + args
6 # (yes) (yes) (yes) (never) (100)
7 # ==========================================================================
8 smtp inet n - - - - smtpd
9 submission inet n - - - - smtpd
10 -o milter_macro_daemon_name=ORIGINATING
11 -o smtpd_sasl_auth_enable=yes
12 -o smtpd_tls_ask_ccert=yes
13 -o smtpd_tls_auth_only=yes
14 -o smtpd_tls_ccert_verifydepth=2
15 -o smtpd_tls_loglevel=1
16 -o smtpd_tls_req_ccert=yes
17 -o smtpd_tls_security_level=encrypt
18 smtps inet n - - - - smtpd
19 -o milter_macro_daemon_name=ORIGINATING
20 -o smtpd_client_restrictions=permit_sasl_authenticated,reject
21 -o smtpd_sasl_auth_enable=yes
22 -o smtpd_tls_ask_ccert=yes
23 -o smtpd_tls_auth_only=yes
24 -o smtpd_tls_ccert_verifydepth=0
25 -o smtpd_tls_loglevel=1
26 -o smtpd_tls_req_ccert=no
27 -o smtpd_tls_security_level=encrypt
28 -o smtpd_tls_wrappermode=yes
29 #628 inet n - - - - qmqpd
30 pickup fifo n - - 60 1 pickup
31 cleanup unix n - - - 0 cleanup
32 qmgr fifo n - n 300 1 qmgr
33 #qmgr fifo n - - 300 1 oqmgr
34 tlsmgr unix - - - 1000? 1 tlsmgr
35 rewrite unix - - - - - trivial-rewrite
36 bounce unix - - - - 0 bounce
37 defer unix - - - - 0 bounce
38 trace unix - - - - 0 bounce
39 verify unix - - - - 1 verify
40 flush unix n - - 1000? 0 flush
41 proxymap unix - - n - - proxymap
42 proxywrite unix - - n - 1 proxymap
43 smtp unix - - - - - smtp
44 # NOTE: when relaying mail as backup MX, disable fallback_relay to avoid MX loops
45 relay unix - - - - - smtp
46 -o smtp_fallback_relay=
47 # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
48 showq unix n - - - - showq
49 error unix - - - - - error
50 retry unix - - - - - error
51 discard unix - - - - - discard
52 local unix - n n - - local
53 virtual unix - n n - - virtual
54 lmtp unix - - - - - lmtp
55 anvil unix - - - - 1 anvil
56 scache unix - - - - 1 scache
57 #
58 # ====================================================================
59 # Interfaces to non-Postfix software. Be sure to examine the manual
60 # pages of the non-Postfix software to find out what options it wants.
61 #
62 # Many of the following services use the Postfix pipe(8) delivery
63 # agent. See the pipe(8) man page for information about ${recipient}
64 # and other message envelope options.
65 # ====================================================================
66 #
67 # maildrop. See the Postfix MAILDROP_README file for details.
68 # Also specify in main.cf: maildrop_destination_recipient_limit=1
69 #
70 maildrop unix - n n - - pipe
71 flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
72 #
73 # See the Postfix UUCP_README file for configuration details.
74 #
75 uucp unix - n n - - pipe
76 flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
77 #
78 # Other external delivery methods.
79 #
80 ifmail unix - n n - - pipe
81 flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
82 bsmtp unix - n n - - pipe
83 flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
84 scalemail-backend unix - n n - 2 pipe
85 flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
86 mailman unix - n n - - pipe
87 flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
88 ${nexthop} ${user}
89 spfcheck unix - n n - 0 spawn
90 user=policyd-spf argv=/usr/sbin/postfix-policyd-spf-perl
91 noclue unix - n n - - pipe
92 flags=q user=noclue argv=/usr/local/bin/noclue-delivery ${recipient} ${sender}
93 #-- SYMPA begin
94 #sympa unix - n n - - pipe
95 # flags=R user=sympa argv=/usr/lib/sympa/bin/queue ${recipient}
96 #sympabounce unix - n n - - pipe
97 # flags=R user=sympa argv=/usr/lib/sympa/bin/bouncequeue ${recipient}
98 #-- SYMPA end