dotlock

Highly configurable, MTA-independent SMTP filter server

Install

All systems
curl cmd.cat/dotlock.sh
Debian Debian
apt-get install mailavenger
Ubuntu
apt-get install mailavenger
Arch Arch Linux
pacman -S mailutils
image/svg+xml Kali Linux
apt-get install mailavenger
Windows (WSL2)
sudo apt-get update sudo apt-get install mailavenger
OS X
brew install mailutils
Raspbian
apt-get install mailavenger

mailavenger

Highly configurable, MTA-independent SMTP filter server

Mail Avenger is a highly configurable, MTA-independent Spam filtering solution at SMTP'ing time. The criteria Mail Avenger uses to handle filtering is based on a "how is it being send?" fashion, instead of the classical "what are you sending?" model, in which the body or mail itself is analysed looking for SPAM patterns, keywords, bad words or applying Bayesian filters, like SpamAssassin, DSPAM or SpamBayes does. A distinguishing feature of Mail Avenger is that it allows you to reject spam during SMTP time, before even spooling messages in your local mail queue. This carries interesting features like identifying most clients OS (using TCP SYN fingerprints), acquiring client's network information, embed cryptographically secure expiration times in temporary mail addresses to validate mail before receiving the message body, between others. This is a partial list of features: * Mail-bomb protection * TCP filtering * Network-level traffic analysis * SMTP-level traffic analysis * SMTP callbacks * Per-user and per-user-extension mail scripts * Per-user mail relay checks * Virtual domain mapping * Alias to user mapping * RBL support * SPF * SPF language queries * Asynchronous DNS queries * "Bodytest" support * SMTP STARTTLS support

mailutils

GNU mailutils utilities for handling mail

GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. This package contains the GNU mailutils versions of dotlock, frm, from, maidag, mail, messages, mimeview, movemail, readmsg and sieve. They are capable of speaking POP3, IMAP, mbox, MH and Maildir. dotlock -- lock mail spool files. frm -- display From: lines. from -- display from and subject. maidag -- the mail delivery agent. mail -- the standard /bin/mail interface, mail sender and reader. messages -- count the number of messages in a mailbox. mimeview -- display files, using mailcap mechanism. movemail -- move messages across mailboxes. readmsg -- extract selected messages from a mailbox. sieve -- a mail filtering tool.