summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-09-19Fix DH parameters, print a message on stderr if alarm goes off.Sam Varshavchik
2014-09-12"Hanno Böck" <hanno@hboeck.de> - fix linking order with -lunicodeSam Varshavchik
2014-09-10Fix SPF mx lookup failures.Sam Varshavchik
When A/AAAA records are not included in the MX response, explicitly query both A and AAAA records, instead of returning A records if they were found; also query AAAA before A. MX lookup for an SPF check -- new RFC1035_MX_QUERYALL flag to force both A and AAAA queries.
2014-09-01Bump versionSam Varshavchik
2014-09-01Bump releaseSam Varshavchik
2014-09-01Revert 7b09017ddeabae53d9d361d64bebc44129639c96Sam Varshavchik
Not thread safe. Use URIs, instead.
2014-08-24tcpd: remove any slashes from hostname.Sam Varshavchik
2014-08-20manpages build script change by "Ángel González" <angel@16bits.net>Sam Varshavchik
2014-08-19Xepher <xepher@xepher.net> - fix SPF include recursion lookups.Sam Varshavchik
2014-07-21maildrop: fix parsing of headers added by the -A option.Sam Varshavchik
Headers added by the option must be parsed in order, via rfc2045_parse().
2014-07-21rfc2045: fix MakefileSam Varshavchik
2014-07-21gpglib: Fix makefileSam Varshavchik
2014-07-13Update changelog.Sam Varshavchik
2014-07-13Minor compilation fixes. Basd on patch from Giovanni Bechis <giovanni@paclan.it>Sam Varshavchik
2014-06-23Recognize "message" MIME content type, in addition to "text".Sam Varshavchik
2014-06-22courier-unicode: version 1.1Sam Varshavchik
2014-06-19mailbot: do not compare filenames of draft messages, check their timestamp.Sam Varshavchik
2014-06-18maildrop: add -T replydraft optionSam Varshavchik
2014-06-18maildrop: -d changes groupid only when invoked from root.Sam Varshavchik
Addresses debian bug 564601.
2014-06-02courier-unicode: unicode::iconvert::fromu::convert() change.Sam Varshavchik
Return an error indication if unicode could not be converted to the requested character set.
2014-05-07Print newlines after the log messages.Sam Varshavchik
2014-05-06Merge branch 'master'.Sam Varshavchik
2014-05-06courier-imap: log IMAP and POP3 logins when running in proxy mode.Sam Varshavchik
2014-04-27Update RPM spec file to use systemd macros.Sam Varshavchik
2014-04-21courier-unicode: Add defs for standard charsets.Sam Varshavchik
2014-04-13courier-unicode: remove pure virtual functions in the C++ classes.Sam Varshavchik
Callbacks from the C library can get invoked from the base class's destructor. Bump shared library version.
2014-02-15Fix path.Alexei Batyr
2014-02-15fix for automake >=1.13David Heidelberger
2014-01-16unicode: cleanup unicode::iconvert::tou APISam Varshavchik
2014-01-16maildrop: document that pattern searching uses canonical header form.Sam Varshavchik
2014-01-15Fix garbled loggingSam Varshavchik
2014-01-12Update changelogSam Varshavchik
2014-01-12Update documentationSam Varshavchik
2014-01-12Fix upload commandsSam Varshavchik
2014-01-12Fix makefile, rpm packageSam Varshavchik
2014-01-12Reconfigure against the standalone unicode library.Sam Varshavchik
2014-01-12Refactor unicode library as a standalone packageSam Varshavchik
2013-12-292013-12-29 Sam Varshavchik <mrsam@courier-mta.com>Sam Varshavchik
* libunicode: Updated unicode word, grapheme, and linebreaking rules * to the Unicode 6.3.0 standard.
2013-12-23Fix some badness in sqwebmaild caused by bad ACLs.Sam Varshavchik
2013-12-22autotools updateSam Varshavchik
2013-11-28maildrop: 2.7.1Sam Varshavchik
2013-11-28sqwebmail: 5.7.1Sam Varshavchik
2013-11-28courier-imap: 4.15.0Sam Varshavchik
2013-11-25Flush stdin after STARTTLSSam Varshavchik
2013-11-24Fix compiler warning, unchecked return values.Sam Varshavchik
2013-11-10Update DH parameter configuration scripts.Sam Varshavchik
* libs/tcpd/libcouriergnutls.c, libs/tcpd/libcouriertls.c: remove the TLS_DHCERTFILE setting, and use TLS_CERTFILE for all functionality. Read DH parameters from TLS_CERTFILE, or from the new TLS_DHPARAMS environment variable. * mkdhparams: New script that generates DH parameters into a standalone file. * Remove TLS_DHCERTFILE setting from imapd-ssl, pop3d-ssl, esmtpd and esmtpd-ssl. Add TLS_DHPARAMS. * Update imapd.cnf.openssl, pop3d.cnf.openssl, esmtpd.cnf.openssl, set default number of bits for RSA keys to 4096.
2013-10-142013-10-14 Sam Varshavchik <mrsam@courier-mta.com>Sam Varshavchik
* libs/tcpd/libcouriertls.c (tls_create): Add TLSv1_1_method() and TLSv1_2 method(), based on patch by Rob Austein <sra@hactrn.net>. * pop3d-ssl.dist.in, imapd-ssl.dist.in: Fix up differences in the documentation of TLS options in various config files.
2013-09-28Bump versionsSam Varshavchik
2013-09-28Bump versionSam Varshavchik
2013-09-25sqwebmail: bump versionsSam Varshavchik