>I've had 30 timeouts in the last hour

bad news! Thank you for testing.

Your debug output has shown, that IO::Socket::SSL (Net::SSLeay) has 
returned, that all data were written to the socket. The Net::SSLeay has to 
encrypt (SSL) all data and has to write the SSL-data to the system socket. 
There is anywhere a problem, if the SSL connection uses the localhost IP 
address as target - but only on some systems (OS ..... ????) to some MTA 
(postfix, sendmail ... ????).

>I'm planning on doing a TCP dump on my home mail server this upcoming 
Monday

Thank you Doug, but I think this will not tell us much, because the data 
you'll see in the dump will be SSL-encrypted. You may count the data bytes 
and compare them to the size of the raw mail data - if more bytes are sent 
by assp (TCP-SSL) than the size of the raw mail data, the SSL socket of 
the MTA can't decode the last frame(s) for any reason.

BTW - you must face the same problem (incomplete GUI data), if you use 
HTTPS for the webinterface and you start the browser at the local system (
https://localhost:55555). The GUI data have a size of 3-4MB. If the GUI 
works this way, there must be a problem with the MTA.
Using HTTPS makes only one difference to SMTP - the HTML data are 
compressed before they are encrypted. The SSL parameters used by assp, are 
the same for both connections.

Thomas







Von:    Doug Lytle <supp...@drdos.info>
An:     ASSP development mailing list <assp-test@lists.sourceforge.net>
Datum:  18.12.2015 13:22
Betreff:        Re: [Assp-test] SMTP Timeouts



I found some time this AM to upgrade our work ASSP:

ASSP version 2.4.6(15351)

IO::Socket::SSL                  2.022 / 2.020
Net::SSLeay                              1.72 / 1.72

I've had 30 timeouts in the last hour

I'm planning on doing a TCP dump on my home mail server this upcoming 
Monday (running Zimbra at work and at home) to see if I can get a decent 
idea what's going on.

Doug

------------------------------------------------------------------------------
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test






DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************

------------------------------------------------------------------------------
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to