在我的旧服务器以及我运行过的大多数其他设备上,都有一个提供的mail
程序。
在我的新的 CentOS 6 服务器上,运行 postfix 作为 MTA,我无法通过命令行发送电子邮件mail
- 该工具不存在。
当我拨打yum whatprovides mail
电话时,我没有得到任何有用的回复:
$ yum whatprovides mail
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: centos.kiewel-online.ch
* extras: centos.kiewel-online.ch
* updates: centos.kiewel-online.ch
base | 3.7 kB 00:00
base/primary_db | 4.2 MB 00:00
cr | 3.5 kB 00:00
cr/primary_db | 3.9 MB 00:00
extras | 3.0 kB 00:00
extras/primary_db | 1.9 kB 00:00
updates | 3.5 kB 00:00
updates/primary_db | 3.3 MB 00:00
Warning: 3.0.x versions of yum would erroneously match against filenames.
You can use "*/mail" and/or "*bin/mail" to get that behaviour
No Matches found
在 CentOS 6 上如何发送用户到用户的邮件?
答案1
在 CentOS 中,该二进制文件由以下包提供mailx
:
yum install mailx
仅供参考,正如帖子底部的消息所示,您使用的whatprovides
方式不正确。在镜像中搜索名为“mail”的文件的正确用法应该是:
yum whatprovides */mail