ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/courier/Makefile.man
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (10 years ago) by laffer1
Content type: application/x-troff-man
File size: 1300 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 MAN1= \
2 cancelmsg.1 \
3 couriermlm.1 \
4 couriertcpd.1 \
5 couriertls.1 \
6 dot-forward.1 \
7 lockmail.1 \
8 mailbot.1 \
9 maildiracl.1 \
10 maildirkw.1 \
11 maildirmake.1 \
12 maildrop.1 \
13 mailq.1 \
14 makedat.1 \
15 makemime.1 \
16 mimegpg.1 \
17 preline.1 \
18 reformail.1 \
19 reformime.1 \
20 sendmail.1 \
21 testmxlookup.1 \
22 webmlmd.1
23 MAN5= \
24 dot-courier.5 \
25 maildir.5
26 MAN7= \
27 localmailfilter.7 \
28 maildirquota.7 \
29 maildropex.7 \
30 maildropfilter.7 \
31 maildropgdbm.7
32 MAN8= \
33 aliaslookup.8 \
34 courier.8 \
35 courierfilter.8 \
36 courierldapaliasd.8 \
37 courierperlfilter.8 \
38 courierpop3d.8 \
39 deliverquota.8 \
40 dupfilter.8 \
41 esmtpd.8 \
42 imapd.8 \
43 makeacceptmailfor.8 \
44 makealiases.8 \
45 makehosteddomains.8 \
46 makepercentrelay.8 \
47 makesmtpaccess.8 \
48 mkesmtpdcert.8 \
49 mkimapdcert.8 \
50 mkpop3dcert.8 \
51 pop3d.8 \
52 pop3d-ssl.8 \
53 submit.8
54
55 MLINKS= dot-forward.1 dotforward.1 \
56 sendmail.1 rmail.1 \
57 courierfilter.8 filterctl.8 \
58 courierpop3d.8 courierpop3login.8 \
59 esmtpd.8 esmtpd-msa.8 \
60 makesmtpaccess.8 makesmtpaccess-msa.8
61
62 .if defined(WITH_LDAP) && !defined(WITHOUT_LDAP)
63 #MAN8+= courierldapaliasd.8
64 .endif
65
66 .if defined(WITH_SENDFAX) && !defined(WITHOUT_SENDFAX)
67 MAN8+= courierfax.8
68 .endif
69
70 .if defined(WITH_UUCP) && !defined(WITHOUT_UUCP)
71 MAN8+= courieruucp.8
72 MLINKS+=courieruucp.8 makeuucpneighbors.8
73 .endif