Hi Willem, I did some tcpdump captures while the application ran for 30sec and tired every 5sec to read mail. The capture below is for imaps access it from the internet. I also did some captures for pop3 (not included) access it locally. One interesting thing about pop3 is I got a message about the server doesn't support TOP so disabling it. I saw that messsage printed 6 times for each run, so it didn't disable whatever it said it was unless that was how it should have worked for each try.
I got 67 packets for the imaps 30sec run of 6 tries. I am sure there are packages for at least one try. Please let me know if need anything that might help shed some light on what is going on here. By the way, I tried all manager of things in terms of the username. I tired imap, imap3, pop3, pop3s and for each, i tried username, usename@<inet hostname>, uesrnam@<local ip>, username@<local hostname> and then the same with '+' instead of '@'. Needless to say, none of those worked. Thanks. .v 06:19:30.931728 IP 10.10.100.1.40908 > eserver00.local.imaps: Flags [S], seq 3697408096, win 5840, options [mss 1460,sackOK,TS val 363275 ecr 0,nop,wscale 7], length 0 06:19:30.931756 IP eserver00.local.imaps > 10.10.100.1.40908: Flags [S.], seq 1393014504, ack 3697408097, win 5792, options [mss 1460,sackOK,TS val 176689255 ecr 363275,nop,wscale 7], length 0 06:19:30.933328 IP 10.10.100.1.40908 > eserver00.local.imaps: Flags [.], ack 1, win 46, options [nop,nop,TS val 363275 ecr 176689255], length 0 06:19:30.936446 IP 10.10.100.1.40908 > eserver00.local.imaps: Flags [P.], seq 1:79, ack 1, win 46, options [nop,nop,TS val 363276 ecr 176689255], length 78 06:19:30.936466 IP eserver00.local.imaps > 10.10.100.1.40908: Flags [.], ack 79, win 46, options [nop,nop,TS val 176689255 ecr 363276], length 0 06:19:30.936627 IP eserver00.local.imaps > 10.10.100.1.40908: Flags [P.], seq 1:565, ack 79, win 46, options [nop,nop,TS val 176689255 ecr 363276], length 564 06:19:30.939236 IP 10.10.100.1.40908 > eserver00.local.imaps: Flags [.], ack 565, win 55, options [nop,nop,TS val 363276 ecr 176689255], length 0 06:19:30.972449 IP 10.10.100.1.40908 > eserver00.local.imaps: Flags [P.], seq 79:86, ack 565, win 55, options [nop,nop,TS val 363279 ecr 176689255], length 7 06:19:30.972548 IP eserver00.local.imaps > 10.10.100.1.40908: Flags [F.], seq 565, ack 86, win 46, options [nop,nop,TS val 176689259 ecr 363279], length 0 06:19:30.984216 IP 10.10.100.1.40908 > eserver00.local.imaps: Flags [F.], seq 86, ack 566, win 55, options [nop,nop,TS val 363280 ecr 176689259], length 0 06:19:30.984232 IP eserver00.local.imaps > 10.10.100.1.40908: Flags [.], ack 87, win 46, options [nop,nop,TS val 176689260 ecr 363280], length 0 06:19:35.230224 IP 10.10.100.1.40909 > eserver00.local.imaps: Flags [S], seq 3769817833, win 5840, options [mss 1460,sackOK,TS val 363705 ecr 0,nop,wscale 7], length 0 06:19:35.230264 IP eserver00.local.imaps > 10.10.100.1.40909: Flags [S.], seq 1444322145, ack 3769817834, win 5792, options [mss 1460,sackOK,TS val 176689684 ecr 363705,nop,wscale 7], length 0 06:19:35.231228 IP 10.10.100.1.40909 > eserver00.local.imaps: Flags [.], ack 1, win 46, options [nop,nop,TS val 363705 ecr 176689684], length 0 06:19:35.232299 IP 10.10.100.1.40909 > eserver00.local.imaps: Flags [P.], seq 1:79, ack 1, win 46, options [nop,nop,TS val 363705 ecr 176689684], length 78 06:19:35.232318 IP eserver00.local.imaps > 10.10.100.1.40909: Flags [.], ack 79, win 46, options [nop,nop,TS val 176689685 ecr 363705], length 0 06:19:35.232473 IP eserver00.local.imaps > 10.10.100.1.40909: Flags [P.], seq 1:565, ack 79, win 46, options [nop,nop,TS val 176689685 ecr 363705], length 564 06:19:35.234813 IP 10.10.100.1.40909 > eserver00.local.imaps: Flags [.], ack 565, win 55, options [nop,nop,TS val 363706 ecr 176689685], length 0 06:19:35.238480 IP 10.10.100.1.40909 > eserver00.local.imaps: Flags [P.], seq 79:86, ack 565, win 55, options [nop,nop,TS val 363706 ecr 176689685], length 7 06:19:35.238524 IP 10.10.100.1.40909 > eserver00.local.imaps: Flags [F.], seq 86, ack 565, win 55, options [nop,nop,TS val 363706 ecr 176689685], length 0 -- View this message in context: http://old.nabble.com/Cannot-get-Camel-to-work-with-Dovecot-IMAP-tp28381349p28426956.html Sent from the Camel - Users mailing list archive at Nabble.com.
