diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-08-13 10:11:16 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-08-13 10:11:16 +0000 |
commit | bd8a779f85974bafa559d61f6059f055230ea88b (patch) | |
tree | f7156fa6a6db96fe2b409a4759d44acb7f84f11e /mail/qmail-conf | |
parent | b2d8be281c603ad6ea13bca97a583985d5202b81 (diff) | |
download | pkgsrc-bd8a779f85974bafa559d61f6059f055230ea88b.tar.gz |
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.
Diffstat (limited to 'mail/qmail-conf')
-rw-r--r-- | mail/qmail-conf/Makefile | 27 | ||||
-rw-r--r-- | mail/qmail-conf/distinfo | 6 | ||||
-rw-r--r-- | mail/qmail-conf/pkg/COMMENT | 1 | ||||
-rw-r--r-- | mail/qmail-conf/pkg/DESCR | 20 | ||||
-rw-r--r-- | mail/qmail-conf/pkg/PLIST | 2 |
5 files changed, 56 insertions, 0 deletions
diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile new file mode 100644 index 00000000000..31b4712d452 --- /dev/null +++ b/mail/qmail-conf/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/13 10:11:16 zuntum Exp $ +# + +DISTNAME= qmail-conf-0.55 +CATEGORIES= mail +MASTER_SITES= http://www.din.or.jp/~ushijima/qmail-conf/ \ + http://cr.yp.to/djbdns/ \ + ftp://cr.yp.to/djbdns/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} djbdns-1.05${EXTRACT_SUFX} + +MAINTAINER= zuntum@netbsd.org +HOMEPAGE= http://www.din.or.jp/~ushijima/qmail-conf/ + +DEPENDS+= qmail>=1.03:../../mail/qmail + +NO_PACKAGE= YES + +ALL_TARGET= # +INSTALL_TARGET= setup check + +post-patch: + ${ECHO} ${LOCALBASE} > ${WRKSRC}/conf-ucspi-tcp + +pre-build: + cd ${WRKSRC} && ${MAKE} -f Makefile.ini djbdns="../djbdns-1.05" + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/qmail-conf/distinfo b/mail/qmail-conf/distinfo new file mode 100644 index 00000000000..e119c947a91 --- /dev/null +++ b/mail/qmail-conf/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/08/13 10:11:16 zuntum Exp $ + +SHA1 (qmail-conf-0.55.tar.gz) = 8de17493d9407356f16131cae5850ae1a2b13b07 +Size (qmail-conf-0.55.tar.gz) = 6374 bytes +SHA1 (djbdns-1.05.tar.gz) = 2efdb3a039d0c548f40936aa9cb30829e0ce8c3d +Size (djbdns-1.05.tar.gz) = 85648 bytes diff --git a/mail/qmail-conf/pkg/COMMENT b/mail/qmail-conf/pkg/COMMENT new file mode 100644 index 00000000000..6ed4c27c260 --- /dev/null +++ b/mail/qmail-conf/pkg/COMMENT @@ -0,0 +1 @@ +qmail-conf is a collection of tools for setting up qmail services diff --git a/mail/qmail-conf/pkg/DESCR b/mail/qmail-conf/pkg/DESCR new file mode 100644 index 00000000000..97bee18e126 --- /dev/null +++ b/mail/qmail-conf/pkg/DESCR @@ -0,0 +1,20 @@ +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. diff --git a/mail/qmail-conf/pkg/PLIST b/mail/qmail-conf/pkg/PLIST new file mode 100644 index 00000000000..6e3022513da --- /dev/null +++ b/mail/qmail-conf/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/13 10:11:16 zuntum Exp $ +@unexec cd /var/qmail/bin && rm -f qmail-conf qmail-pop3d-conf qmail-qmqpd-conf qmail-qmtpd-conf qmail-smtpd-conf |