Download List

Project Description

fdm (fetch and deliver mail) is a simple, lightweight replacement for mail fetching, filtering, and delivery programs such as fetchmail and procmail. It can fetch using POP3, POP3S, IMAP, IMAPS, or stdin, and deliver to a pipe, file, maildir, mbox, or SMTP server, based on a set of regexps. It can be used for both single user and multiuser setups, and is designed with privilege separation when running as root.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-12-04 16:12
0.6

A number of new match criteria were added, such as
age, size, and the output or return code from a
command. Memory consumption was reduced by using
mmap'd files in /tmp. Nested rules, support for
using regexp subexpressions to specify
matches/actions, and mail tagging were added. The
rewrite action now works, regardless of user. A
number of bugs were fixed.
Tags: Major feature enhancements

2006-10-31 22:51
0.5

A couple of bugs have been fixed, including one that made mboxes unusable by some parsers. Macros may now be defined and used in the config file, and there is an option to specify the lock file.
Tags: Minor feature enhancements

2006-10-05 16:13
0.4

Three or four bugs were fixed, mostly in the proxy
code. fnmatch wildcards can now be used in the
domain setting. A lock file is used to prevent
multiple instances from running simultaneously. An
"include" statement was added in the
configuration.
Tags: Minor feature enhancements

2006-09-11 17:16
0.3

This version has a number of changes from 0.1,
including IMAP fetching and the ability to use an
HTTP or SOCKS5 proxy, a "rewrite" action to modify
mail when running as non-root, a "not" operator to
invert regexp matches, some file permission
checks, and a couple of bugfixes and some code
tidying.
Tags: Major feature enhancements

2006-08-25 17:45
0.1

Tags: Initial freshmeat announcement

Project Resources