phplist рассылки

Автор dsdsda, 27 января 2021, 18:02:26

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

dsdsda

Добрый день. Настраивал phplist - Для рассылки писем.
Не отправляет письма, конфиг // if you have an SMTP server, set it here. Otherwise it will use the normal php mail() function
//# if your SMTP server is called "smtp.mydomain.com" you enter this below like this:
//#
//#     define("PHPMAILERHOST",'smtp.mydomain.com');
define('PHPMAILERHOST', '127.0.0.1');
// if TEST is set to 1 (not 0) it will not actually send ANY messages, but display what it would have sent
// this is here, to make sure you edited the config file and mails are not sent "accidentally"
// on unmanaged systems
define('TEST', 0);
define('PHPMAILERPORT', 25);
$phpmailer_smtpuser = 'root@домен;
$phpmailer_smtppassword = 'Пароль';

/*

Лог постфикса:

an 27 21:40:23 inketcraft postfix/smtpd[25276]: 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:
Jan 27 21:40:23 inketcraft postfix/smtpd[25276]: lost connection after STARTTLS from localhost[127.0.0.1]
Jan 27 21:40:23 inketcraft postfix/smtpd[25276]: disconnect from localhost[127.0.0.1] ehlo=1 starttls=0/1 commands=1/2
Jan 27 21:40:24 inketcraft postfix/smtpd[25276]: connect from localhost[127.0.0.1]
Jan 27 21:40:24 inketcraft postfix/smtpd[25276]: SSL_accept error from localhost[127.0.0.1]: -1



Подскажите пожалуйста, как быть? При заходе с обычного клиента - работает


dzhoser

$phpmailer_smtpuser = 'root@домен;
Пропущена закрывающая кавычка
Ubuntu->Linux mint->Astra Linux SE->Debian 12
Для новичков

dsdsda

Огромное Вам спасибо, не обратил внимание, было 3 часа ночи.