summaryrefslogtreecommitdiff
path: root/mail/postfix/PLIST
blob: b7ca4aa2587e2b0aabadf1929171364f52652009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:48 skrll Exp $
etc/mailer.conf.postfix
libexec/postfix/bounce
libexec/postfix/cleanup
libexec/postfix/error
libexec/postfix/flush
libexec/postfix/lmtp
libexec/postfix/local
libexec/postfix/master
libexec/postfix/pickup
libexec/postfix/pipe
libexec/postfix/qmgr
libexec/postfix/sendmail
libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/spawn
libexec/postfix/trivial-rewrite
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postsuper
share/postfix/LICENSE
share/postfix/access
share/postfix/aliases
share/postfix/canonical
share/postfix/main.cf
share/postfix/main.cf.default
share/postfix/main.cf.dist
share/postfix/master.cf
share/postfix/pcre_table
share/postfix/postfix-script
share/postfix/postfix-script-diff
share/postfix/postfix-script-nosgid
share/postfix/postfix-script-sgid
share/postfix/regexp_table
share/postfix/relocated
share/postfix/sample-aliases.cf
share/postfix/sample-auth.cf
share/postfix/sample-canonical.cf
share/postfix/sample-compatibility.cf
share/postfix/sample-debug.cf
share/postfix/sample-filter.cf
share/postfix/sample-flush.cf
share/postfix/sample-ldap.cf
share/postfix/sample-lmtp.cf
share/postfix/sample-local.cf
share/postfix/sample-misc.cf
share/postfix/sample-pcre.cf
share/postfix/sample-rate.cf
share/postfix/sample-regexp.cf
share/postfix/sample-relocated.cf
share/postfix/sample-resource.cf
share/postfix/sample-rewrite.cf
share/postfix/sample-smtp.cf
share/postfix/sample-smtpd.cf
share/postfix/sample-transport.cf
share/postfix/sample-virtual.cf
share/postfix/transport
share/postfix/virtual
man/man1/mailq.1
man/man1/newaliases.1
man/man1/postalias.1
man/man1/postcat.1
man/man1/postconf.1
man/man1/postdrop.1
man/man1/postfix.1
man/man1/postkick.1
man/man1/postlock.1
man/man1/postlog.1
man/man1/postmap.1
man/man1/postsuper.1
man/man1/sendmail.1
man/man5/access.5
man/man5/aliases.5
man/man5/canonical.5
man/man5/pcre_table.5
man/man5/regexp_table.5
man/man5/relocated.5
man/man5/transport.5
man/man5/virtual.5
man/man8/bounce.8
man/man8/cleanup.8
man/man8/defer.8
man/man8/error.8
man/man8/flush.8
man/man8/lmtp.8
man/man8/local.8
man/man8/master.8
man/man8/pickup.8
man/man8/pipe.8
man/man8/qmgr.8
man/man8/showq.8
man/man8/smtp.8
man/man8/smtpd.8
man/man8/spawn.8
man/man8/trivial-rewrite.8
@dirrm share/postfix
@dirrm share/doc/postfix
@dirrm libexec/postfix
@exec ${MKDIR} -p /etc/postfix
@exec if [ ! -f /etc/postfix/main.cf ]; then cp %D/share/postfix/main.cf /etc/postfix ; fi
@exec if [ ! -f /etc/postfix/master.cf ]; then cp %D/share/postfix/master.cf /etc/postfix ; fi
@exec if [ ! -d /var/spool/postfix ]; then ${MKDIR} /var/spool/postfix; ${CHMOD} 755 /var/spool/postfix ; fi
@exec ln -sf %D/share/postfix/postfix-script /etc/postfix
@unexec ${RM} -f /etc/postfix/postfix-script