Path to this page:
./
mail/qmail-run,
Configures qmail to receive and deliver mail
Branch: pkgsrc-2018Q4,
Version: 20181230,
Package name: qmail-run-20181230,
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
Required to run:[
pkgtools/pkg_alternatives] [
mail/qmail-spp-spf] [
mail/greetdelay] [
mail/qmail-qfilter] [
mail/qmail-rejectutils]
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2019-01-02) Package added to pkgsrc.se, version qmail-run-20181230 (created)