pkgsrc/mail/nullmailer/patches/patch-ab
jtb 63cdf68f7c 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.
2003-02-17 01:45:31 +00:00

25 lines
699 B
Text

$NetBSD: patch-ab,v 1.2 2003/02/17 01:45:32 jtb Exp $
--- doc/nullmailer-send.8.orig Fri Jan 3 20:50:07 2003
+++ doc/nullmailer-send.8
@@ -66,16 +66,16 @@ For example, to connect to port 2525 on
Blank lines and lines starting with a pound are ignored.
.SH FILES
.TP
-.B /var/nullmailer/queue
+.B /var/spool/nullmailer/queue
The message queue.
.TP
-.B /var/nullmailer/trigger
+.B /var/spool/nullmailer/trigger
A trigger file to cause immediate delivery.
.TP
-.B /usr/local/etc/nullmailer
+.B @PKG_SYSCONFDIR@/nullmailer
The configuration directory.
.TP
-.B /usr/local/libexec/nullmailer
+.B @PREFIX@/libexec/nullmailer
The protocol program directory.
.SH SEE ALSO
nullmailer-queue(8),