<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/mail/nullmailer/PLIST, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-10-14T21:13:41Z</updated>
<entry>
<title>fix the DESTDIR support by removing the install-root target which</title>
<updated>2009-10-14T21:13:41Z</updated>
<author>
<name>plunky</name>
<email>plunky</email>
</author>
<published>2009-10-14T21:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=17a0d70d5fc5b234258171fa24a38c07c6eea5d3'/>
<id>urn:sha1:17a0d70d5fc5b234258171fa24a38c07c6eea5d3</id>
<content type='text'>
would otherwise cause a chown of the trigger file. (with DESTDIR,
the "nullmail" user &amp; 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
</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:03:28Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T18:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=870ee431b3152f330a121f8399ba6a71540929c1'/>
<id>urn:sha1:870ee431b3152f330a121f8399ba6a71540929c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 1.00. From the changelog:</title>
<updated>2005-08-20T02:20:45Z</updated>
<author>
<name>schmonz</name>
<email>schmonz</email>
</author>
<published>2005-08-20T02:20:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5d6711c93a378e788746fcb5e365a646b8ee0849'/>
<id>urn:sha1:5d6711c93a378e788746fcb5e365a646b8ee0849</id>
<content type='text'>
- 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.
</content>
</entry>
<entry>
<title>RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.</title>
<updated>2005-05-02T20:33:57Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2005-05-02T20:33:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=22c4e451098bcb1ffee496c70c2b37805278db1a'/>
<id>urn:sha1:22c4e451098bcb1ffee496c70c2b37805278db1a</id>
<content type='text'>
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
</content>
</entry>
<entry>
<title>mk/bsd.pkg.install.mk now automatically registers</title>
<updated>2004-04-23T22:07:52Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2004-04-23T22:07:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cba182b47fc5b42f77862f4b5a18898200c81105'/>
<id>urn:sha1:cba182b47fc5b42f77862f4b5a18898200c81105</id>
<content type='text'>
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
</content>
</entry>
<entry>
<title>Improve:</title>
<updated>2003-02-17T05:20:20Z</updated>
<author>
<name>salo</name>
<email>salo</email>
</author>
<published>2003-02-17T05:20:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9a1b9294407511479c93f183874010f09be1004c'/>
<id>urn:sha1:9a1b9294407511479c93f183874010f09be1004c</id>
<content type='text'>
- use 1.0.0.7 as PKGVERSION, 1.00RC7 is invalid
- USE_PKGINSTALL, don't include bsd.pkg.install.mk directly
- use automatic rc.d scripts handling
- install example mailer.conf
- minor cleanups
</content>
</entry>
<entry>
<title>Update to nullmailer-100RC7.</title>
<updated>2003-02-17T01:45:31Z</updated>
<author>
<name>jtb</name>
<email>jtb</email>
</author>
<published>2003-02-17T01:45:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=72738bf76c7c1ce8106ff5b154b09d7120288dec'/>
<id>urn:sha1:72738bf76c7c1ce8106ff5b154b09d7120288dec</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Replace "true" by "${TRUE}".</title>
<updated>2002-12-09T16:01:10Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2002-12-09T16:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=04ef0ab0bc819f60fbb9bf3caf332481ed9e528e'/>
<id>urn:sha1:04ef0ab0bc819f60fbb9bf3caf332481ed9e528e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow specification of the NULLMAILER_USER and NULLMAILER_GROUP.</title>
<updated>2002-05-14T00:35:24Z</updated>
<author>
<name>jtb</name>
<email>jtb</email>
</author>
<published>2002-05-14T00:35:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=af3a2646d0151d1a181bcca23270b6462ccb87e3'/>
<id>urn:sha1:af3a2646d0151d1a181bcca23270b6462ccb87e3</id>
<content type='text'>
Fix paths in manual pages.
</content>
</entry>
<entry>
<title>Initial import of nullmailer.</title>
<updated>2002-05-04T01:15:25Z</updated>
<author>
<name>jtb</name>
<email>jtb</email>
</author>
<published>2002-05-04T01:15:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a24504e5e1a22c1c84919a24ff5fbe2bef904297'/>
<id>urn:sha1:a24504e5e1a22c1c84919a24ff5fbe2bef904297</id>
<content type='text'>
This 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.
</content>
</entry>
</feed>
