On Wed, 7 Jun 2006, Toralf Lund wrote: > 2006-06-07 13:39:12 ident connection to 192.168.0.186 timed out > I then disabled all "ident" connections via > rfc1413_query_timeout = 0s > and was actually able to deliver my message! So the synchronisation > problem appears to be a symptom rather than the real issue - maybe it's > just a result of waiting so long for the ident connection.
When the callout runs out of time - by default the same timeout as an ident callback - Exim terminates the connection with a QUIT, which in this situation it will send before the other end's greeting banner. This explains the sync error message. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
