修改配置文件 vi /etc/postfix/main.cf

原先配置信息

....
inet_interfaces = all
#inet_interfaces = $myhostname,localhost
#inet_interfaces = $muhostname
inet_interfaces = localhost
......

少加了一个注释,导致配置文件以后面的命令为准

所以问题添加注释 改成 

......
inet_interfaces = all
......

 

相关文章:

  • 2021-10-27
  • 2021-07-13
  • 2021-08-10
  • 2022-12-23
  • 2022-01-08
  • 2021-06-04
  • 2022-12-23
猜你喜欢
  • 2021-06-23
  • 2022-01-06
  • 2022-12-23
  • 2021-12-08
  • 2021-08-19
  • 2021-11-23
相关资源
相似解决方案