我正在尝试按照本教程在我的 debian 6 系统中使用 gmail 配置 eximhttp://www.manu-j.com/blog/wordpress-exim4-ubuntu-gmail-smtp/75/.After配置,
当我跑步时update-exim4.conf
我收到此消息,
Exim configuration error:
two client authenticators (gmail_login and login) have the same public name (LOGIN)
Invalid new configfile /var/lib/exim4/config.autogenerated.tmp, not installing
/var/lib/exim4/config.autogenerated.tmp to /var/lib/exim4/config.autogenerated
有什么指点可以解决这个问题吗?
答案1
不知道您是否已经解决了这个问题,但我只是使用了您链接的指南并使其工作。
您收到的错误是因为您没有从中删除默认登录部分/etc/exim4/exim4.conf.template
。
查找包含以下内容的行:public_name = LOGIN
,在该行上方的几行中,您会发现一个名为的部分,login:
您应该删除该整个部分并重试。