summaryrefslogtreecommitdiff
path: root/mail/ezmlm
AgeCommit message (Collapse)AuthorFilesLines
2004-08-22Replace dependencies on "qmail or netqmail" with dependencies on qmail.schmonz1-2/+2
2004-07-21Let the qmail dependency be satisfied by netqmail, if present. Take MAINTAINER.schmonz2-4/+4
2004-07-20Enable pkgviews installation, and reformat a whole bunch.schmonz1-11/+15
2004-07-19Set RESTRICTED directly in this package, rather than in Makefile.common,schmonz2-7/+11
and clarify: we cannot redistribute binary packages because we change the paths of conf-bin and conf-man from the default "/usr/local" and don't provide compatibility symlinks. Set USE_BUILDLINK3=yes. Add "install" to ALL_TARGET in Makefile.common so that the installer is compiled at the end of the build phase, rather than at the beginning of the install phase.
2004-07-16This package defines its own log() that disagrees with gcc's builtin.schmonz1-1/+7
Add -fno-builtin-log to CFLAGS if compiling with gcc.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-07-23Make some bits sharable with, say, an ezmlm-idx package.schmonz3-38/+50
2002-04-25Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-01-21Let this package know where the qmail is by puttingzuntum1-1/+2
${QMAILDIR} into ${WRKSRC}/conf-qmail
2002-01-16Do not mark packages that depend on qmail as IS_INTERACTIVE,zuntum1-3/+1
as it's not really true. (backing out previous)
2002-01-15Set IS_INTERACTIVE in packages that depend on qmail;zuntum1-1/+3
fixes "broken depends" in bulk builds
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-16Initial import of ezmlm-0.53zuntum4-0/+85
ezmlm is an easy-to-use, high-speed mailing list manager for qmail. ezmlm lets users set up their own mailing lists within qmail's address hierarchy. A user, Joe, types ezmlm-make ~/SOS ~/.qmail-sos joe-sos isp.net and instantly has a functioning mailing list, joe-sos@isp.net, with all relevant information stored in a new ~/SOS directory. ezmlm takes advantage of qmail's VERPs to reliably determine the recipient address and message number for every incoming bounce message. ezmlm is reliable, even in the face of system crashes. It writes each new subscription and each new message safely to disk before it reports success to qmail. ezmlm doesn't mind huge mailing lists. Lists don't even have to fit into memory. ezmlm hashes the subscription list into a set of independent files so that it can handle subscription requests quickly. ezmlm uses qmail for blazingly fast parallel SMTP deliveries. Package provided by Sen Nagata <sen@eccosys.com> in pkg/13890