pkgsrc/mail/qmail-run/MESSAGE
schmonz 4e81dcb39c Replace dependency on "qmail or netqmail" with dependency on qmail.
Remove dependency on mailwrapper. If you're on a Linux with
/etc/alternatives, for instance, you don't need it. For platforms
where mailwrapper builds and provides functionality not otherwise
available, it's still a good idea.

Remove dependency on rc.subr. Teach the rc.d scripts to start
services even in the absence of rc.subr. For full rc.d-style
functionality, rc.subr is still required.

Create control/concurrencypop3 at install time, and use it in the
qmailpop3d rc.d script. From Dave Sill's book.

Add comments to the qmail rc.d script to satisfy Linux's chkconfig
utility. From the qmailctl script in "Life with qmail".

Add qmail-procmail wrapper script to map procmail's exit codes to
qmail's. To use procmail, install it and call this script. From
Dave Sill's book.

Add qmail-qfilter-queue wrapper script. Previously part of the
qmail-qfilter package, it's moving here for the same reasons that
all my other custom scripts moved here.

Insert a blank comment line in pkgsrc-generated config files.

Bump version.
2004-08-23 03:47:48 +00:00

23 lines
753 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.3 2004/08/23 03:47:48 schmonz Exp $
Please read ${PREFIX}/share/doc/qmail-run/README.pkgsrc.
To enable qmail for...
Local and outgoing deliveries:
- Check the configuration files in ${PKG_SYSCONFDIR}.
- Modify /etc/mailer.conf (see share/examples/qmail-run/mailer.conf).
- Set qmailsend=YES in /etc/rc.conf.
SMTP:
- Set qmailsmtpd=YES in /etc/rc.conf.
POP3 (only for Maildirs):
- Set qmailpop3d=YES in /etc/rc.conf.
To make the queue visible to local non-root users:
- Set qmailqread=YES in /etc/rc.conf.
- Change the mailq entry in /etc/mailer.conf to qmail-qread-client.
===========================================================================