Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-27 | Use a reasonable default for the reverse path when one is not specified, ↵ | José Fonseca | |
instead of an empty one. | |||
2005-02-15 | Allow to set helo-name. Allow to send out local mail as remote mail by adding a | José 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-29 | Disable SMTP AUTH if no username is given. | José Fonseca | |
2004-01-13 | Add a 'postconnect' keyword to execute a command after closing a SMTP ↵ | José Fonseca | |
connection. | |||
2003-11-07 | Don't call smtp_starttls_set_password_cb() unless StartTLS is enabled ↵ | José Fonseca | |
(Maurice Galland). | |||
2003-11-03 | Detailed documentation on how to use the StartTLS extension. | José Fonseca | |
Handle StarTLS events. Fixed some compiler warnings. | |||
2003-10-17 | New 'preconnect' keyword to execute a command prior to opening an SMTP | José Fonseca | |
connection (Daniel Richard G.). | |||
2003-10-17 | Fix compiler warning. (Daniel Richard G.) | José Fonseca | |
2003-10-04 | Version bump. | José Fonseca | |
New 'default' keyword for indentities (Vitezslav Batrla). Documentation updates. | |||
2003-08-11 | Don't fail when libesmtp is compiled without openssl support (tox@centrum.cz). | José Fonseca | |
2003-07-14 | Check th MDA return status. Fixed a bug the input buffering which when using | José 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-05 | Better documentation. | José Fonseca | |
Support for more sendmail options. Error verification for libESMTP calls. | |||
2003-07-04 | Search for the global configuration file. | José Fonseca | |
Do not make the CRLF line translation for the MDA pipe. | |||
2003-07-03 | Exit with an error code immediately whenever an error. | José Fonseca | |
Extensive use of xmalloc and friends. | |||
2003-07-03 | Modularization of the code. | José Fonseca | |
Hability to get the recipients from the message headers. Local delivery via a MDA. |