Commit graph

14 commits

Author SHA1 Message Date
yyamano
387d66f9f1 Replace STRIPFLAG with _STRIPFLAG_CC to fix pkg/15467. 2002-05-13 14:43:00 +00:00
zuntum
d7f93903b5 sed -> ${SED} 2002-01-28 17:44:48 +00:00
zuntum
ccf4b58940 Set conf-ucspi-tcp properly. It accidentally became / instead of ${LOCALBASE}
after last modification. Oops.

Users of this package should definitely upgrade.

Bump PKGREVISION.
2002-01-28 17:36:53 +00:00
zuntum
481351f687 Bump PKGREVISION for QMAILDIR update 2002-01-21 18:51:51 +00:00
zuntum
cb23887a8f Update for QMAILDIR stuff 2002-01-21 18:51:30 +00:00
zuntum
23b692bc6f Do not mark packages that depend on qmail as IS_INTERACTIVE,
as it's not really true. (backing out previous)
2002-01-16 07:19:06 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
zuntum
938010d630 Update qmail-conf to 0.60
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-30 10:53:43 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-09-27 23:17:41 +00:00
zuntum
0756f4d877 Set IS_INTERACTIVE, because this package depends on interactive qmail package.
One 'broken depends' package less in bulk builds.
2001-08-19 16:03:06 +00:00
zuntum
3f2f478255 qmail now uses PLIST, so switch from using @unexec rm to normal entries.
Also permit making package as it works now.
2001-08-13 14:18:29 +00:00
zuntum
5951f4af85 Depend on checkpassword-*:../../sysutils/checkpassword 2001-08-13 10:43:20 +00:00
zuntum
31777a037c Oops, COMMENT is internal variable now, not the separate file 2001-08-13 10:13:59 +00:00
zuntum
bd8a779f85 Initial import of qmail-conf-0.55
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.
2001-08-13 10:11:16 +00:00