Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 Ubuntu 机器上成功使用 Postfix 后,我决定在新服务器上尝试 Exim,因为一些人评论说它更容易设置和使用。
好吧,我马上就遇到了我的 Rails 应用程序的问题,考虑到 Postfix 的易用性,我决定删除 Exim 并安装 Postfix。
但是,如何干净地删除它很难找到......
以下是干净轻松地摆脱 Exim4 所需要做的一切:
apt-get remove exim4 exim4-base exim4-config exim4-daemon-light
您可能留下了 exim4 日志目录。如果你这样做,只需手动摆脱它:
rm -r /var/log/exim4/
我会做什么:
apt-get remove exim4*