#
7b68d8ae |
| 02-Sep-2008 |
Matthias Schmidt <matthias@dragonflybsd.org> |
Add CRAM-MD5 authentication support for the DragonFly Mail Agent. This is the first piece of Max's work for the Google Summer of Code 2008. All other new features will follow after evaluation/review
Add CRAM-MD5 authentication support for the DragonFly Mail Agent. This is the first piece of Max's work for the Google Summer of Code 2008. All other new features will follow after evaluation/review :)
Besides the CRAM code there is new code within base64.c (BSD licensed and from the University of Stockholm) and within crypto.c derived from RFC 2104.
Note: This code is tested and works. If you find a bug, please report back to the bugs@ list.
Thanks a lot for the good work Max.
Submitted-by: Max Lindner <gisanka@googlemail.com> Sponsored-by: Google Summer of Code 2008
show more ...
|
#
f67beddd |
| 02-Feb-2008 |
Matthias Schmidt <matthias@dragonflybsd.org> |
Add the DragonFly Mail Agent dma(8) to the base.
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 deli
Add the DragonFly Mail Agent dma(8) to the base.
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 authen- tication (AUTH LOGIN only).
dma is not intended as a replacement for real, big MTAs like sendmail(8) or postfix(8). Consequently, dma does not listen on port 25 for incoming connections.
Current list of features: - Local mail delivery with alias-support - Remote mail delivery either direct or via a smarthost - TLS/SSL and STARTTLS support for encrypted connections - virtualusers (address rewriting) support - SMTP authentication (currently only plain SMTP login) - Sendmail compatible command line options - IPv6 support
Code-collaboration-with: codecode@ Man-page-collaboration-with: swildner@ Approved-by: dillon@
show more ...
|