1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: extsmail
Section: mail
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), bison, flex, libbsd-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/extsmail
Vcs-Git: https://salsa.debian.org/debian/extsmail.git
Homepage: https://tratt.net/laurie/src/extsmail/
Package: extsmail
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: enables the robust sending of e-mail to external commands
extsmail masquerades as the standard UNIX sendmail program, reading
messages, and later piping them to user-defined commands.
.
In a sense, extsmail can be thought of as a very simple "tiny" sendmail
(Think SSMTP, UUCP, ...)
.
A typical use is to allow e-mail to be piped via ssh to external servers
running a full sendmail-compatible MTA. extsmail is designed to have
sensible defaults, and configuring it is a one-off, quick job.
|