smtp2mta: Listen for SMTP traffic and send it to an MTA script

[ network, program ] [ Propose Tags ]

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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2
Dependencies base (>=4 && <5), haskell98, network, process [details]
License LicenseRef-OtherLicense
Copyright © 2012 Stephen Paul Weber
Author Stephen Paul Weber <singpolyma@singpolyma.net>
Maintainer Stephen Paul Weber <singpolyma@singpolyma.net>
Category Network
Home page https://github.com/singpolyma/sock2stream
Bug tracker https://github.com/singpolyma/sock2stream/issues
Source repo head: git clone git://github.com/singpolyma/smtp2mta.git
Uploaded by StephenWeber at 2012-04-02T16:50:37Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables smtp2mta
Downloads 1004 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-25 [all 7 reports]

Readme for smtp2mta-0.2

[back to package description]
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.