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
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