我似乎没办法让后缀开始工作。每次我发东西的时候出错都会出现(TLS is required, but our TLS engine is unavailable)
openssl
中的/opt/local/bin
强制它使用/usr/bin
中的openssl
在/opt/local/bin
中替换为/usr/bin
中的openssl
,来自macOS高地openssl
在/usr/bin
中替换为/usr/bin
中的openssl
,来自macOS高地openssl
安装brew
relayhost = [smtp.gmail.com]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_use_tls = yes
smtp_tls_security_level = encrypt
tls_random_source = dev:/dev/urandom
smtp_sasl_security_options = noanonymous
smtp_always_send_ehlo = yes
smtp_sasl_mechanism_filter = plain
inet_protocols = ipv4
[smtp.gmail.com]:587 XXXXXXXX@gmail.com:XXXXXXXX
无法升级到高塞拉,所以请帮助!
发布于 2017-12-25 07:33:39
10.12.6有一个导致这种情况发生的错误,即使苹果发布的安全补丁为10.13.1和10.12.6。升级到高塞拉利昂10.13.1将最终解决您的问题,没有任何配置改变。
https://unix.stackexchange.com/questions/412895
复制相似问题