Martin, I had the same ASSP issues until it did this;
----------------------------------------------------------------------------------------------- SMTP Secure Listen Port (listenPortSSL) = 'none' SSL Destination (smtpDestinationSSL) = 'none' Second SMTP Listen Port (listenPort2) = 587 Second SMTP Destination (smtpAuthServer) = 127.0.0.1:10587 // Postfix listening on port 127.0.0.1:10587 Force SMTP AUTH on Second SMTP Listen Port (EnforceAuth) = enabled Disable SSL support on listenPorts (NoTLSlistenPorts) = 25 ----------------------------------------------------------------------------------------------- The 'magic' is to NOT allow SSL support via ListenPorts '25' (NoTLSlistenPorts). Fact is, this; there are many mail spammers out there that abuse SSL via Port 25. In the past, before I discovered this 'abuse', I need to restart ASSP about every 30 minutes - 2 hours! Peter Peter Bowey Computer Solutions ----- Original Message ----- From: "Martin Voßloh" <[email protected]> To: "ASSP development mailing list" <[email protected]> Sent: Thursday, March 24, 2011 9:36 PM Subject: Re: [Assp-test] ASSP TLS Error Hi Thomas, this is new old Problem on my site with the ASSP TLS support. I´m in the third week of the same problem with my ASSP. My setup: ASSP version 2.0.2(3.0.02) on Ubuntu 10.04 Net::SMTP 2.31 / 2.31 Net::SMTP::TLS 0.12 / 0.12 Net::SSLeay 1.36 / 1.35 OpenSSL 1.0.0d 1.0.0d / 0.9.8 A hour or sometimes a day the ASSP support the TLS function and I see "STARTTLS". Then, without my doing, it stop supporting the TLS. Normal mails are running fine. I have tried to update the ASSP and the Server but nothing helped me. I think the openssl and Net:SSLeay are the reason. Please tell me whitch Version of OpenSSL an Net:SSLeay are definitely working for your every day. (OpenSSL I have updates from 0.9.7... to the newest..) Thanks for your support. Martin ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
