summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2011-08-27 11:58:44 -0700
committerPhil Pennock <pdp@exim.org>2011-08-27 12:09:10 -0700
commite2ca70829c8ec70da1fcc0aecbdf50cc3f28527a (patch)
tree140adaea434e92f4493c8183e966333787a2303d /doc/doc-txt
parent52ba4661114d0a96c15f5f43bcb97ce89061f1b6 (diff)
Raise smtp_cmd_buffer_size to 16384.
Needed to interoperate with SASL commands containing a large initial-response; in practice, GSSAPI with authorisation data, such as in a Windows domain. Patch from Paul Fisher. fixes bug 879
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 2db30fed7..0441c326e 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -88,6 +88,9 @@ TF/06 Removed a few PCRE remnants.
TF/07 Automatically extract Exim's version number from tags in the git
repository when doing development or release builds.
+PP/02 Raise smtp_cmd_buffer_size to 16kB. Patch from Paul Fisher.
+ Bugzilla 879.
+
Exim version 4.76
-----------------