1 2 |
Nov 27 18:46:51 vps18 postfix/smtp[20239]: certificate verification failed <span class="hljs-keyword">for</span> mx.yandex.ru[213.180.204.89]:25: untrusted issuer /C=PL/O=Unizeto Sp. z o.o./CN=Certum CA |
Решение
1 2 3 |
nano /etc/postfix/main.cf |
1 2 3 |
smtp_tls_CAfile = /etc/ssl/certs/ca-bundle.crt |
1 2 3 |
service postfix restart |
Или ставим цепочку сертфикатов,и делаем, что указано выше
1 2 3 |
yum install ca-certificates |
ps: расположение и название сертификата ca-bundle у CentOS и Ubuntu/Debian могут отличаться
Thank you for reading this post, don't forget to subscribe!