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

2019-07-31 17:25 By "Powerless" 3307 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

  • 2016年云计算热词
    Posted on 2019-06-12 17:53
  • 能创建多少个 TCP 连接?
    Posted on 2021-08-02 16:00
  • MySQL中的行级锁,表级锁,页级锁
    Posted on 2018-08-25 11:00
  • 投票通过,PHP 8 确认引入 Union Types 2.0
    Posted on 2019-11-18 22:22
  • PHP没你想的那么差
    Posted on 2021-12-17 15:40
  • 通过信鸽来解释HTTPS
    Posted on 2018-10-22 13:56
  • PHP练习-移动数组内的0到最后并保持其他元素顺序不变
    Posted on 2020-08-14 20:32
  • 快速了解Kafka
    Posted on 2021-03-25 14:20