===========================================================================
$NetBSD: MESSAGE,v 1.13 2006/04/29 04:53:17 schmonz Exp $

Please read /usr/pkg/share/doc/qmail/README.pkgsrc.

There are many ways to enable qmail. One popular, well-regarded
choice is to follow the directions in Dave Sill's "Life with qmail":

    <URL:http://www.lifewithqmail.org/lwq.html>

Alternatively, you can let pkgsrc do the work by installing the
qmail-run package.

===========================================================================
===========================================================================
$NetBSD: MESSAGE.srs,v 1.1 2017/03/31 13:52:00 schmonz Exp $

The Sender Rewriting Scheme patch requires configuration.

Please read /usr/pkg/share/doc/qmail/README.srs.

===========================================================================
===========================================================================
$NetBSD: MESSAGE.tls,v 1.1 2017/08/13 23:42:55 schmonz Exp $

If you don't already have an SSL certificate for qmail:

# /usr/bin/openssl req -new -x509 -nodes -days 366 -out /usr/pkg/etc/qmail/control/servercert.pem -keyout /usr/pkg/etc/qmail/control/servercert.pem
# chmod 640 /usr/pkg/etc/qmail/control/servercert.pem
# chown qmaild:qmail /usr/pkg/etc/qmail/control/servercert.pem
# ln -s /usr/pkg/etc/qmail/control/servercert.pem /usr/pkg/etc/qmail/control/clientcert.pem
# update_tmprsadh

Once you have a certificate, regularly regenerate DH params from cron(8):

    01 01 * * * update_tmprsadh > /dev/null 2>&1

===========================================================================
