> Cronfy wrote: > | Hello. > | > | I have found in logs, that when Exim sends mail and gets multiline "OK" > | responce after DATA has been sent, is saves truncated "OK" message in > | the log, thus it is impossible to see accepted message ID. Here is an > example: > | > | === > | Sep 7 15:12:01 chess exim-smtptls[93181]: 1ITbkS-000O3j-Hv => > [EMAIL PROTECTED] R=dnslookup_self T=remote_smtp H=mx.mtrade.ru > [195.239.203.122] C="250-Transmission in progress. Stay tuned\\n250 Ok, > message > saved <Message-ID: >" > | === > | > | Message id is truncated. > | > | I am using Exim v4.67 > | Who is wrong here? Is there any configuration workaround possible for this > | case?
This looks like a buggy reply from MDaemon (in my experience a rather buggy mail server), especially since the closing angle bracket after the Message-ID reply is present. Using default config, my Exim has log lines up to 310 characters long, whereas this line is only 234. -- Regards, Darton -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
