summaryrefslogtreecommitdiff
path: root/mail/qmail
AgeCommit message (Collapse)AuthorFilesLines
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant1-2/+2
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam1-6/+1
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam1-3/+1
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
2002-07-28Sort PLIST.schmonz1-112/+112
2002-07-28Add rc.d script to control qmail, provided by Lubomir Sedlacikschmonz5-9/+66
<salo@Xtrmntr.org> in pkg/15326. Add example mailer.conf. Bump PKGREVISION. Clarify binary package situation: We don't allow binary packages to be created because they don't currently work. Additionally, if someone were to make them work, we'd be unable to distribute them because we apply a few patches to the qmail source. Thanks to zuntum and jlam for discussion and assistance.
2002-07-22MKDIR -> INSTALL_DATA_DIRwiz1-2/+2
From the [pkgviews] branch.
2002-05-03Store patches locally instead of fetching them from PATCH_SITES - fixeszuntum5-18/+128
problem with qmailqueue patch unexpectedly differing over time
2002-04-05Create conf-ld to make it build on Darwin.yyamano1-1/+2
2002-01-28Switch second patch site from qmail.obeer.com to www.qmail.org as the latterzuntum1-2/+2
works better
2002-01-28Use += instead of = in second PATCH_SITEzuntum1-2/+2
2002-01-28Apply QMAILQUEUE patch:zuntum2-4/+11
Bruce Guenter has written a patch which causes any program that would run qmail-queue to look for an environment variable QMAILQUEUE. If it is present, it is used in place of the string "bin/qmail-queue" when running qmail-queue. This could be used, for example, to add a program into the qmail-smtpd->qmail-queue pipeline that could do filtering, rewrite broken headers, etc. This does not break anything, and is required by some programs, for instance qmail-scanner. Bump PKGREVISION - we are at qmail-1.03nb2 now.
2002-01-28Remove IS_INTERACTIVE setting as this package should now build just fine in ↵zuntum1-2/+1
BATCH builds!
2002-01-28Alter DEINSTALL comment:zuntum1-2/+2
${ECHO} You may want to remove qmail-users package now, as it is no longer needed. -> ${ECHO} You may remove qmail-users package now, as it is no longer needed.
2002-01-21Major rewrite of qmail package.zuntum2-201/+199
By default (the one set in bsd.pkg.defaults.mk) qmail installs into /var/qmail. This can be changed by setting QMAILDIR in /etc/mk.conf to another directory, for example /usr/qmail. If you want to user non-standard path of installation, make sure to set it in /etc/mk.conf *before* attempting to install any of qmail packages, and do not change it in the mean time (if you install qmail with QMAILDIR set to /var/qmail, change it to another dir and try to install qmail-conf, you will lose). Slave packages will soon be updated to use this feature.
2002-01-21Handle ${QMAILDIR} properly in MESSAGE file; first part of pkg/15308zuntum2-4/+6
by Lubomir Sedlacik <salo@Xtrmntr.org>
2001-11-26o switched to bsd.pkg.install.mk logic -- now it depends on qmail-users packagezuntum5-133/+18
2001-11-25Add MESSAGE file that reminds to alter either /etc/man.conf or MANPATHzuntum1-0/+8
environment variable. PR pkg/14715 by Sen Nagata <sen@eccosys.com>
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-13Create symlink from /var/qmail to ${PREFIX}/qmail, so we can list files in ↵zuntum2-4/+195
PLIST. Yes, it isn't very clear idea, but better than empty PLIST and a bunch of @unexec rm -rf's in it.
2001-08-13When cleaning up ${QMAILDIR}/bin, remove only binaries that belong to qmail ↵zuntum1-2/+3
package, as support packages may install files there. In preparation for qmail-conf pkg.
2001-08-13Initial import of qmail-1.03 -- SECURE, reliable, efficient, simple, and ↵zuntum7-0/+204
FAST MTA for UNIX systems qmail checks for qmail users' existance at compile time, so this package must be built as root (it tries to add necessary users and groups), thus NO_PACKAGE and IS_INTERACTIVE are set. PLIST file is left empty intentionally, because qmail installs itself to /var/qmail, outside ${PREFIX}. The qmail program is a secure, reliable, efficient simple message transfer agent. It is meant to be a replacement for the entire sendmail-binmail system that most UNIX hosts use. Although qmail holds security and reliability as its top two priorities, it is also fast. On a Pentium under BSD/OS, qmail can easily handle 200000 separate messages per day that are injected and must then be delivered to local mailboxes! Security and reliability are qmail's two strengths, however. The qmail package ensures a message, once accepted, will never be lost. An optional new mailbox format, maildir, even lets users safely read their mail over NFS, while still accepting new mail deliveries. The following features are supported: host and user masquerading, full host hiding, virtual domains, null clients, list-owner rewriting, relay control, double-bounce recording, arbitrary RFC 822 address lists, cross-host mailing-list loop detection, per-recipient checkpointing, downed host backoffs, independent message retry schedules, a drop-in sendmail replacement, and more! The package is still being worked on.