Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singpolyma/smtp2mta

Listen for SMTP traffic and send it to an MTA script
https://github.com/singpolyma/smtp2mta

Last synced: about 1 month ago
JSON representation

Listen for SMTP traffic and send it to an MTA script

Awesome Lists containing this project

README

        

This is a simple SMTP server that forwards all mail to a
sendmail-compatible script.

The primary intended use is to allow broken MUAs that expect to always
send over SMTP to send with a standard MTA script. (This allows one
to authenticate with a mailserver using SSH keys, for example.)

smtp2mta can be run as a standalone server, or can serve connections
from behind inetd.