关于宝塔主机面板无法使用PHP自带函数发送邮件的解决方法

Centos6.x:

检查sendmail是否启动: 

chkconfig --list | grep sendmail

若显示为空请通过以下命令设置sendmail自动启动:

service sendmail start

chkconfig --level 2345 sendmail on

Centos7.x:

检查sendmail是否启动:

systemctl list-units --type=service|grep sendmail

若显示为空请通过以下命令设置sendmail自动启动:

systemctl start sendmail.service

systemctl enable sendmail.service

給TA打賞
共{{data.count}}人
人已打賞
服務器運維

使用宝塔主机面板Let's Encrypt 证书到期不能自动更新的解决方法

2017-9-18 5:28:37

服務器運維

通过宝塔面板实现MySQL性能简单调优

2017-9-18 5:32:50

0 Reply AAuthor MManager
    暫無討論,說說你的看法吧
搜索