Path to this page:
./
mail/qmail-run,
Configures qmail to receive and deliver mail
Branch: pkgsrc-2020Q4,
Version: 20201214,
Package name: qmail-run-20201214,
Maintainer: schmonzThis package creates the config files and NetBSD-style rc.d scripts
needed to run qmail, and provides convenient wrappers for procmail,
spamassassin, and rspamd.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2018/12/11 17:49:40 schmonz Exp $
case "${STAGE}" in
POST-DEINSTALL)
for i in ofmip pop3 smtp; do
s="${PKG_SYSCONFDIR}/control/tcprules/${i}"
[ -f "${s}.cdb" ] && ! [ -f "${s}" ] && ${RM} -f "${s}.cdb"
done
;;
esac
Version history: (Expand)
- (2021-01-04) Package added to pkgsrc.se, version qmail-run-20201214 (created)