解决方法:https://blog.csdn.net/pheng5/article/details/79975455

 

解决方法: vi /etc/postfix/main.cf

发现配置为:

inet_interfaces = localhost

inet_protocols = all

改成:

inet_interfaces = all

或者 inet_interfaces = 127.0.0.1

inet_protocols = all

重新启动postfix服务即可

systemctl start postfix

 

记得重启后再执行。

相关文章:

  • 2022-12-23
  • 2021-10-27
  • 2021-12-11
  • 2021-10-24
  • 2022-12-23
  • 2021-10-28
  • 2021-11-13
  • 2022-02-24
猜你喜欢
  • 2022-12-23
  • 2021-05-20
  • 2021-05-20
  • 2021-06-03
  • 2022-12-23
  • 2021-09-15
相关资源
相似解决方案