libESMTP-1.0.6

Introduction to libESMTP

The libESMTP package contains the libESMTP libraries which are used by some programs to manage email submission to a mail transport layer.

This package is known to build and work properly using an LFS-8.4 platform.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libesmtp

Installation of libESMTP

Fix a build issue with OpenSSL-1.1.0:

sed 's@SSL_library_init@SSL_new@g' -i configure.ac &&
autoreconf -fi

Install libESMTP by running the following commands:

./configure --prefix=/usr &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Program: libesmtp-config
Installed Libraries: libesmtp.{so,a} and libESMTP SASL plugins
Installed Directory: /usr/lib/esmtp-plugins

Short Descriptions

libesmtp-config

displays version information and the options used to compile libESMTP.

libesmtp.{so,a}

is used to manage submission of electronic mail to a Mail Transport Agent.

libesmtp SASL plugins

are used to integrate libesmtp with SASL authentication.

Last updated on 2019-02-16 19:14:14 -0800