smtp2mta

Listen for SMTP traffic and send it to an MTA script

https://github.com/singpolyma/sock2stream

Latest on Hackage:0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-OtherLicense licensed and maintained by Stephen Paul Weber

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.