bfa796133d
distribution). Changes from version 2.2.1 include: * Honor ${VARBASE}. * courierlogger(1) has been moved to mail/courier-auth. * Use the sysconftool from courier-auth to merge config files. * The courier* rc.d scripts now check that authdaemond is also set to "YES" to ensure that authdaemond is running before the courier-imap daemons are started. * Support for the ACL IMAP extension (RFC 2086 as well as the 2nd draft revision of the ACL specification) via shared maildirs. * Bug fixes and improvements to MIME encoding. * Fixes buffer overflow vulnerability (PR 25774): http://www.securityfocus.com/bid/9845 http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0224
14 lines
485 B
Text
14 lines
485 B
Text
# $NetBSD: DEINSTALL,v 1.5 2004/07/14 20:07:16 jlam Exp $
|
|
|
|
# Additional files that are may be created for courier-imap.
|
|
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/imapd.rand"
|
|
ALL_FILES="${ALL_FILES} /dev/null ${PKG_SYSCONFDIR}/pop3d.rand"
|
|
ALL_FILES="${ALL_FILES} /dev/null @SSLCERTS@/imapd.pem"
|
|
ALL_FILES="${ALL_FILES} /dev/null @SSLCERTS@/pop3d.pem"
|
|
|
|
case ${STAGE} in
|
|
POST-DEINSTALL)
|
|
# Unconditionally remove the SSL cache file.
|
|
${RM} -f @VARBASE@/couriersslcache
|
|
;;
|
|
esac
|