Path to this page:
./
mail/qmail,
Secure, reliable, efficient, simple, and fast MTA
Branch: pkgsrc-2017Q1,
Version: 1.03nb27,
Package name: qmail-1.03nb27,
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.2.2 2017/04/17 16:08:22 bsiegert Exp $
The Sender Rewriting Scheme patch requires configuration.
Please read ${DOCDIR}/README.srs.
===========================================================================
Required to run:[
sysutils/daemontools] [
net/ucspi-tcp] [
mail/queue-fix]
Required to build:[
pkgtools/cwrappers]
Package options: djbware-errno-hack, qmail-bigdns, qmail-netqmail, qmail-realrcptto
Master sites:
SHA1: 9ee9a603e2ad3d8e1d34b900e19b7a5d275f538b
RMD160: d31598afa862abb35bc1feb8d038ab619b5a17a2
Filesize: 254.825 KB
Version history: (Expand)
- (2017-04-17) Updated to version: qmail-1.03nb27
- (2017-04-04) Package added to pkgsrc.se, version qmail-1.03nb24 (created)
CVS history: (Expand)
2017-04-17 18:08:22 by Benny Siegert | Files touched by this commit (8) |
Log message:
Pullup ticket #5254 - requested by schmonz
mail/qmail: build fix
Revisions pulled up:
- mail/qmail/MESSAGE.srs 1.1
- mail/qmail/Makefile 1.81-1.84
- mail/qmail/PLIST 1.17
- mail/qmail/distinfo 1.32-1.33
- mail/qmail/files/README.srs 1.1-1.2
- mail/qmail/options.mk 1.39-1.40
- mail/qmail/patches/patch-auto__uids.c 1.2
- mail/qmail/patches/patch-auto__uids.h 1.2
---
Module Name: pkgsrc
Committed By: schmonz
Date: Fri Mar 31 13:52:00 UTC 2017
Modified Files:
pkgsrc/mail/qmail: Makefile PLIST distinfo options.mk
Added Files:
pkgsrc/mail/qmail: MESSAGE.srs
pkgsrc/mail/qmail/files: README.srs
Log message:
Add "qmail-srs" option to apply the Sender Rewriting Scheme patch,
requested by Nathan Arthur. Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Apr 4 07:50:18 UTC 2017
Modified Files:
pkgsrc/mail/qmail: Makefile distinfo options.mk
pkgsrc/mail/qmail/patches: patch-auto__uids.c patch-auto__uids.h
Log message:
Substitute configured qmail users and groups (defaults haven't changed).
Bump dependency on queue-fix to a version that does likewise.
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Apr 4 14:58:06 UTC 2017
Modified Files:
pkgsrc/mail/qmail: Makefile
pkgsrc/mail/qmail/files: README.srs
Log message:
Give absolute path to srsfilter. From Nathan Arthur in private mail.
---
Module Name: pkgsrc
Committed By: schmonz
Date: Sat Apr 8 18:22:51 UTC 2017
Modified Files:
pkgsrc/mail/qmail: Makefile
Log message:
Remove dependency on sysutils/checkpassword. In the default install it's
used only for qmail-pop3d, which is likely not being used much anymore.
Other installs might need a different implementation of checkpassword
anyhow. And this implementation is not (yet?) in the public domain, so
it's blocking us from publishing binary packages of qmail.
Unless (until?) sysutils/checkpassword becomes "public-domain", it
remains under "djb-nonlicense". If you continue to need it, since you've
already accepted the nonlicense, simply install it directly.
I believe this package and all its remaining dependencies are now in
DEFAULT_ACCEPTABLE_LICENSES. Bump PKGREVISION.
|