[exim-dev] [Bug 2174] callout timeout in recipient verify ca…

Góra strony
Delete this message
Reply to this message
Autor: admin
Data:  
Dla: exim-dev
Temat: [exim-dev] [Bug 2174] callout timeout in recipient verify can result in the the lost of the TLS incoming connexion
https://bugs.exim.org/show_bug.cgi?id=2174

--- Comment #6 from yvon.lafaille@??? ---
I think that the best way to understand and solve the bug is to reproduce it by
yourself using the elements of configuration i give in my first message.
But, to make your comprehension easier, i copy here more debug lines :
routing this-address.does-not-exist@???
--------> test_route router <--------
local_part=this-address.does-not-exist domain=gmail.com
checking domains
calling test_route router
test_route router called for this-address.does-not-exist@???
domain = gmail.com
original list of hosts = "smtp-test.unilim.fr" options =
expanded list of hosts = "smtp-test.unilim.fr" options =
set transport remote_smtp
finding IP address for smtp-test.unilim.fr
doing DNS lookup
queued for remote_smtp transport: local_part = this-address.does-not-exist
domain = gmail.com
errors_to=NULL
domain_data=NULL localpart_data=NULL
routed by test_route router
envelope to: this-address.does-not-exist@???
transport: remote_smtp
host smtp-test.unilim.fr [164.81.1.196]
Attempting full verification using callout
locking /var/spool/exim4.in/db/callout.lockfile
callout cache: found domain record for gmail.com
callout cache: no address record found for
this-address.does-not-exist@???
interface=NULL port=25
Connecting to smtp-test.unilim.fr [164.81.1.196]:25 ... failed: Connection
timed out (timeout=1s)
connect: Connection timed out
SMTP timeout
----------- end verify ------------
verify defer overridden by defer_ok
accept: condition test succeeded in ACL "acl_local_check_rcpt"
end of ACL "acl_local_check_rcpt": ACCEPT
SMTP>> 250 Accepted

tls_do_write(0x55eb9e845e90, 14)
gnutls_record_send(SSL, 0x55eb9e845e90, 14)
outbytes=14
DSN: orcpt: NULL flags: 0
Calling gnutls_record_recv(0x55eb9eb5a390, 0x55eb9ef7de10, 4096)
Got tls read timeout
SMTP>> 421 smtp-dev.unilim.fr lost input connection

tls_do_write(0x55eb9e845e90, 46)
gnutls_record_send(SSL, 0x55eb9e845e90, 46)
outbytes=46
LOG: lost_incoming_connection MAIN
unexpected disconnection while reading SMTP command from dsiport-yl.unilim.fr
[164.81.3.93]
SMTP>>(close on process exit)

--
You are receiving this mail because:
You are on the CC list for the bug.