Subject: CVS commit: pkgsrc/mail/nullmailer
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 02/17/2003 03:45:32
Module Name: pkgsrc
Committed By: jtb
Date: Mon Feb 17 01:45:32 UTC 2003
Modified Files:
pkgsrc/mail/nullmailer: Makefile PLIST distinfo
pkgsrc/mail/nullmailer/patches: patch-aa patch-ab patch-ac
Added Files:
pkgsrc/mail/nullmailer: MESSAGE
pkgsrc/mail/nullmailer/files: nullmailer
Log Message:
Update to nullmailer-100RC7.
Changes for pkgsrc:
* Added an rc.d/nullmailer script
* Added brief instructions on how to set up nullmailer in MESSAGE.
* Changed spool directory from /var/nullmailer to /var/spool/nullmailer
Changes in nullmailer itself:
Changes in version 1.00RC7
- Fixed typo in smtp protocol module that caused HELO to be sent without
a hostname.
- Added a one-shot mode to nullmailer-send, triggered by setting the
pausetime to zero.
Note: If no further bugs are found, this will become the official
version 1.00 release.
Changes in version 1.00RC6
- Protocol modules now report all failure and success messages.
- Removed the whole gethostname/getdomainname mess and replaced it with
code to read the hostname from the "me" control file, and the default
domain name from the "defaultdomain" control file.
- Fixed a bug that would cause lines starting with a period to have that
period stripped when it was sent via SMTP.
- Added some missing includes to fix compilation failures in various
sources.
- Fixed a bug in the setenv function in sendmail.cc.
NOTE! Make sure to set up the new "me" control file before using this
version. The RPM install does this automatically.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/mail/nullmailer/MESSAGE
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/nullmailer/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/nullmailer/PLIST \
pkgsrc/mail/nullmailer/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/mail/nullmailer/files/nullmailer
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/mail/nullmailer/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/mail/nullmailer/patches/patch-ab \
pkgsrc/mail/nullmailer/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.