Postfix 错误 - 停止发送电子邮件

Postfix 错误 - 停止发送电子邮件

一切正常,每封电子邮件都已发送。

但最近几天,电子邮件停止工作了两次。我只重启了服务器,它又开始工作了,但我认为,这里有更好的解决方案。

错误:

Oct 11 08:39:02 vps0241 postfix/smtp[18996]: warning: 8E39925410: flush service failure
Oct 11 08:44:25 vps0241 postfix/smtp[19987]: warning: connect to mysql server 127.0.0.1: Can't connect to MySQL server on '127.0.0.1' (111)
Oct 11 08:44:25 vps0241 postfix/smtp[19987]: warning: mysql:/etc/postfix/mysql-virtual_relaydomains.cf: table lookup problem
Oct 11 08:44:25 vps0241 postfix/smtp[19987]: warning: 54534253C3: flush service failure
Oct 11 08:44:25 vps0241 postfix/smtp[19987]: warning: mysql:/etc/postfix/mysql-virtual_relaydomains.cf: table lookup problem
Oct 11 08:44:25 vps0241 postfix/smtp[19987]: warning: 1980425473: flush service failure
Oct 11 08:44:25 vps0241 postfix/smtp[19987]: warning: mysql:/etc/postfix/mysql-virtual_relaydomains.cf: table lookup problem
Oct 11 08:44:25 vps0241 postfix/smtp[19987]: warning: 876F12546A: flush service failure
Oct 11 08:44:25 vps0241 postfix/smtp[19988]: warning: connect to mysql server 127.0.0.1: Can't connect to MySQL server on '127.0.0.1' (111)
Oct 11 08:44:25 vps0241 postfix/smtp[19988]: warning: mysql:/etc/postfix/mysql-virtual_relaydomains.cf: table lookup problem
Oct 11 08:44:25 vps0241 postfix/smtp[19988]: warning: 8E39925410: flush service failure

答案1

连接到 mysql 服务器 127.0.0.1:无法连接到‘127.0.0.1’上的 MySQL 服务器(111)

指出 /etc/postfix/mysql-virtual_relaydomains.cf 中指定的数据库连接存在问题

相关内容