summaryrefslogtreecommitdiff
path: root/mail/qmail-conf
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2010-03-15DESTDIR support.schmonz3-3/+42
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-2/+2
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-01-08djbdns's error.h needs the DJB cure as well.joerg1-1/+3
2005-08-19Whitespace.schmonz1-2/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-09Standardize handling of additional distfiles (such as externallyschmonz1-4/+4
supplied manual pages) across djbware.
2005-03-23Take advantage of mk/djbware.mk.schmonz1-9/+4
2005-03-13In packages with djb-style compile scripts, properly enquote ${CC}schmonz1-3/+3
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as well as being more generally correct for arbitrary user-defined CFLAGS. Suggested by jlam. For consistency across djbware in pkgsrc: * In math/djbfft's and sysutils/daemontools's do-configure targets, remove leading @ from ${ECHO} lines; from the former, also remove unneeded single quotes from one such line. * Rename net/publicfile's pre-build and sysutils/service-config's post-patch targets to do-configure. * In sysutils/checkpassword's do-configure target, reorder creation of conf-cc, conf-ld, and conf-home. All of the affected packages have been verified to compile. XXX These packages probably have enough build goo in common to XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-02-24Add RMD160 digests.agc1-1/+3
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-08-22Replace dependencies on "qmail or netqmail" with dependencies on qmail.schmonz1-2/+2
2004-08-22More consistent whitespace.schmonz1-18/+18
2004-07-21Now that we install into the normal ${LOCALBASE}, remove localschmonz2-21/+18
definitions of LOCALBASE and NO_MTREE. This requires either the latest qmail package or netqmail. Add needed dependencies on daemontools and ucspi-tcp also. Rename post-patch to do-configure. Set ALL_TARGET explicitly. Set USE_BUILDLINK3=yes. Update HOMEPAGE. Take MAINTAINER. Bump PKGREVISION.
2004-04-09Insert blank line between commands and text. Make the point aboutschmonz1-9/+8
POP3 and QMQP more concisely. Pipe paragraphs through fmt(1).
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2002-05-13Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467.yyamano1-2/+2
2002-01-28sed -> ${SED}zuntum1-2/+2
2002-01-28Set conf-ucspi-tcp properly. It accidentally became / instead of ${LOCALBASE}zuntum1-3/+5
after last modification. Oops. Users of this package should definitely upgrade. Bump PKGREVISION.
2002-01-21Bump PKGREVISION for QMAILDIR updatezuntum1-1/+2
2002-01-21Update for QMAILDIR stuffzuntum2-8/+16
2002-01-16Do not mark packages that depend on qmail as IS_INTERACTIVE,zuntum1-5/+1
as it's not really true. (backing out previous)
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-30Update qmail-conf to 0.60zuntum3-7/+7
The only change in this version is: o rename qmail-conf to qmail-delivery-conf, so now it's clear what it actually does Update provided by Sen Nagata <sen_ml@eccosys.com> in private mail.
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-19Set IS_INTERACTIVE, because this package depends on interactive qmail package.zuntum1-1/+5
One 'broken depends' package less in bulk builds.
2001-08-13qmail now uses PLIST, so switch from using @unexec rm to normal entries.zuntum2-5/+7
Also permit making package as it works now.
2001-08-13Depend on checkpassword-*:../../sysutils/checkpasswordzuntum1-1/+2
2001-08-13Oops, COMMENT is internal variable now, not the separate filezuntum2-2/+2
2001-08-13Initial import of qmail-conf-0.55zuntum5-0/+56
qmail-conf is a collection of tools for setting up various qmail services. They are like *-conf programs in djbdns. With qmail-conf, for example, setting up a minimal SMTP service takes the following four steps: qmail-smtpd-conf qmaild qmaill /var/qmail/service/smtpd cd /var/qmail/service/smtpd make ln -s /var/qmail/service/smtpd /service qmail-conf assumes that (recent versions of) daemontools and ucspi-tcp have already been installed. It also assumes that svscan is already running. qmail-conf tries to provide reasonable defaults: it avoids DNS reverse lookups; it avoids IDENT lookups; it lets TCP connection attempts be logged with multilog; and for POP3 and QMQP, connection attempts are denied unless you explicitly authorize and for POP3 and QMQP, connection attempts are denied unless you explicitly authorize and for POP3 and QMQP, connection attempts are denied unless you explicitly authorize and for POP3 and QMQP, connection attempts are denied unless you explicitly authorize your clients.