summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2005-02-16Update AIX configuration file as per Mike Meredith's message.Philip Hazel
2005-02-16Fix problems with the spool file that arise when the local usernamePhilip Hazel
contains a space. Also, ensure that the Received: line item is appropriately quoted in this circumstance.
2005-02-16Some tidies to the new edition.Philip Hazel
2005-02-16Fix problem with smtp_max_per_host; test for completed processes beforePhilip Hazel
looking at the count for a new connection.
2005-02-15Another wish.Philip Hazel
2005-02-15Another wish.Philip Hazel
2005-02-15Error message wording change in sieve.c.Philip Hazel
2005-02-15Typo in FAQ source.Philip Hazel
2005-01-27log_message on a "discard" verb was not working for the DATA or non-SMTPPhilip Hazel
ACLs.
2005-01-27Arrange for output from Perl's "warn" to go to the mainlog by default.Philip Hazel
2005-01-27defer_ok was not working if used on a callout with verify=header_sender.Philip Hazel
2005-01-27Tidies for HTML and Texinfo versions of the new spec.Philip Hazel
2005-01-26Updated source of the manual. (And ChangeLog got left out of the lastPhilip Hazel
commit.)
2005-01-21The suggestion for multiple queues.Philip Hazel
2005-01-14Changes to chapter 39 (exiscan)Tom Kistner
2005-01-14Filled out some 4.44 change messages, added CAN numbers to 4.50 onesNigel Metheringham
2005-01-14Incorporated the 4.44 ChangeLog into the main ChangeLog so that aPhilip Hazel
historical record is preserved. It is separate from the 4.50 entries, many of which are duplicates, and there's an explanation about why.
2005-01-14Don't send QUIT after a timeout in a callout connection.Philip Hazel
2005-01-13Add the unwanted input to the log line for a synchronization error rightPhilip Hazel
at the start of an SMTP session (so it's the same as other cases).
2005-01-13The patch to support LDAP_SEARCH_RES_REFERENCE was unconditional; itPhilip Hazel
seems that some versions of LDAP don't have this (e.g. OpenLDAP v1, which is of course pretty old, but some people still use it). I've modified the patch to exclude the functionality when the macro isn't defined.
2005-01-12Use "system" message for $acl_verify_message if there is no "user"Philip Hazel
message.
2005-01-12Fix compiler warnings in acl.c for bitmaps specified as ~something inPhilip Hazel
unsigned ints.
2005-01-12host_aton() was not handling scoped IPv6 addresses correctly.Philip Hazel
2005-01-11Corrected several mis-calls of is_ip_address() that treated the resultPhilip Hazel
as a boolean instead of an int.
2005-01-11Updated filter source; preliminary update of ACL chapter and addition ofPhilip Hazel
new content scanning chapter in the main doc source; updated ACKNOWLEDGMENTS from Tom's list for the virus scanners.
2005-01-11Created new doc file containing specs for the experimental features,Philip Hazel
taken from Tom's original document.
2005-01-04Added the hosts_max_try_hardlimit option. (The removed file is left overPhilip Hazel
from a previous update; I screwed up the CVS-ing.)
2005-01-04Data saved for $host_data after a lookup involving a named host list wasPhilip Hazel
corrupted if there was more than one message in an SMTP session.
2005-01-04A call to exiwhat no longer cuts short ACL delays set by the "delay"Philip Hazel
modifier.
2005-01-04Need to initialize getloadavg() as root in the daemon whenPhilip Hazel
deliver_drop_privilege is set, for the benefit of the queue runner.
2005-01-04Updated configuration for GNU; added configuration for GNUkFreeBSD andPhilip Hazel
GNUkNetBSD.
2004-12-29Fix buffer overflow vulnerability in spa_base64_to_bits() function.Philip Hazel
2004-12-29The host_aton() buffer overflow: (1) Put a check in host_aton() itself;Philip Hazel
(2) noted that the exploit via dnsdb/ptr lookup was already fortuitously fixed by a previous change.
2004-12-22(1) Tidies to the Wishlist; (2) Extra testing for duplicates andPhilip Hazel
Envelope-to.
2004-12-22Added $smtp_active_hostname as a variable, and used it in smtp_bannerPhilip Hazel
default value instead of $primary_hostname.
2004-12-21If more than 99 log files are being kept, exicyclog now uses 001, 002,Philip Hazel
... instead of 01, 02, ...
2004-12-21(1) Doubled size of debug_buffer. (2) Output from SpamAssassin testPhilip Hazel
changed because 96 hours have passed. Shows up the difficulty of testing such things...
2004-12-21Improve error message when ldap_search fails in OpenLDAP or SolarisPhilip Hazel
LDAP.
2004-12-21Check dnsdb PTR key for IP address before playing the reversing game.Philip Hazel
2004-12-21Alex Miller's patch for LDAP_RES_SEARCH_REFERENCE.Philip Hazel
2004-12-21Fix exigrep for "Completed" lines that have additional data (as a resultPhilip Hazel
of +queue_time_overall).
2004-12-21Exim crashed for a huge SMTP error response; increasing big_buffer_sizePhilip Hazel
for Exiscan made this go away, but I've now also made the code more robust.
2004-12-21Sieve buglet: now it explicitly sets From: when generating an autoreply.Philip Hazel
2004-12-21(1) Fixed the cipher preference order for GnuTLS client usage.Philip Hazel
(2) Fixed a small bug in the runtest script.
2004-12-20Added Tony's defer_foo patch to dnsdb lookups.Philip Hazel
2004-12-20A forced expansion failure in the SPA authenticator is now treated thePhilip Hazel
same as in other authenticators (it moves to the next authenticator).
2004-12-20When checking for a message's continued existence, exim_tidydb was notPhilip Hazel
looking in the split spool subdirectories.
2004-12-20Reset locale after calling embedded Perl, in case it was changed.Philip Hazel
2004-12-171. Tidies to get rid of compiler warnings from the merged Exiscan files.Philip Hazel
2. Fixed a very old bug that sometimes lost the final 221 message after QUIT.
2004-12-07More wishes.Philip Hazel