Postfix 不适用于 MacOS Yosemite

Int*_*ted 9 postfix mac-osx osx-yosemite

Postfix 不会绑定到 ipv6 端口。给出以下错误:

*** 后缀/主 [39799]:致命:绑定 fe80::1 端口 25:无法分配请求的地址

Int*_*ted 14

我将 main.cf 更改为绑定到 127.0.0.1 而不是 localhost

inet_interfaces = 127.0.0.1
Run Code Online (Sandbox Code Playgroud)

重新启动后缀

$ sudo launchctl stop org.postfix.master
$ sudo launchctl start org.postfix.master
Run Code Online (Sandbox Code Playgroud)