diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-02-24 23:52:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-24 23:52:01 +0700 |
commit | a8a54eb166c2cf2a71e66fbafde625623f3f2bf7 (patch) | |
tree | 04c0bfb0767d86b28a1c82d3157412179382554c /network/emailrelay/README | |
parent | f6010a25674d9f56e32b89f976af64432da404b9 (diff) |
network/emailrelay: Added (SMTP proxy and store-and-forward MTA).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/emailrelay/README')
-rw-r--r-- | network/emailrelay/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/emailrelay/README b/network/emailrelay/README new file mode 100644 index 0000000000000..47e94fa533a60 --- /dev/null +++ b/network/emailrelay/README @@ -0,0 +1,6 @@ +E-MailRelay is a simple SMTP proxy and store-and-forward message transfer agent +(MTA). When running as a proxy all e-mail messages can be passed through a +user-defined program, such as a spam filter, which can drop, re-address or edit +messages as they pass through. When running as a store-and-forward MTA incoming +messages are stored in a local spool directory, and then forwarded to the next +SMTP server on request. |