diff options
author | Grigorios Bouzakis <grbzks@gmail.com> | 2010-05-11 22:25:17 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:25:17 +0200 |
commit | 98112323e647c884f840c53e83abf9f9dcabb320 (patch) | |
tree | f84710bd2e4443dc05e2401142718295875065e1 /network/fdm/README | |
parent | 8876733ea6f004244472cff76bd964dc8cc5aedf (diff) |
network/fdm: Updated for version 1.5
Diffstat (limited to 'network/fdm/README')
-rw-r--r-- | network/fdm/README | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/network/fdm/README b/network/fdm/README index b0fc48f4def8..ee90ca66d3a5 100644 --- a/network/fdm/README +++ b/network/fdm/README @@ -1,11 +1,14 @@ fdm is a program to fetch mail and deliver it in various ways depending on a -user-supplied ruleset. Mail may be fetched from stdin, IMAP or POP3 servers, or -from local maildirs, and filtered based on whether it matches a regexp, its -size or age, or the output of a shell command. It can be rewritten by an -external process, dropped, left on the server or delivered into maildirs, +user-supplied ruleset. Mail may be fetched from stdin, IMAP or POP3 servers, +or from local maildirs, and filtered based on whether it matches a regexp, +its size or age, or the output of a shell command. It can be rewritten by +an external process, dropped, left on the server or delivered into maildirs, mboxes, to a file or pipe, or any combination. fdm is designed to be lightweight but powerful, with a compact but clear configuration syntax. It is primarily designed for single-user uses but may -also be configured to deliver mail in a multi-user setup. In this case, it uses -privilege separation to minimise the amount of code running as the root user. +also be configured to deliver mail in a multi-user setup. In this case, +it uses privilege separation to minimise the amount of code running as +the root user. + +NOTE: fdm requires tdb which is also available on SlackBuilds.org. |