summaryrefslogtreecommitdiff
path: root/mail/qmail-qfilter/MESSAGE
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-07-21 22:53:36 +0000
committerschmonz <schmonz>2004-07-21 22:53:36 +0000
commit21f1e6f2241a332ff467e70231a7fedf1a40cd0b (patch)
treee0932de0c402aea7bb61c816b7ff841be39ddd65 /mail/qmail-qfilter/MESSAGE
parent5e99ee7aa5593a8ee651fed2c991afe613f0b30d (diff)
downloadpkgsrc-21f1e6f2241a332ff467e70231a7fedf1a40cd0b.tar.gz
Use qmail-qfilter's installer, which wins us a manual page. Add
dependency on netqmail (but not qmail, as for pkgsrc purposes this requires the QMAILQUEUE patch). Enable pkgviews installation. Rename post-patch to do-configure, since that's what it's doing. Add a simple script that runs all the filters in ${PKG_SYSCONFDIR} whose filenames match "qfilter-*". Explain how to enable filtering on messages arriving via SMTP using this script. Take MAINTAINER. Bump PKGREVISION.
Diffstat (limited to 'mail/qmail-qfilter/MESSAGE')
-rw-r--r--mail/qmail-qfilter/MESSAGE13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/qmail-qfilter/MESSAGE b/mail/qmail-qfilter/MESSAGE
new file mode 100644
index 00000000000..7a5f3d729bc
--- /dev/null
+++ b/mail/qmail-qfilter/MESSAGE
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/07/21 22:53:36 schmonz Exp $
+
+This package provides a simple script that runs all the filters in
+${PKG_SYSCONFDIR} whose filenames match "qfilter-*".
+These filters will be executed in sort(1) order with no arguments.
+
+To use this script to filter messages arriving via SMTP:
+- Set qmailsmtpd_postenv="QMAILQUEUE=${PREFIX}/bin/qmail-qfilter-queue"
+ in /etc/rc.conf.
+- Restart qmail-smtpd.
+
+===========================================================================