Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-27 | Prevent segfault expanding %F in the MDA string when the reverse path is not ↵ | José Fonseca | |
specified. | |||
2007-01-27 | Fix spelling. | José Fonseca | |
2007-01-27 | Use a reasonable default for the reverse path when one is not specified, ↵ | José Fonseca | |
instead of an empty one. | |||
2007-01-27 | Fix gcc warning. | José Fonseca | |
2006-03-18 | Update to automake-1.9. | José Fonseca | |
2006-03-18 | Document how to get CA certifcates. | José Fonseca | |
2006-03-18 | Use only ASCII codes. | José Fonseca | |
2006-02-08 | Tips for adding missing Date: headers in messages for local delivery (Bruce ↵ | José Fonseca | |
Schultz). | |||
2005-08-04 | Mention a test suite. | José Fonseca | |
2005-08-04 | Corrections to the manpages (Reuben Thomas). | José Fonseca | |
2005-03-10 | Prepare for release. | José Fonseca | |
2005-03-10 | Do not pass multiple address to the MDA quoted as a single argument ↵ | José Fonseca | |
(Kusanagi Kouichi). | |||
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) | |||
2005-02-15 | Enforce strict permissions on configuration file (Tiago Macambira). | José Fonseca | |
2005-02-15 | Don't require getopt_long (based on SASAJIMA and Dirk Tilger patches). | José Fonseca | |
2005-02-15 | Nonstandard libesmtp dir (Dirk Tilger). | José Fonseca | |
2005-02-15 | Force usage of automake-1.7 | José Fonseca | |
2005-01-11 | Idem. | José Fonseca | |
2005-01-11 | Fix place of esmtprc config file: esmtprc should put in $sysconfdir, but ↵ | José Fonseca | |
it's always put in /etc (Sasajima). | |||
2004-06-29 | Disable SMTP AUTH if no username is given. | José Fonseca | |
2004-06-23 | Update TODO file. Remove debian packaging scripts. | José Fonseca | |
2004-02-18 | Fail when no configuration file is found. | José Fonseca | |
Fix typo in the lexer. Fix compiler warning. | |||
2004-01-13 | Add a 'postconnect' keyword to execute a command after closing a SMTP ↵ | José Fonseca | |
connection. | |||
2004-01-13 | Document when and how the local MDA is invoked. Fix some typos. | José Fonseca | |
2004-01-13 | Tell configure.ac to generate a config.h instead of a long gcc comand line. | José Fonseca | |
2003-11-16 | Minor version bump. | José Fonseca | |
Use libesmtp-config for libESMTP flags detection. Cleaned configure.ac. | |||
2003-11-14 | Bump version for release. | José Fonseca | |
2003-11-07 | Don't call smtp_starttls_set_password_cb() unless StartTLS is enabled ↵ | José Fonseca | |
(Maurice Galland). | |||
2003-11-06 | RedHat RPM spec file (Robert Scheck). | José Fonseca | |
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 | Several fixes to the autotools scripts. (Daniel Richard G.) | José Fonseca | |
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-15 | Detect the MDA for debconf. | José Fonseca | |
Minor documentation enhancements. Add the [forgoten] esmtprc.5 manpage. | |||
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-14 | Add a man page for the configuration file. | José Fonseca | |
2003-07-14 | Bump patch level version. | José Fonseca | |
2003-07-14 | Further debian packaging fixes. | José Fonseca | |
Include debian directory on the source package. | |||
2003-07-12 | Debian packaging fixes. | José Fonseca | |
2003-07-12 | Remove README.mutt - its information is now included in README | José Fonseca | |
2003-07-05 | Minor fixes to the man page. | José Fonseca | |
Fixed some minor memory leaks. | |||
2003-07-05 | Spelling corrections. | José Fonseca | |
2003-07-05 | Remove the rationale from the manual. | José Fonseca | |
Add timestamps to the version log. | |||
2003-07-05 | Better documentation. | José Fonseca | |
Support for more sendmail options. Error verification for libESMTP calls. | |||
2003-07-04 | Removed Brian Stafford from the authors for sake of consistency - the code ↵ | José Fonseca | |
from his orginal libESMTP example has been pratically rewritten and there are many other people which code I took here. These sources are all referred in the sources. Add some missing source files to automake sources. | |||
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 | Documentation and packaging fixes for the latest changes. | José Fonseca | |
2003-07-03 | Exit with an error code immediately whenever an error. | José Fonseca | |
Extensive use of xmalloc and friends. |