Path to this page:
./
mail/qmail,
Secure, reliable, efficient, simple, and fast MTA
Branch: pkgsrc-2017Q4,
Version: 1.03nb32,
Package name: qmail-1.03nb32,
Maintainer: schmonzThe qmail program is a secure, reliable, efficient simple message
transfer agent. It is meant to be a replacement for the entire
sendmail-binmail system that most UNIX hosts use.
Although qmail holds security and reliability as its top two
priorities, it is also fast. On a Pentium under BSD/OS, qmail can
easily handle 200000 separate messages per day that are injected
and must then be delivered to local mailboxes!
Security and reliability are qmail's two strengths, however. The
qmail package ensures a message, once accepted, will never be lost.
An optional new mailbox format, maildir, even lets users safely
read their mail over NFS, while still accepting new mail deliveries.
The following features are supported: host and user masquerading,
full host hiding, virtual domains, null clients, list-owner rewriting,
relay control, double-bounce recording, arbitrary RFC 822 address
lists, cross-host mailing-list loop detection, per-recipient
checkpointing, downed host backoffs, independent message retry
schedules, a drop-in sendmail replacement, and more!
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.5 2006/04/29 04:53:17 schmonz Exp $
QMAILDIR=@QMAILDIR@
VAR_QMAIL_DIRS="alias bin boot control doc man queue users"
case "${STAGE}" in
POST-DEINSTALL)
for dir in $VAR_QMAIL_DIRS; do
if [ -h ${QMAILDIR}/$dir ]; then
${RM} -f ${QMAILDIR}/$dir
fi
done
;;
esac
MESSAGE.srs [+/-]===========================================================================
$NetBSD: MESSAGE.srs,v 1.1 2017/03/31 13:52:00 schmonz Exp $
The Sender Rewriting Scheme patch requires configuration.
Please read ${DOCDIR}/README.srs.
===========================================================================
MESSAGE.tls [+/-]===========================================================================
$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:
# ${OPENSSL} req -new -x509 -nodes -days 366 -out ${SERVERCERT} -keyout ${SERVERCERT}
# chmod 640 ${SERVERCERT}
# chown ${QMAIL_DAEMON_USER}:${QMAIL_QMAIL_GROUP} ${SERVERCERT}
# ln -s ${SERVERCERT} ${CLIENTCERT}
# update_tmprsadh
Once you have a certificate, regularly regenerate DH params from cron(8):
01 01 * * * update_tmprsadh > /dev/null 2>&1
===========================================================================
Required to run:[
mail/libsrs2] [
sysutils/daemontools] [
net/ucspi-tcp] [
devel/libidn2] [
devel/syncdir]
Required to build:[
pkgtools/cwrappers]
Package options: djbware-errno-hack, eai, qmail-customerror, qmail-rejectutils, qmail-srs, sasl, syncdir, tls
Master sites:
SHA1: 9ee9a603e2ad3d8e1d34b900e19b7a5d275f538b
RMD160: d31598afa862abb35bc1feb8d038ab619b5a17a2
Filesize: 254.825 KB
Version history: (Expand)
- (2018-01-02) Package added to pkgsrc.se, version qmail-1.03nb32 (created)