diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-21 07:26:49 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-21 07:26:49 +0000 |
commit | 44c7fbcbb3b7c13b5be4cf327f496c5f7e93fee2 (patch) | |
tree | 50c8cd4c6b55c353a3f982a5f9f8c8590d1ba5ec /tools/build/options | |
parent | 3e0732cf3e211d62b325cfd4d0dfc2e43c6b249a (diff) | |
parent | d38539d80511f5f603eb076cdc91cbdb5d69e1b4 (diff) | |
download | FreeBSD-src-44c7fbcbb3b7c13b5be4cf327f496c5f7e93fee2.zip FreeBSD-src-44c7fbcbb3b7c13b5be4cf327f496c5f7e93fee2.tar.gz |
Import Dragonfly Mail Agent into base system
It is a small and lightweight Mail Transport Agent.
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, SMTP authentication and NULLCLIENT.
Make dma conditional to new WITHOUT_DMA option and make it respect WITHOUT_MAIL
Reviewed by: peter
Discussed with: emaste, bz, peter
Diffstat (limited to 'tools/build/options')
-rw-r--r-- | tools/build/options/WITHOUT_DMA | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_DMA b/tools/build/options/WITHOUT_DMA new file mode 100644 index 0000000..6e66bd8 --- /dev/null +++ b/tools/build/options/WITHOUT_DMA @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to not build dma Mail Transport Agent |