/ Usr / sbin / postconf when Tencent cloud centos7 execution systemctl status postfix.service start postfix service: fatal: parameter inet_interfaces: no local interface found for :: 1

Solution: https: //blog.csdn.net/pheng5/article/details/79975455

 

Solution: vi /etc/postfix/main.cf

Found configured to:

inet_interfaces = localhost

inet_protocols = all

Read:

inet_interfaces = all

Or inet_interfaces = 127.0.0.1

inet_protocols = all

Restart the postfix service can be

systemctl start postfix

 

Remember to restart after the execution.

Guess you like

Origin www.cnblogs.com/Guhongying/p/11241672.html