summaryrefslogtreecommitdiff
path: root/mail/qmail-conf
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-08-13 10:11:16 +0000
committerzuntum <zuntum>2001-08-13 10:11:16 +0000
commitff2e95f7f086d30db85f9ea7ceae0fc49a15064c (patch)
treef7156fa6a6db96fe2b409a4759d44acb7f84f11e /mail/qmail-conf
parent296326e591033df927b200a831af1b778958660a (diff)
downloadpkgsrc-ff2e95f7f086d30db85f9ea7ceae0fc49a15064c.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/Makefile27
-rw-r--r--mail/qmail-conf/distinfo6
-rw-r--r--mail/qmail-conf/pkg/COMMENT1
-rw-r--r--mail/qmail-conf/pkg/DESCR20
-rw-r--r--mail/qmail-conf/pkg/PLIST2
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