File: control

package info (click to toggle)
extsmail 2.4-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 380 kB
  • sloc: ansic: 1,475; yacc: 326; lex: 283; makefile: 55
file content (23 lines) | stat: -rw-r--r-- 892 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: extsmail
Section: mail
Priority: optional
Maintainer: Olivier Girondel <olivier@biniou.info>
Build-Depends: debhelper-compat (= 12), bison, flex
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Browser: https://github.com/ltratt/extsmail
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.