Class to handle mail queue managment.
Wrapper for PEAR::Mail and PEAR::DB (or PEAR::MDB/MDB2).
It can load, save and send saved mails in background
and also backup some mails.
The Mail_Queue class puts mails in a temporary container,
waiting to be fed to the MTA (Mail Transport Agent),
and sends them later (e.g. a certain amount of mails
every few minutes) by crontab or in other way.
qmqtool is a qmail queue manipulation program geared towards the
viewing and safe modification of the contents in a qmail queue.
Features include finding abusers, sorting messages by sender/sender's IP,
showing stats, requeue messages, queue consistency check, queue
backup/restore, and others.
postfix-policyd-spf-perl is an RFC-4408-compliant SPF policy service for
postfix written in Perl.
This is python module for RFC 5451 Authentication-Results Headers
generation and parsing.
It also supports Authentication Results extensions:
RFC 5617 DKIM/ADSP
RFC 6008 DKIM signature identification (header.b)
RFC 6212 Vouch By Reference (VBR)
draft-kucherawy-dmarc-base-00 DMARC
renattach is a fast and efficient e-mail stream filter written by Jem
Berkes. It can rename or delete potentially dangerous attachments or
even eliminate entire messages to help sites deal with resource strains
caused by virus floods. Unlike conventional virus scanners, there are no
specific virus or worm definitions. Instead, attachments are classified
based on file extension and executable encoded body content.
Features
- Fast, efficient, lightweight, little overhead, pure C code
- Recognizes both MIME and uuencoded attachments
- Compliant with RFC2047 and RFC2231, handles encoded filenames
- Capable of reading filenames inside ZIP archives, on the fly
- Can rename or delete attachments, or kill entire messages
- Can detect executables that carry DOS/Windows signature
- Supports list of banned filenames (great for handling floods)
- Simple pipe/stream operation; can be used within many filtering systems
- Can be used directly as a content_filter for Postfix MTA
- Can be installed as a local delivery agent for Sendmail MTA
The PEAR's Mail:: interface, defines the interface for implementing mailers
under the PEAR hierarchy, and provides supporting functions useful in multiple
mailer backends.
Currently supported are native PHP mail() function, sendmail and SMTP.
This package also provides a RFC 822 Email address list validation utility
class.
Provides a class to deal with the decoding and interpreting of mime messages.
This package used to be part of the Mail_Mime package, but has been split off.
This class will parse a raw mime email and return the structure. Returned
structure is similar to that returned by imap_fetchstructure().
Human friendly curses interface for spamdb(8) to manage addresses for the
whitelist/greylist.
Note: This is for OpenBSD's spamd(8), which has absolutely nothing to do with
SpamAssasin's spamd.
It's simple, and "just works" ... What more is there to say?
libESMTP is a library to manage posting (or submission of) electronic
mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as
Exim. It may be used as part of a Mail User Agent (MUA) or another
program that must be able to post electronic mail but where mail
functionality is not the program's primary purpose. libESMTP is not
intended to be used as part of a program that implements a Mail
Transport Agent.
libESMTP is an attempt to provide a robust implementation of the SMTP
protocol for use with mail clients. It is being developed as a reaction
to the experience of incomplete or buggy implementations of SMTP and
also to help remove the need for the installation of MTAs on
workstations which only need them to provide a sendmail command for a
mail client to post its mail.
The trader extension is a free open source stock library based on TA-Lib.
It's dedicated to trading software developers requiring to perform technical
analysis of financial market data. Alongside many indicators like ADX, MACD,
RSI, Stochastic, TRIX the candlestick pattern recognition and several vector
arithmetic and algebraic functions are present.