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 | Internet Proxy Servers Communications Email Mail Transport Agents |
|---|---|
| Licenses | Freeware |
| Operating Systems | Unix |
| Implementation | C |