History log of /dflybsd-src/libexec/dma/base64.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 1765f996 31-Dec-2017 zrj <rimvydas.jasinskas@gmail.com>

world: Avoid extended ASCII.

Use UTF-8 where needed, use plain ASCII where possible.

No functional change.


# fb2884b3 20-Jul-2009 Simon Schubert <corecode@dragonflybsd.org>

dma: drop CVS ids


# bc7baf1d 30-Sep-2008 Sascha Wildner <swildner@dragonflybsd.org>

Silence warnings.


# 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 ...