我试图将我的Wordpress网站从托pipe的VPS移动到我的OVH专用机器,并在即时通讯中尝试安装WP。 但是,按照这些说明,我得到这个错误:
Setting up exim4-daemon-light (4.80-7+deb7u1) ... [....] Starting MTA:2015-07-04 22:33:53 Exim configuration error in line 38 of /var/lib/exim4/config.autogenerated.tmp: main option "acl_smtp_mime" unknown Invalid new configfile /var/lib/exim4/config.autogenerated.tmp, not installing /var/lib/exim4/config.autogenerated.tmp to /var/lib/exim4/config.autogenerated invoke-rc.d: initscript exim4, action "start" failed. dpkg: error processing exim4-daemon-light (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: exim4-daemon-light E: Sub-process /usr/bin/dpkg returned an error code (1)
我发现了一些相关的问题,但他们没有解决我的问题。
如果有帮助,我正在运行Wheezy。
apt-get install exim4-daemon-heavy
这对我来说是固定的,因为在重新安装exim4的时候,简单的注释行并没有帮助,因为文件get只是被重新生成而没有注释的覆盖。
有点晚了,但也许对别人有用。
快速修复:使用#号注释此行,然后重新运行您的命令。 我不认为你需要这个选项,但是如果你这样做的话,你可能会在稍后想办法。