我试图在ubuntu20.04上安装后缀,但是后缀配置屏幕没有启动,也没有错误消息:
user@leo:~$ sudo apt-get install mailutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
mailutils is already the newest version (1:3.7-2.1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
user@leo:~$ sudo dpkg-reconfigure postfix
dpkg-query: package 'postfix' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
/usr/sbin/dpkg-reconfigure: postfix is not installedmailutils是否不再包含后缀?
发布于 2021-08-26 18:06:17
Ubuntu一点也没变。它仍然将后缀安装为mailutils的依赖项,if --您还没有安装其他邮件传输代理--。
套餐列出了它的依赖项:
默认mta虚拟包,由后缀或[显示15份提供的包裹]提供的邮件传输代理虚拟包提供。
因为您已经用列出的包之一替换了后缀,所以不会安装它。如果您确实需要后缀,则需要在安装后缀之前删除另一个MTA。
发布于 2021-08-31 15:11:14
显然,它就像:apt install postfix一样简单
https://serverfault.com/questions/1075735
复制相似问题