Path to this page:
./
mail/nullmailer,
Simple relay-only mail transport agent
Branch: CURRENT,
Version: 1.05,
Package name: nullmailer-1.05,
Maintainer: schmonzThis is nullmailer, a sendmail/qmail/etc replacement MTA for hosts
which relay to a fixed set of smart relays. It is designed to be
simple to configure, secure, and easily extendable.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2005/08/20 02:20:45 schmonz Exp $
VARBASE=@VARBASE@
case "${STAGE}" in
POST-DEINSTALL)
${RM} -f ${VARBASE}/spool/nullmailer/trigger
;;
esac
Master sites:
Version history: (Expand)
- (2009-10-21) Updated to version: nullmailer-1.05
- (2009-10-15) Updated to version: nullmailer-1.04nb1
- (2009-10-11) Updated to version: nullmailer-1.04
- (2006-07-02) Updated to version: nullmailer-1.03
- (2006-01-14) Updated to version: nullmailer-1.02
- (2006-01-04) Updated to version: nullmailer-1.01
CVS history: (Expand)
| 2009-10-23 04:43:52 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Distfile changed in place, set DIST_SUBDIR (noticed by taca@).
|
2009-10-21 17:06:46 by Amitai Schlair | Files touched by this commit (3) |  |
Log message:
Update to 1.05. From the changelog:
- Fixed compilation of src/selfpipe.cc on Solaris and other OSes.
- Fixed handling of TM_HAS_ISDST on Solaris.
- Fixed a few address parsing glitches.
|
2009-10-14 23:13:41 by Iain Hibbert | Files touched by this commit (4) |  |
Log message:
fix the DESTDIR support by removing the install-root target which
would otherwise cause a chown of the trigger file. (with DESTDIR,
the "nullmail" user & group are not yet created)
Because this leaves the trigger file possibly owned by root, add
a test in the rc "start" path to [re]make it when necessary.
put this test and the daemon background and logging into a
separate script so that it can be run by the rc framework as the
nullmail user in the normal way, and add a procname argument to
allow the "status" and "stop" rc commands to work properly.
bump PKGREVISION
|
| 2009-10-13 15:55:28 by Iain Hibbert | Files touched by this commit (1) |
Log message:
disable DESTDIR support. There is an issue with adding the 'nullmail'
user and using chown nullmail:nullmail that I'm looking into
|
2009-10-11 12:25:24 by Iain Hibbert | Files touched by this commit (3) |  |
Log message:
update to nullmailer-1.04
while here, fix some pkglint complaints, add DESTDIR support and
provide a LICENCE
|
| 2009-10-11 12:22:51 by Iain Hibbert | Files touched by this commit (1) |
Log message:
fix a problem with the rc script where the command would not start
at boot time. This is because the & is within the command_args
string. use a start_cmd instead.
|
| 2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2007-11-26 09:27:24 by Iain Hibbert | Files touched by this commit (2) |
Log message:
set permissions on the fifo when we make the fifo rather than using
SPECIAL_PERMS because ordering seems to be an issue
|