freebsd-ports/mail/dma/pkg-descr
Eitan Adler e5271c4991 Update dma to 0.7
Also build and install the dma-mbox-create tool, which sets permissions and uid/gid on /var/mail files as needed by dma.

Changes:
	Adds maasquerading support

PR:		ports/165697
Submitted by:	bz
2012-03-04 23:01:08 +00:00

17 lines
758 B
Plaintext

The DragonFly Mail Agent is a small Mail Transport Agent (MTA),
designed for home and office use. It accepts e-mail messages
from locally installed Mail User Agents (MUA) and delivers the
messages either locally or to a remote destination. Remote
delivery includes several features like TLS/SSL support and
SMTP authentication, but not MX record lookups. Therefore,
dma is currently not suitable for direct remote delivery.
However, it works very well for handling local mail plus
secure mail submission to a remote smarthost (e.g. for
travelling mobile computers).
Since dma is not intended as a replacement for real, big MTAs
like sendmail(8) or postfix(1), it does not listen on port 25
for incoming connections.
WWW: https://github.com/corecode/dma