--
The qtools package comprises several utilities for use with qmail,
typically as part of .qmail command processing.
The provided utilities can do things like:
* Parse 822-formatted email messages
* Perform address matching
* Conditionally deliver mail to a maildir
* Filter, forward, and autoreply to email messages
Submitted by Brian J. Kifiak <bk@rt.fm>
- Split into subpackages: courier-pop3 and courier-imap
- pop3 FLAVOR no longer needed, so removed
- Disable ipv6, since if it detects ipv6, it will bind only to the ipv6
socket and expect that to also accept ipv4 connections. Author notified
a "monster" (not really) all FLAVORs exim build. The no_ssl FLAVOR
is not normally used and I have left it out for use in special
circumstances.
ok espie@
--
KBiff is a "biff" or new mail notification utility. It is highly
configurable but very easy to use and setup. It tries to combine
the best of the features of most of the "other" biff programs out
there.
KBiff supports all major mailbox formats: mbox (Berkely style),
maildir, mh, POP3, IMAP4, and NNTP.
KBiff is also part of the KDE project. Among other things, this
means that it has support for session management (it "remembers"
the last state it was in before you logged off) and can be docked
into the panel.
checked by wilfried@ (thanks!).
--
Postfix Release 20010228 Patchlevel 01 includes patches that were
sent to the list in the last month, some portability enhancements,
and updated documentation.
- The flush daemon complained when Postfix was deferring mail
for user@[ip.address], and aborted with a panic when deferring
mail to user@a.domain.name (one-letter subdomain name).
- The LMTP connection caching did not work for destinations that
start with inet: or unix:.
- The cleanup server stalled when mail exceeded the queue file
size limit by a small amount. The sender was not informed of
the file size problem and kept sending the mail repeatedly.
- Mail address headers with newline inside (comment) caused
Postfix to emit a backslash before the end of line.