编译具有 EAI 支持的 postfix

编译具有 EAI 支持的 postfix

我正在使用 Centos 5.6 ,尝试编译具有 EAI 支持的 postfix-3.1.3 。我正在关注本指南并执行

yum install libicu-devel "dependencies"
make makefiles
make install

安装后我收到以下警告:

smtputf8_enable 为 true,但未编译 EAI 支持

有什么建议吗?

答案1

安装libicu-devel后需要重新编译Postfix。当这个库在编译时不可用时,postfix 将不会链接到它。

相关内容