blob: 6798bf6a649d49aa23cbe8ca18735fe55e17148c (
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
|
bin/auth_imap
bin/auth_pop
bin/bouncesaying
bin/condredirect
bin/datemail
bin/digest
bin/elq
bin/except
bin/forward
bin/maildir2mbox
bin/maildirmake
bin/maildirwatch
bin/mailsubj
bin/pbsadd
bin/pbscheck
bin/pbsdbd
bin/pinq
bin/predate
bin/preline
bin/qail
bin/qbiff
bin/qmail-clean
bin/qmail-getpw
bin/qmail-inject
bin/qmail-ldaplookup
bin/qmail-local
bin/qmail-lspawn
bin/qmail-newmrh
bin/qmail-newu
bin/qmail-pop3d
bin/qmail-popup
bin/qmail-pw2u
bin/qmail-qmqpc
bin/qmail-qmqpd
bin/qmail-qmtpd
bin/qmail-qread
bin/qmail-qstat
bin/qmail-queue
bin/qmail-quotawarn
bin/qmail-remote
bin/qmail-reply
bin/qmail-rspawn
bin/qmail-send
bin/qmail-showctl
bin/qmail-smtpd
bin/qmail-start
bin/qmail-tcpok
bin/qmail-tcpto
bin/qreceipt
bin/qsmhook
bin/sendmail
bin/splogger
bin/tcp-env
boot/binm1
boot/binm1+df
boot/binm2
boot/binm2+df
boot/binm3
boot/binm3+df
boot/home
boot/home+df
boot/maildir
boot/proc
boot/proc+df
@comment This port installs the following manually (ie. not through qmail-hier)
configure/config
configure/config-fast
configure/dnsfq
configure/dnsip
configure/dnsptr
configure/hostname
configure/install
configure/ipmeprint
scripts/enable-qmail
scripts/mkaliasdir
%%PORTDOCS%%%%DOCDIR%%/BLURB
%%PORTDOCS%%%%DOCDIR%%/BLURB2
%%PORTDOCS%%%%DOCDIR%%/BLURB3
%%PORTDOCS%%%%DOCDIR%%/BLURB4
%%PORTDOCS%%%%DOCDIR%%/FAQ
%%PORTDOCS%%%%DOCDIR%%/INSTALL
%%PORTDOCS%%%%DOCDIR%%/INSTALL.alias
%%PORTDOCS%%%%DOCDIR%%/INSTALL.ctl
%%PORTDOCS%%%%DOCDIR%%/INSTALL.ids
%%PORTDOCS%%%%DOCDIR%%/INSTALL.maildir
%%PORTDOCS%%%%DOCDIR%%/INSTALL.mbox
%%PORTDOCS%%%%DOCDIR%%/INSTALL.vsm
%%PORTDOCS%%%%DOCDIR%%/INTERNALS
%%PORTDOCS%%%%DOCDIR%%/PIC.local2alias
%%PORTDOCS%%%%DOCDIR%%/PIC.local2ext
%%PORTDOCS%%%%DOCDIR%%/PIC.local2local
%%PORTDOCS%%%%DOCDIR%%/PIC.local2rem
%%PORTDOCS%%%%DOCDIR%%/PIC.local2virt
%%PORTDOCS%%%%DOCDIR%%/PIC.nullclient
%%PORTDOCS%%%%DOCDIR%%/PIC.relaybad
%%PORTDOCS%%%%DOCDIR%%/PIC.relaygood
%%PORTDOCS%%%%DOCDIR%%/PIC.rem2local
%%PORTDOCS%%%%DOCDIR%%/POPBEFORESMTP
%%PORTDOCS%%%%DOCDIR%%/PORT_NOTES
%%PORTDOCS%%%%DOCDIR%%/PORT_NOTES_FreeBSD_40-RELEASE
%%PORTDOCS%%%%DOCDIR%%/QLDAPINSTALL
%%PORTDOCS%%%%DOCDIR%%/QLDAPNEWS
%%PORTDOCS%%%%DOCDIR%%/QLDAPTODO
%%PORTDOCS%%%%DOCDIR%%/QLDAPPICTURE
%%PORTDOCS%%%%DOCDIR%%/REMOVE.sendmail
%%PORTDOCS%%%%DOCDIR%%/REMOVE.binmail
%%PORTDOCS%%%%DOCDIR%%/SECURITY
%%PORTDOCS%%%%DOCDIR%%/SENDMAIL
%%PORTDOCS%%%%DOCDIR%%/SYSDEPS
%%PORTDOCS%%%%DOCDIR%%/TEST.deliver
%%PORTDOCS%%%%DOCDIR%%/TEST.receive
%%PORTDOCS%%%%DOCDIR%%/THOUGHTS
%%PORTDOCS%%%%DOCDIR%%/UPGRADE
%%PORTDOCS%%%%DOCDIR%%/mailer.conf.sample
%%PORTDOCS%%@dirrm %%DOCDIR%%
@dirrm scripts
@dirrm configure
@dirrm boot
@dirrm bin
@unexec echo "1) If you are permanently removing qmail, you should also ``rm -Rf ${PKG_PREFIX}/alias ${PKG_PREFIX}/control ${PKG_PREFIX}/queue ${PKG_PREFIX}/users'' and remove the qmail users/groups." | /usr/bin/fmt
@unexec echo "2) Do not forget to reconfigure your /etc/mail/mailer.conf to use your older MTA, or reconfigure your old MTA binaries if you decided to replace them." | /usr/bin/fmt
@unexec echo "3) Do not forget to enable sendmail as your default MTA if you have to. You can do it just executing 'echo sendmail_enable=\"YES\" >> /etc/rc.conf" | /usr/bin/fmt
|