@hackage postmaster0.3.3
Postmaster ESMTP Server
Categories
License
LicenseRef-GPL
Maintainer
Peter Simons <simons@cryp.to>
Links
Versions
Installation
Tested Compilers
Dependencies (0)
- base >=3 && <5
- bytestring
- containers
- directory
- hopenssl >=2.2
- hsdns >=1 Show all…
Dependents (1)
@hackage/acme-everything
Postmaster implements an ESMTP server. Given a configuration, it starts up and listens for incoming SMTP connections, handles them, and pipes the accepted e-mail messages into an arbitrary local mailer of your choice. A good local mailer is Procmail. Beyond that, you can configure and modify every little step of the SMTP transaction. All the real work is done through call-back functions.