Hi,
I have a strange issue: whenever I send email from my home it is really slow. Please see the following:
So: I execute the command at 15:36:45 and it takes 40 seconds before the server responds with the greeting!
When I do it on ipv4
This is near-instant.
So at first I thought it was an issue with ipv6 & Exim however when I do this from my work IT WORKS on ipv6!
When I ping from home to my vps with ipv6 I get replies of 7ms so my connection is fine. Anybody an idea what is happening here?
I have a strange issue: whenever I send email from my home it is really slow. Please see the following:
Code:
root@raspberrypi:/home/pi# date && telnet xxxx:xxxx::xx 587
Fri 18 Nov 15:36:45 CET 2016
Trying xxxx:xxxx::xx...
Connected to xxxx:xxxx::xx.
Escape character is '^]'.
220 vps.host.nl ESMTP Exim 4.87 Fri, 18 Nov 2016 15:37:05 +0100
quit
221 vps.host.nl closing connection
Connection closed by foreign host.
So: I execute the command at 15:36:45 and it takes 40 seconds before the server responds with the greeting!
When I do it on ipv4
Code:
root@raspberrypi:/home/pi# date && telnet xx.xx.xx.xx 587
Fri 18 Nov 15:37:29 CET 2016
Trying xx.xx.xx.xx...
Connected to xx.xx.xx.xx.
Escape character is '^]'.
220 vps.host.nl ESMTP Exim 4.87 Fri, 18 Nov 2016 15:37:30 +0100
quit
221 vps.host.nl closing connection
Connection closed by foreign host.
This is near-instant.
So at first I thought it was an issue with ipv6 & Exim however when I do this from my work IT WORKS on ipv6!
Code:
matthijs@MATTHIJS_PC:~$ date && telnet xxxx:xxxx::xx 587
Fri Nov 18 15:37:11 STD 2016
Trying xxxx:xxxx::xx...
Connected to xxxx:xxxx::xx.
Escape character is '^]'.
220 vps.host.nl ESMTP Exim 4.87 Fri, 18 Nov 2016 15:37:11 +0100
quit
221 vps.host.nl closing connection
Connection closed by foreign host.
When I ping from home to my vps with ipv6 I get replies of 7ms so my connection is fine. Anybody an idea what is happening here?