summaryrefslogtreecommitdiff
path: root/smtp.c
AgeCommit message (Collapse)Author
2017-11-21Produce more useful "Invalid peer certificate" error messagesHEADmasterLuke Shumaker
2008-09-17Option to disable Message-ID header (Phil Sutter).José Fonseca
2008-07-10Fix NTLM authentication (Nils Rennebarth).José Fonseca
2007-01-27Use a reasonable default for the reverse path when one is not specified, ↵José Fonseca
instead of an empty one.
2005-02-15Allow to set helo-name. Allow to send out local mail as remote mail by adding aJosé Fonseca
qualifying domain name. Allow forcing envelope-from and Sender headers. Drop possible admin-added sgid priveleges to be dropped after reading the config. (Bernhard Link)
2004-06-29Disable SMTP AUTH if no username is given.José Fonseca
2004-01-13Add a 'postconnect' keyword to execute a command after closing a SMTP ↵José Fonseca
connection.
2003-11-07Don't call smtp_starttls_set_password_cb() unless StartTLS is enabled ↵José Fonseca
(Maurice Galland).
2003-11-03Detailed documentation on how to use the StartTLS extension.José Fonseca
Handle StarTLS events. Fixed some compiler warnings.
2003-10-17New 'preconnect' keyword to execute a command prior to opening an SMTPJosé Fonseca
connection (Daniel Richard G.).
2003-10-17Fix compiler warning. (Daniel Richard G.)José Fonseca
2003-10-04Version bump.José Fonseca
New 'default' keyword for indentities (Vitezslav Batrla). Documentation updates.
2003-08-11Don't fail when libesmtp is compiled without openssl support (tox@centrum.cz).José Fonseca
2003-07-14Check th MDA return status. Fixed a bug the input buffering which when usingJosé Fonseca
the '-t' option and piping the input caused the parsed headers to be lost. Undo the inclusion of the debian directory and the source package. Tweak the dpkggen.sh script.
2003-07-05Better documentation.José Fonseca
Support for more sendmail options. Error verification for libESMTP calls.
2003-07-04Search for the global configuration file.José Fonseca
Do not make the CRLF line translation for the MDA pipe.
2003-07-03Exit with an error code immediately whenever an error.José Fonseca
Extensive use of xmalloc and friends.
2003-07-03Modularization of the code.José Fonseca
Hability to get the recipients from the message headers. Local delivery via a MDA.