freebsd-dev/contrib/dma
Ed Maste 692b19255c dma: use OpenSSL 1.1 init API
> The SSL_library_init() and OpenSSL_add_ssl_algorithms() functions were
> deprecated in OpenSSL 1.1.0 by OPENSSL_init_ssl().

and

> The ERR_load_crypto_strings(), SSL_load_error_strings(), and
> ERR_free_strings() functions were deprecated in OpenSSL 1.1.0 by
> OPENSSL_init_crypto() and OPENSSL_init_ssl() and should not be used.

Reviewed by:	ngie
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D40065
2023-05-11 19:03:34 -04:00
..
test
aliases_parse.y
aliases_scan.l
auth.conf
base64.c
conf.c dma: import snapshot 2021-07-10 2021-09-22 11:10:58 +02:00
crypto.c dma: use OpenSSL 1.1 init API 2023-05-11 19:03:34 -04:00
dfcompat.c dma: import snapshot 2021-07-10 2021-09-22 11:10:58 +02:00
dfcompat.h
dma-mbox-create.c
dma.8 dma: import snapshot 2021-07-10 2021-09-22 11:10:58 +02:00
dma.c dma: exit if invoked with invalid (zero) argc 2022-01-28 17:49:45 -05:00
dma.conf dma: import snapshot 2021-07-10 2021-09-22 11:10:58 +02:00
dma.h dma: import snapshot 2021-07-10 2021-09-22 11:10:58 +02:00
dns.c dma: import snapshot 2021-07-10 2021-09-22 11:10:58 +02:00
get-version.sh dma: import snapshot 2021-07-10 2021-09-22 11:10:58 +02:00
INSTALL
LICENSE
local.c dma: import snapshot 2021-07-10 2021-09-22 11:10:58 +02:00
mail.c dma: restore addition of newline when missing from input 2022-10-12 11:59:01 -04:00
Makefile dma: import snapshot 2021-07-10 2021-09-22 11:10:58 +02:00
Makefile.etc
net.c dma: update to 2022-01-27 snapshot 2022-01-27 14:35:07 -05:00
README.markdown
spool.c dma: import snapshot 2021-07-10 2021-09-22 11:10:58 +02:00
TODO
util.c dma: import snapshot 2021-07-10 2021-09-22 11:10:58 +02:00
VERSION dma: import snapshot 2021-07-10 2021-09-22 11:10:58 +02:00

dma -- DragonFly Mail Agent

dma is a small Mail Transport Agent (MTA), designed for home and office use. It accepts mails from locally installed Mail User Agents (MUA) and delivers the mails either locally or to a remote destination. Remote delivery includes several features like TLS/SSL support and SMTP authentication.

dma is not intended as a replacement for real, big MTAs like sendmail(8) or postfix(1). Consequently, dma does not listen on port 25 for incoming connections.

Building

In Linux:

make

In BSD:

cd bsd && make

Installation

make install sendmail-link mailq-link install-spool-dirs install-etc

See INSTALL for requirements and configuration options.

Contact

Simon Schubert 2@0x2c.org