diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-02 03:59:21 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-02 03:59:21 +0000 |
commit | fab61096d2011086ba4b67276262b49f57631647 (patch) | |
tree | 802d7689ed0e7f73b81174f6df833fd876a4c3fc /mail/qmail-run/PLIST | |
parent | 9da5a78de296111eb1ea868f18dcc9378c6aaf3a (diff) | |
download | pkgsrc-fab61096d2011086ba4b67276262b49f57631647.tar.gz |
This package creates all the needed basic config files to run qmail,
and provides NetBSD-style rc.d scripts and an example mailer.conf.
The rc.d scripts used to belong directly to the qmail package. Changes
made during the move here:
* Rename qmailfoo_softlimit to the more accurate qmailfoo_datalimit.
* Parameterize logging as qmailfoo_logcmd (default: splogger).
* Run all sploggers (not just qmail-send's) as user qmaill, rather than root.
* Replace "@CAT@" with "@HEAD@ -1" for files expected to contain one line.
Diffstat (limited to 'mail/qmail-run/PLIST')
-rw-r--r-- | mail/qmail-run/PLIST | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/qmail-run/PLIST b/mail/qmail-run/PLIST new file mode 100644 index 00000000000..da21ef4d72e --- /dev/null +++ b/mail/qmail-run/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/02 03:59:21 schmonz Exp $ +bin/qmail-qread-client +share/doc/qmail-run/README.pkgsrc +share/examples/qmail-run/mailer.conf +@dirrm share/examples/qmail-run +@dirrm share/doc/qmail-run |