maildirmake.maildrop

mail delivery agent with filtering abilities (set-GID=mail)

Install

All systems
curl cmd.cat/maildirmake.maildrop.sh
Debian Debian
apt-get install maildrop
Ubuntu
apt-get install maildrop
image/svg+xml Kali Linux
apt-get install maildrop
Fedora
dnf install maildrop
Windows (WSL2)
sudo apt-get update sudo apt-get install maildrop
Raspbian
apt-get install maildrop

maildrop

mail delivery agent with filtering abilities (set-GID=mail)

maildrop is a mail delivery agent (MDA), a program which reads a mail message from standard input and then delivers the message to your mailbox. maildrop can deliver mail both in mbox and maildir storing formats. It can read instructions from a file, directing it how to log deliveries, and how to filter incoming mail, for example to deliver mail to alternate mailboxes, or forward it somewhere else, or pipe it through external programs. It performs all the same functions as procmail, but unlike procmail, maildrop uses a structured filtering language which is a bit easier on the eyes. Other differences from procmail include not skipping syntax errors in filter files (instead deferring the mails for later processing) and being more resource-efficient when processing mails (not loading large messages right into memory). maildrop in this package sets its permission to "rwxr-sr-x" (set-GID) and is owned by "root:mail". maildrop also comes with the following additional programs: * reformail, an e-mail reformatting tool, which can detect duplicate messages, manipulate message headers, split mailboxes into individual messages, and generate autoreply messages * maildirmake, which creates maildirs, and maildir folders * deliverquota, which delivers mail to maildirs while taking account software-imposed quotas * reformime, a utility for reformatting MIME messages * makemime, which creates MIME-formatted messages of arbitrary complexity * lockmail, which creates dot-locks, file locks, and C-Client folder locks * mailbot, a MIME-aware autoresponder utility