Projects / BackupMX/Store&Forward

BackupMX/Store&Forward

BackupMX consists of two programs, 'Store' and 'Forward'. Store accepts SMTP connections, takes all mail given to it, and stores it in a file. Forward takes that file and forwards it over SMTP to a fixed destination. This is code for integrating into your own projects rather than using as is. It is suitable for creating a disaster-recovery mail handler, but would also make a good basis for a spam filter, a tarpit, a honeypot, or a greylist filter. It is written in simple C, and has no external dependencies such as libsmtp.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

No changes have been submitted for this release.

RSS Recent comments

16 Feb 2012 10:50 aamoruso

store.c works on stdin/stdout, tcp listening should be done externally

Screenshot

Project Spotlight

SMI

A solution to manage services and technical support.

Screenshot

Project Spotlight

php-tick

A simple active record implementation.