summaryrefslogtreecommitdiff
path: root/mail/postfix/PLIST
blob: 8e7b2f65f96c6d29fbd3c43824be0582ef51e0f1 (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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
@comment $NetBSD: PLIST,v 1.4 2002/06/26 10:29:48 seb Exp $
bin/mailq
bin/newaliases
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/nqmgr
libexec/postfix/pickup
libexec/postfix/pipe
libexec/postfix/qmgr
libexec/postfix/qmqpd
libexec/postfix/showq
libexec/postfix/smtp
libexec/postfix/smtpd
libexec/postfix/spawn
libexec/postfix/trivial-rewrite
libexec/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/postqueue.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/nqmgr.8
man/man8/pickup.8
man/man8/pipe.8
man/man8/qmgr.8
man/man8/qmqpd.8
man/man8/showq.8
man/man8/smtp.8
man/man8/smtpd.8
man/man8/spawn.8
man/man8/trivial-rewrite.8
man/man8/virtual.8
sbin/postalias
sbin/postcat
sbin/postconf
sbin/postdrop
sbin/postfix
sbin/postkick
sbin/postlock
sbin/postlog
sbin/postmap
sbin/postqueue
sbin/postsuper
sbin/sendmail
share/doc/postfix/DB_README
share/doc/postfix/DEBUG_README
share/doc/postfix/ETRN_README
share/doc/postfix/FILTER_README
share/doc/postfix/INSTALL
share/doc/postfix/LDAP_README
share/doc/postfix/LINUX_README
share/doc/postfix/LMTP_README
share/doc/postfix/MACOSX_README
share/doc/postfix/MYSQL_README
share/doc/postfix/NFS_README
share/doc/postfix/PACKAGE_README
share/doc/postfix/PCRE_README
share/doc/postfix/QMQP_README
share/doc/postfix/RESTRICTION_CLASS_README
share/doc/postfix/SASL_README
share/doc/postfix/ULTRIX_README
share/doc/postfix/UUCP_README
share/doc/postfix/VERP_README
share/doc/postfix/VIRTUAL_README
share/postfix/main.cf
share/postfix/master.cf
share/postfix/post-install
share/postfix/postfix-files
share/postfix/postfix-script
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-access.cf
share/postfix/sample-pcre-body.cf
share/postfix/sample-pcre-header.cf
share/postfix/sample-qmqpd.cf
share/postfix/sample-rate.cf
share/postfix/sample-regexp-access.cf
share/postfix/sample-regexp-body.cf
share/postfix/sample-regexp-header.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
@exec ${MKDIR} /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/post-install /etc/postfix
@unexec ${RM} -f /etc/postfix/post-install
@exec ln -sf %D/share/postfix/postfix-files /etc/postfix
@unexec ${RM} -f /etc/postfix/postfix-files
@exec ln -sf %D/share/postfix/postfix-script /etc/postfix
@unexec ${RM} -f /etc/postfix/postfix-script
@dirrm libexec/postfix
@dirrm share/doc/postfix
@dirrm share/postfix