LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Encrypted mail client Blocks after QUIT (https://www.linuxquestions.org/questions/programming-9/encrypted-mail-client-blocks-after-quit-831244/)

bearkelowna 09-09-2010 02:20 PM

Encrypted mail client Blocks after QUIT
 
Hello The Linux Community,

I am sorry that my posting was not detailed enough regarding encrypted
pop3 mail client.

My problem is that for an encrypted server my client blocks after
I send the QUIT command to the server and I do not know the reason
why my client blocks.

Language C, Library openssl, IP4.
Compiler: gcc.

Output:

send: STLS
receive: +Ok ssl handshake

send: USER XXXXX
receive: +OK

send: PASS ***
receive: +OK

Send: STAT
receive: +Ok 0 0

send: QUIT
receive: blocks
At this point I need to use crtl^C to exit the program.


For the non-encrypted mail client everything works fine.

Any help would be appreciated.

Sincerely
bearkelowna.

wroom 09-10-2010 05:57 AM

There is a bug somewhere in TLS that cause the fetching of mail with a mail client like fetchmail with TLS encryption over a network path with MTU less than 1500 to sporadically freeze and time out.

I don't know the exact nature of this bug, but i have been affected by it some when using an internet service wich sadly has MTU limited to 1440.

I sure would like this bug to be fixed.


All times are GMT -5. The time now is 09:10 PM.