Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.
/ libESMTP Public archive
forked from libesmtp/libESMTP-old

Email submission library

License

GPL-2.0, LGPL-2.1 licenses found

Licenses found

GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Notifications You must be signed in to change notification settings

Polynomial-C/libESMTP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libESMTP, version 1.0

What is libESMTP?

LibESMTP is a library to manage posting (or submission of) electronic mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as Exim or Postfix. It may be used as part of a Mail User Agent (MUA) or another program that must be able to post electronic mail but where mail functionality is not the program's primary purpose.

LibESMTP is not intended to be used as part of a program that implements a Mail Transport Agent.

Features

Support for many SMTP extensions, notably PIPELINING (RFC 2920), DSN (RFC 2554) and AUTH (RFC 2554). Also supported is the sendmail specific XUSR extension which informs sendmail that the message is an initial submission.

SASL

AUTH is implemented using a SASL (RFC 2222) client library which is currently integrated into libESMTP. It was felt that the Cyrus SASL library was too complex for the needs of a client only SASL implementation.

If there is sufficient interest in a LGPL SASL library, the SASL client API will be split off into a separate library in the future. There may also be a case for implementing a server side SASL library along the same lines as the client implementation.

Installation

Please refer to INSTALL for generic installation instructions. LibESMTP has a few options when configuring; ./configure --help lists them.

Dependencies

dlsym

libESMTP requires that dlsym() is available on your system. This is true of many modern systems but not all. An alternative is to download and install libltdl which provides a functional equivalent. Libltdl is distributed with GNU Libtool, which is available from http://www.gnu.org/software/libtool/

getaddrinfo

You will need a modern resolver library providing the getaddrinfo API. getaddrinfo is easier to use, protocol independent, thread-safe and RFC 2553 and Posix standard.

An emulation of this is provided for systems that do not have it, however it is reccommended that the version provided in recent versions of GNU libc or BIND is used. Most people will already at least one of these (e.g. virtually every Linux distro). There is also support for the lightweight resolver distributed with BIND 9. BIND may be downloaded from the ISC (http://www.isc.org/).

openssl

OpenSSL (http://www.openssl.org/) is required to build the SMTP STARTTLS extension and the NTLM authentication module. If you have no need for either of these features, you do not need OpenSSL.

Licence

LibESMTP is licensed under the GNU Lesser General Public License and the example programs are under the GNU General Public Licence. Please refer to COPYING.GPL and COPYING for full details.

About

Email submission library

Resources

License

GPL-2.0, LGPL-2.1 licenses found

Licenses found

GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 43.5%
  • Shell 38.1%
  • Makefile 13.9%
  • M4 4.5%