Hi,

Without corporate VPN, mbsync works just fine. But behind VPN, mbsync times out. I have pasted strace logs here. Let me know, if you need any other logs. Is there a way already to make mbsync connect behind VPN ?


15785 socket(AF_INET, SOCK_STREAM, IPPROTO_IP) = 3
15785 fcntl(3, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
15785 write(1, "Connecting to outlook.office365.com (40.96.24.146:143)... ", 
58) = 58
15785 connect(3, {sa_family=AF_INET, sin_port=htons(143), 
sin_addr=inet_addr("40.96.24.146")}, 16) = -1 EINPROGRESS (Operation now in 
progress)
15785 write(1, "\n", 1)                 = 1
15785 write(1, "Opening slave store nokialinux-local...\n", 40) = 40
15785 stat("/home/mrajaa/mail/work/", {st_mode=S_IFDIR|0775, st_size=4096, 
...}) = 0
15785 poll([{fd=3, events=POLLOUT}], 1, 20000) = 0 (Timeout)
15785 close(3)                          = 0
15785 dup(2)                            = 3
15785 fcntl(3, F_GETFL)                 = 0x8402 (flags 
O_RDWR|O_APPEND|O_LARGEFILE)
15785 fstat(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
15785 write(3, "Cannot connect to outlook.office365.com (40.96.24.146:143): 
Connection timed out\n", 81) = 81
15785 close(3)                          = 0
15785 socket(AF_INET, SOCK_STREAM, IPPROTO_IP) = 3
15785 fcntl(3, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
15785 write(1, "Connecting to outlook.office365.com (40.101.138.2:143)... ", 
58) = 58
15785 connect(3, {sa_family=AF_INET, sin_port=htons(143), 
sin_addr=inet_addr("40.101.138.2")}, 16) = -1 EINPROGRESS (Operation now in 
progress)
15785 write(1, "\n", 1)                 = 1
15785 poll([{fd=3, events=POLLOUT}], 1, 20000) = 0 (Timeout)
15785 close(3)                          = 0
15785 dup(2)                            = 3
15785 fcntl(3, F_GETFL)                 = 0x8402 (flags 
O_RDWR|O_APPEND|O_LARGEFILE)
15785 fstat(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
15785 write(3, "Cannot connect to outlook.office365.com (40.101.138.2:143): 
Connection timed out\n", 81) = 81
15785 close(3)                          = 0
15785 socket(AF_INET, SOCK_STREAM, IPPROTO_IP) = 3
15785 fcntl(3, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
15785 write(1, "Connecting to outlook.office365.com (40.101.84.2:143)... ", 57) 
= 57

--
-Mukuntha Rajaa

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to