Linux 无法打开/usr/share/sendmail-cf/m4/cf.m4

2019-07-31 17:25 By "Powerless" 3384 0 1

[root@wzxaini9 /]# m4 sendmail.mc > sendmail.cf
m4:sendmail.mc:10: cannot open `/usr/share/sendmail-cf/m4/cf.m4': No such file or directory

这是因为sendmail-cf包不存在并且需要安装

[root@wzxaini9 /]# yum install sendmail-cf -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
......

安装完成后即可使用

[root@wzxaini9 /]# m4 sendmail.mc > sendmail.cf


评 论

View in WeChat

Others Discussion

  • 浏览器访问网站经历的步骤-Html
    Posted on 2018-11-28 18:48
  • PHP练习-无重复字符的最长子串
    Posted on 2020-09-17 18:03
  • QPS、TPS、RT、吞吐量到底是什么
    Posted on 2020-02-02 01:15
  • ACID原则
    Posted on 2020-12-17 16:36
  • 分布式架构之「 数据分布」
    Posted on 2019-11-14 10:00
  • 2016年云计算热词
    Posted on 2019-06-12 17:53
  • 能创建多少个 TCP 连接?
    Posted on 2021-08-02 16:00
  • MySQL中的行级锁,表级锁,页级锁
    Posted on 2018-08-25 11:00