On 1/23/23 11:36, Predrag Zecevic via openindiana-discuss wrote:
tail -20 $(svcprop -p restarter/logfile svc:/network/smtp:postfix)
Hello!
Thanks for your help..
Nothing new here, There are my tests visible with svcadm clear postfix...
# tail -20 $(svcprop -p restarter/logfile svc:/network/
On 23.01.2023 08:18, Stephan Althaus wrote:
Hello!
Yesterday i moved from CSWpostfix to the OI version.
"postfix start" and "postfix stop" works in my zone (as root), no
errors with "postfix check",
but "svcadm enable postfix" results in maintenance state because of:
Jan 23 07:45:37 mail pos
On 23.01.2023 11:38, Stephan Althaus wrote:
On 1/23/23 11:36, Predrag Zecevic via openindiana-discuss wrote:
tail -20 $(svcprop -p restarter/logfile svc:/network/smtp:postfix)
Hello!
Thanks for your help..
Nothing new here, There are my tests visible with svcadm clear postfix...
# tail -20
On 1/23/23 11:47, Predrag Zecevic via openindiana-discuss wrote:
On 23.01.2023 11:38, Stephan Althaus wrote:
On 1/23/23 11:36, Predrag Zecevic via openindiana-discuss wrote:
tail -20 $(svcprop -p restarter/logfile svc:/network/smtp:postfix)
Hello!
Thanks for your help..
Nothing new here, Th
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
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("$server",
SSL => 1,
#Port => 587,
Debug => 1,
Hello => "smtp.gmail.co
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("$server",