Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/singpolyma/smtp2mta
- Owner: singpolyma
- License: isc
- Created: 2012-01-05T16:31:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T13:54:56.000Z (about 10 years ago)
- Last Synced: 2024-10-15T11:34:24.854Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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.