aapanel_sniper
hi, thanks for replying.
problem is that I can't login to any of the mail servers I created.... That's what I'm trying to solve.
Ports are open -> 25 / 465 / 587 (router and ufw)
This is when I try to connect over with SSL.
Some more debugging:
$config['useragent'] = 'ABC';
$config['protocol'] = 'smtp';
$config['mailtype'] = 'html';
$config['smtp_host'] = 'mail.abc.com';
$config['smtp_user'] = 'dnr@abc.com';
$config['smtp_pass'] = '123456789';
$config['smtp_crypto'] = 'ssl';
$config['smtp_port'] = 465;
$config['charset'] = 'utf-8';
Apr 30 11:00:00 server1 postfix/smtps/smtpd[11537]: connect from mail.abc.com[111.111.111.111]
Apr 30 11:11:32 server1 postfix/smtps/smtpd[11537]: SSL_accept error from mail.abc.com[111.111.111.111]: -1
Apr 30 11:11:32 server1 postfix/smtps/smtpd[11537]: warning: TLS library problem: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:../ssl/record/rec_layer_s3.c:1544:SSL alert number 48:
Apr 30 11:11:32 server1 postfix/smtps/smtpd[11537]: lost connection after CONNECT from mail.abc.com[111.111.111.111]
Apr 30 11:11:32 server1 postfix/smtps/smtpd[11537]: disconnect from mail.abc.com[111.111.111.111]commands=0/0
However I've setup SSL on the mail server even though I know you guys are still developing. 👍️ seems not to work 100%.
thanks