diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-03-22 10:11:42 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-03-22 10:11:42 +0000 |
commit | 8d67ada3e036ae1b48d7f20a82af42f9e52b810d (patch) | |
tree | 7b3e8e4c7dde72fdec398fa87aaf64613b3c5c1a /doc | |
parent | fdfdba092c42d919d2942c258b297394c41121da (diff) |
Increase incoming SMTP command buffer size from 512 to 2048 (see RFC
1869).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index f4a898104..b2a43652c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.92 2005/03/15 15:36:41 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.93 2005/03/22 10:11:42 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -50,6 +50,11 @@ PH/06. A number of "verify =" ACL conditions have no options (e.g. verify = supplied for verify items that do not have them. (Maybe reverse_host_ lookup should have a defer_ok option, but that's a different point.) +PH/07. Increase the size of the buffer for incoming SMTP commands from 512 (as + defined by RFC 821) to 2048, because there were problems with some AUTH + commands, and RFC 1869 says the size should be increased for extended + SMTP commands that take arguments. + A note about Exim versions 4.44 and 4.50 ---------------------------------------- |