package-stuff/maddy/control

18 lines
742 B
Plaintext

Source: maddy
Build-Depends: golang
Package: maddy
Maintainer: Jeff Carr <jcarr@wit.com>
Architecture: amd64
Depends:
Description: A modern mail server written in GO
Maddy Mail Server implements all functionality required to run a e-mail server.
It can send messages via SMTP (works as MTA), accept messages via SMTP (works as MX)
and store messages while providing access to them via IMAP. In addition to
that it implements auxiliary protocols that are mandatory to keep email reasonably
secure (DKIM, SPF, DMARC, DANE, MTA-STS).
.
It replaces Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC and more
with one daemon with uniform configuration and minimal maintenance cost.
.
Instructions: https://maddy.email/tutorials/setting-up/