![Exim:拒绝来自本地主机 [127.0.0.1] (tcp 包装器) 的连接](https://linux22.com/image/619281/Exim%EF%BC%9A%E6%8B%92%E7%BB%9D%E6%9D%A5%E8%87%AA%E6%9C%AC%E5%9C%B0%E4%B8%BB%E6%9C%BA%20%5B127.0.0.1%5D%20(tcp%20%E5%8C%85%E8%A3%85%E5%99%A8)%20%E7%9A%84%E8%BF%9E%E6%8E%A5.png)
我重启了系统,但 exim 停止工作了。我不知道哪里出了问题...
尾部/var/log/exim/main.log
2013-10-13 03:52:01 refused connection from localhost [127.0.0.1] (tcp wrappers)
2013-10-13 03:52:01 refused connection from localhost [127.0.0.1] (tcp wrappers)
2013-10-13 03:52:22 refused connection from localhost [127.0.0.1] (tcp wrappers)
2013-10-13 03:52:22 refused connection from localhost [127.0.0.1] (tcp wrappers)
2013-10-13 03:52:23 refused connection from localhost [127.0.0.1] (tcp wrappers)
2013-10-13 03:52:23 refused connection from localhost [127.0.0.1] (tcp wrappers)
2013-10-13 03:53:01 refused connection from localhost [127.0.0.1] (tcp wrappers)
2013-10-13 03:53:01 refused connection from localhost [127.0.0.1] (tcp wrappers)
2013-10-13 03:53:02 refused connection from localhost [127.0.0.1] (tcp wrappers)
2013-10-13 03:53:23 refused connection from localhost [127.0.0.1] (tcp wrappers)
猫/etc/hosts.allow
sshd:ALL
sendmail:ALL
mail:ALL
etc/init.d/exim 状态
exim (pid 35763) is running...
答案1
第 8 条http://www.exim.org/exim-html-current/doc/html/spec_html/ch-building_and_installing_exim.html
基本上,将“sendmail”更改为“exim”。