./mail/qmail-run, Configures qmail to receive and deliver mail

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20240206, Package name: qmail-run-20240206, Maintainer: schmonz

This package creates the config files and NetBSD-style rc.d scripts
needed to run qmail, and provides convenient wrappers for procmail,
spamassassin, and rspamd.

DEINSTALL [+/-]

Required to run:
[pkgtools/pkg_alternatives] [mail/qmail-qfilter] [mail/greetdelay] [mail/qmail] [mail/qmail-rejectutils] [mail/qmail-acceptutils] [mail/greylisting-spp] [mail/qmail-spp-spf]

Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2024-02-07 05:55:47 by Amitai Schleier | Files touched by this commit (2)
Log message:
qmail-run: further wordsmithery.
   2024-02-06 22:28:51 by Amitai Schleier | Files touched by this commit (3)
Log message:
qmail-run: document DKIM steps. Bump version.
   2024-02-05 09:14:08 by Amitai Schleier | Files touched by this commit (2)
Log message:
qmail-run: enable DKIM signing when keys are present. Bump version.
   2021-01-14 16:42:36 by Amitai Schleier | Files touched by this commit (5)
Log message:
Take steps toward running under other UCSPI-TLS server implementations:

- Set CADIR in the environment.

- Prefer a separate keyfile for TLS. If it's not present, attempt to
  generate it by copying out the private key from the certfile.

- Don't provide an affordance for overriding the compiled-in cipherlist.

- Be willing to enable TLS without a DH params file.

While here, invent control/localfilters. If it exists, it's a sequence
of filters for SMTP connections on localhost.

Bump version.
   2020-12-14 12:59:45 by Amitai Schleier | Files touched by this commit (1)
Log message:
Depend on qmail-acceptutils 20201214 for fixsmtpio(8) segfault fix.
Bump version.
   2020-12-11 13:11:43 by Amitai Schleier | Files touched by this commit (2)
Log message:
Depend on qmail-acceptutils 20201211 for authup(8) that fixes AUTH retry
under TLS. Bump version.
   2020-11-02 11:42:02 by Amitai Schleier | Files touched by this commit (1)
Log message:
qmail MESSAGE went away; point to its README.tls where I meant to.
   2020-10-05 14:17:20 by Amitai Schleier | Files touched by this commit (3)
Log message:
If any of our several rcvars aren't YES, that's fine: don't exit
nonzero. Bump version.

While here, document in qmail-qread-client that its rc.conf vars are
shared with the qmailqread service.