Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corecode/dma
The DragonFly Mail Agent, a small Mail Transport Agent (MTA), designed for home and office use.
https://github.com/corecode/dma
Last synced: about 2 months ago
JSON representation
The DragonFly Mail Agent, a small Mail Transport Agent (MTA), designed for home and office use.
- Host: GitHub
- URL: https://github.com/corecode/dma
- Owner: corecode
- License: other
- Created: 2011-11-15T23:21:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T19:46:52.000Z (about 1 year ago)
- Last Synced: 2024-01-25T08:16:08.389Z (12 months ago)
- Language: C
- Homepage:
- Size: 621 KB
- Stars: 216
- Watchers: 12
- Forks: 48
- Open Issues: 38
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-email - DragonFly - A small MTA for home and office use - `Linux`, `UNIX`, `BSD`, `C` (Sending / SMTP Server)
README
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.Install by a package manager
----------------------------* FreeBSD `pkg install dma`
* Ubuntu `sudo apt install dma`
* Arch `yaourt -S dma`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 <[email protected]>
See Also
--------* [man dma](https://man.freebsd.org/cgi/man.cgi?query=dma)
* [dma on Arch Wiki](https://wiki.archlinux.org/title/Dma)
* [Awesome Selfhosted: MTAs](https://github.com/awesome-selfhosted/awesome-selfhosted#communication---email---mail-transfer-agents) - Other open source MTAs