summaryrefslogtreecommitdiff
path: root/mail/courier-imap/PLIST
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-28 18:15:20 +0000
committerjlam <jlam>2006-04-28 18:15:20 +0000
commit4086f4ca78a63106efaf746cbec47f049f6863bc (patch)
tree4602cb178e08fd2c0234df003db61f5597052875 /mail/courier-imap/PLIST
parentaa5544716cb0fcaef4e97707e693e0e1ef080f3e (diff)
downloadpkgsrc-4086f4ca78a63106efaf746cbec47f049f6863bc.tar.gz
Update mail/courier-imap to 4.1.0. Changes from version 4.0.6 include:
+ Install some more of the HTML documentation in the location expected by courier-mta. + Moved the default locations for the imapd and pop3d SSL certificates into ${PKG_SYSCONFDIR}. These paths may be changed directly in the imapd-ssl and pop3d-ssl configuration files by modifying TLS_CERTFILE. * New capability to control announcements of IMAP ACL support when starting imapd. * Optimization: Skip going through the motions of outputting the results of a SORT if the number of sorted messages is 0. * Have CREATE and RENAME also create courierimapuidlist. * Log total bytes sent/received in IMAP and POP3 sessions.
Diffstat (limited to 'mail/courier-imap/PLIST')
-rw-r--r--mail/courier-imap/PLIST16
1 files changed, 9 insertions, 7 deletions
diff --git a/mail/courier-imap/PLIST b/mail/courier-imap/PLIST
index 25de2ee3f86..efadfc1c316 100644
--- a/mail/courier-imap/PLIST
+++ b/mail/courier-imap/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2005/05/03 15:35:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2006/04/28 18:15:20 jlam Exp $
bin/couriertls
bin/imapd
libexec/courier/courierpop3d
@@ -22,14 +22,20 @@ share/courier/mkimapdcert
share/courier/mkpop3dcert
share/courier/pop3d
share/courier/pop3d-ssl
+share/doc/courier/courierpop3d.html
+share/doc/courier/couriertcpd.html
+share/doc/courier/couriertls.html
share/doc/courier/imap/BUGS.html
share/doc/courier/imap/README.html
share/doc/courier/imap/README.proxy.html
-share/examples/courier/imap.pam
+share/doc/courier/imapd.html
+share/doc/courier/mkimapdcert.html
+share/doc/courier/mkpop3dcert.html
+share/examples/courier/imap.authpam
share/examples/courier/imapd-ssl.dist
share/examples/courier/imapd.cnf
share/examples/courier/imapd.dist
-share/examples/courier/pop3.pam
+share/examples/courier/pop3.authpam
share/examples/courier/pop3d-ssl.dist
share/examples/courier/pop3d.cnf
share/examples/courier/pop3d.dist
@@ -37,8 +43,4 @@ share/examples/rc.d/courierimap
share/examples/rc.d/courierimaps
share/examples/rc.d/courierpop
share/examples/rc.d/courierpops
-@unexec ${RMDIR} -p %D/share/examples/courier 2>/dev/null || ${TRUE}
@dirrm share/doc/courier/imap
-@unexec ${RMDIR} -p %D/share/doc/courier 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} -p %D/share/courier 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} -p %D/libexec/courier 2>/dev/null || ${TRUE}