diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-08-20 02:20:45 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-08-20 02:20:45 +0000 |
commit | 7fa8d136b7f5d6f6abd0c97edc692ccc749964f9 (patch) | |
tree | 264c553c819a27047b9e97b68075ca7a138601a6 /mail/nullmailer/MESSAGE | |
parent | fff581f8803b79d7eabca6680616dac3e47288ad (diff) | |
download | pkgsrc-7fa8d136b7f5d6f6abd0c97edc692ccc749964f9.tar.gz |
Update to 1.00. From the changelog:
- Fixed problem with multiple arguments to protocol modules.
Thanks Sascha Silbe.
- Fixed extraneous spaces in SMTP sender.
- Made permissions on queued files more strict.
- Handle the "-bs" flag in the sendmail wrapper by dieing when we see it.
- Fixed the address parser handling domain names with trailing periods.
- Fixed bug in header parsing that would cause the last header line to
be repeated if there was no body.
- Fixed bug in handling headers containing CR+LF line endings.
pkgsrc changes:
* Replace @exec and @unexec in PLIST with bsd.pkginstall.mk incantations
* sort PLIST
* Honor VARBASE in manpages and rc.d script
* Enable logging in rc.d script
* Allow rc.d script to start nullmailer without rc.subr
* Take MAINTAINER.
Diffstat (limited to 'mail/nullmailer/MESSAGE')
-rw-r--r-- | mail/nullmailer/MESSAGE | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/nullmailer/MESSAGE b/mail/nullmailer/MESSAGE index 722e5e56d4c..bf1f0ead918 100644 --- a/mail/nullmailer/MESSAGE +++ b/mail/nullmailer/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2004/10/11 22:14:51 reed Exp $ +$NetBSD: MESSAGE,v 1.5 2005/08/20 02:20:45 schmonz Exp $ To use nullmailer, you will need to perform the following steps: @@ -9,11 +9,12 @@ To use nullmailer, you will need to perform the following steps: smtp.relayhost.domain smtp -2. Back up /etc/mailer.conf and copy nullmailer's own one from +2. Back up /etc/mailer.conf and copy nullmailer's from ${PREFIX}/share/examples/nullmailer/mailer.conf -3. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy - ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/nullmailer to /etc/rc.d/nullmailer and add +3. If you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy + ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/nullmailer to + ${RCD_SCRIPTS_DIR}/nullmailer and add nullmailer=YES @@ -23,7 +24,7 @@ To use nullmailer, you will need to perform the following steps: 4. Stop any other running MTA. Now start nullmailer by issuing the command - /etc/rc.d/nullmailer start + ${RCD_SCRIPTS_DIR}/nullmailer start 5. You may need to add further configuration files to the directory ${PKG_SYSCONFDIR}/nullmailer. These include the `adminaddr', |