| Projects on Google Code | Results 1 - 6 of 6 |
SMTPseudo
SMTPseudo functions as a mail forwarding server.
user can easily write mail flow chain in XML.
Flow rules can be based on the following aspects of messages
1.title contains a rule matching string.
2.contains given string at some position in body part of messages.
3.from address ...
Mireka is an SMTP proxy. It can help to prevent or diagnose mail problems, like outgoing backscatter spam.
Features:
* easy installation on Windows, Linux, etc.
* detailed logging
* basic mail traffic statistics
* filtering by DNSBL
* filtering by SPF
* accepting mail only for local...
SubEtha SMTP is a Java library which allows your application to receive SMTP mail with a simple, easy-to-understand API.
This component can be used in almost any kind of email processing application. Hypothetical (and not-so hypothetical) uses include:
* A mailing list manager (see SubEt...
SubEtha is a modern, sophisticated mailing list manager.
* Easy installation on Windows and Unix platforms (see the InstallGuide)
* A user-friendly web interface for all configuration management
* Virtual domains (ie list@foo.com and list@bar.com are separate lists)
* Searchable, threaded ...
Baton is a simple proxy which accepts SMTP connections and routes them to one or more backend SMTP servers based on the envelope sender or recipients. The conversation is proxied in realtime without storing the mail content.
This is an implementation of a java based spam engine around [http://subethasmtp.tigris.org SubEtha SMTP].
The basis of the code is going to be a heavily modified version of [http://subetha.tigris.org SubEtha Mail]. It will essentially be stripped of the mailing list code. I plan on using the acc...