# $Id: 7770a817f39770a19f1ff3de99a01b24eaf09b01 $

Needed Third Party Libraries and Software
=========================================

OpenLDAP >= 2.2
OpenSSL >= 0.9.8
ncurses >= 5.5
CDK >= 4.9.9, CDK >= 5.0 on Linux, it seems        [0]
NetBSD make                                        [1]
lorder                                             [2]
Berkeley DB 3.2 (or included version on *BSD)      [3]

Included Third Party Software
=============================

ntldap:  Includes Base64 implementation base64.[ch]
         from http://josefsson.org/base64/
         License: GPL

nsmtp:   Includes Courier-Authlib from vmailmgr-0.97 tarball.
         License: GPL

Notes
====

[0] ntldap binary only, not nsmtp built with ntldap

[1] http://www.crufty.net/help/sjg/bmake.html
    emerge -va sys-devel/bmake on Gentoo

[2] Gentoo and probably other Linux distributions miss the lorder(1) tool,
    thereby causing archives generated to be useless.  (Linkage fails.)

    Just get a lorder binary or shell script from somewhere
    (e.g., Debian package bsdmainutils)
    and you should be set.

    Or, if you're lazy, grab
    http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.bin/lorder/lorder.sh
    rename to lorder, chmod +x and place it somewhere in elementOf($PATH).

[3] nsmtp and drones only
