diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-02 03:57:17 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-02 03:57:17 +0000 |
commit | 9da5a78de296111eb1ea868f18dcc9378c6aaf3a (patch) | |
tree | ccd7120689c0ce9dd811de7a74342c299df5b6c1 /mail/qmail/MESSAGE | |
parent | de6c7db8c9e0f16e4316aa2c66c949bd8b3da756 (diff) | |
download | pkgsrc-9da5a78de296111eb1ea868f18dcc9378c6aaf3a.tar.gz |
Remove add-on scripts and config files from the qmail and netqmail
packages. They now simply compile and install qmail and its
prerequisites. (The add-on scripts and config files will be revivified
as a separate qmail-run package. Thus, QMAIL_AUTOCONFIG is no longer
needed.)
The user is notified at install time that one popular, well-regarded
way to enable qmail is to follow the directions in "Life with
qmail", and that another way is to install the qmail-run package.
These changes, based on discussion with Charles Cazabon, are intended
to make life easier for the helpful people on the qmail mailing
list by clearly marking custom add-ons as such.
Other changes:
Since netqmail is a tarball containing the qmail tarball plus the
netqmail bits, we can use it for both packages and share more logic
between the two packages: MASTER_SITES, DISTINFO_FILE, WRKSRC, and
the post-extract target.
Now that there's one place to put the distinfo, add Eben Pratt's
simple patch to build and install on Mac OS X 10.3 (the patch is
not applied on other OSes).
Bump PKGREVISION of both packages.
Diffstat (limited to 'mail/qmail/MESSAGE')
-rw-r--r-- | mail/qmail/MESSAGE | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/mail/qmail/MESSAGE b/mail/qmail/MESSAGE index 97457900b7a..4f792b9ff6f 100644 --- a/mail/qmail/MESSAGE +++ b/mail/qmail/MESSAGE @@ -1,23 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.8 2004/07/21 22:35:59 schmonz Exp $ +$NetBSD: MESSAGE,v 1.9 2004/08/02 03:57:17 schmonz Exp $ -To activate ${PKGBASE} for local and outgoing deliveries: -- Check the configuration files in ${PKG_SYSCONFDIR}. -- Modify /etc/mailer.conf (see ${EGDIR}/mailer.conf). -- Set qmailsend=YES in /etc/rc.conf. +There are many ways to enable ${PKGBASE}. One popular, well-regarded +choice is to follow the directions in Dave Sill's "Life with qmail": -To enable SMTP: -- Set qmailsmtpd=YES in /etc/rc.conf. + <URL:http://www.lifewithqmail.org/lwq.html> -To enable POP3 (only for Maildirs): -- Set qmailpop3d=YES in /etc/rc.conf. - -To allow local non-root users to see the queue: -- Set qmailqread=YES in /etc/rc.conf. -- Change the mailq entry in /etc/mailer.conf to qmail-qread-client. - -Alternatively, you can manage the qmail daemons with daemontools -by creating appropriate run scripts in /service. There are many -ways to do this; you may find the qmail-conf package helpful. +Alternatively, you can let pkgsrc do the work by installing the +qmail-run package. =========================================================================== |