summaryrefslogtreecommitdiff
path: root/mail/nullmailer/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-08-30Set USE_BUILDLINK3=yes and USE_LANGUAGES=c++. Use RCD_SCRIPTS inschmonz1-3/+4
the canonical way.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-02-17Change the PKGVERSION to 1.0.0rc7, as rc is not really invalid. Pointed outsalo1-2/+2
by gehenna.
2003-02-17Improve:salo1-13/+15
- 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
2003-02-17Configure prefix in rc.d script.jtb1-2/+7
2003-02-17Update to nullmailer-100RC7.jtb1-6/+8
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-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-21Correct syntax for PKG_USERSheinz1-2/+2
2002-05-14Allow specification of the NULLMAILER_USER and NULLMAILER_GROUP.jtb1-8/+33
Fix paths in manual pages.
2002-05-04Initial import of nullmailer.jtb1-0/+18
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.