Re: [OpenIndiana-discuss] TLS Alerts and status mail problem from OpenIndiana

2023-01-23 Thread g...@napp-it.org
Many thanks. A clean reinstall with gcc-7 solved the problem Gea On 23/01/2023 13:26, g...@napp-it.org wrote: I send TLS alerts and status mails via the following Perl script: (napp-it menu Jobs > TLS > Test   use Net::SMTP;   use Authen::SASL qw(Perl);   my $smtp = Net::SMTP->new

[OpenIndiana-discuss] TLS Alerts and status mail problem from OpenIndiana

2023-01-23 Thread g...@napp-it.org
I send TLS alerts and status mails via the following Perl script: (napp-it menu Jobs > TLS > Test   use Net::SMTP;   use Authen::SASL qw(Perl);   my $smtp = Net::SMTP->new("$server",   SSL => 1,   #Port => 587,   Debug => 1,   Hello => "smtp.gmail.com",   Timeout => "30",) || die("could not conn