Commit graph

2 commits

Author SHA1 Message Date
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
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