summaryrefslogtreecommitdiff
path: root/mail/mini_sendmail
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-10-27Add a few more sendmail compatibility command line flags (all ignored) -martin2-13/+29
enough to allow NetBSD's cron to send mail.
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-2/+2
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-12-01Fix an off by one error in the address parser, introduced by our patch.martin3-12/+9
Found by Ond?ej T?ma (sorry for the missing chars) and analyzed by Lasse Hillerøe Petersen.
2006-06-15Add code to allow multiple -s options, so it can try several mail relays.martin2-7/+109
2006-06-13Add a hint to not check mailq in /etc/daily.martin1-1/+3
2005-06-29Upgrade to 1.3.6nb1.is5-24/+21
2005-06-26Upgrade to mini_sendmail 1.3.5nb1. Changes to stock 1.3.5 are:is6-55/+68
- continuation header line support (as in 1.3.2nb5) - fixed <> parsing. Still missing is label: adress, address; handling.
2005-06-16Handle continuation lines. Fixes pkg/30534.is4-10/+66
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-01-23bl3ify and allow pkgviews installation.jmmv1-1/+7
2003-10-07Add -oeq option, for sendmail compatibility. Bump pkgrevision to 4.is5-17/+22
2003-09-21Capitalize comment.jmmv1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-07Let mini_sendmail recognize the `-oi' option, as it does for `-i', so itjmmv5-17/+25
can work with send-pr. Bump PKGREVISION to 3.
2003-04-24Move the example mailer.conf file to the examples tree and bump PKGREVISIONjmmv4-10/+15
to 2. Ok'ed by is@.
2003-03-01List us in the IPv6-enabled package list. That top-level target onlyis2-4/+5
greps the package's Makefile, but none that are included.
2003-02-22We know about IPv6.is1-1/+3
2003-02-18Make this link on Solaris.is1-1/+7
2003-02-15Quiet pkglint again.wiz1-2/+1
2003-02-15Add -i option, needed when Mail(1) and mail(1) try to call us.is5-5/+55
2003-02-15Silence pkglint.wiz3-7/+7
2003-02-15mini_sendmail by Jef Poskanzer. Useful to get mail out of a chroot setup,is5-0/+74
or from a diskless client to it's smart mailer.
2003-02-15mini_sendmail by Jef Poskanzer. Useful to get mail out of a chroot setup,is1-0/+20
or from a diskless client to its smart mailer.
2003-02-15mini_sendmail by Jef Poskanzer. Useful to get mail out of a chroot setup,is3-0/+23
or from a diskless client to it's smart mailer.