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

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

  • HTTP头中隐藏PHP版本号
    Posted on 2021-01-11 16:38
  • Composer 异常 [ErrorException]
    Posted on 2019-11-25 17:55
  • TCP协议的特性
    Posted on 2019-04-26 16:46
  • 能创建多少个 TCP 连接?
    Posted on 2021-08-02 16:00
  • PHP练习-移动数组内的0到最后并保持其他元素顺序不变
    Posted on 2020-08-14 20:32
  • Mysql联合索引的最左前缀匹配原则
    Posted on 2018-08-25 15:00
  • PHP没你想的那么差
    Posted on 2021-12-17 15:40
  • 快速了解Kafka
    Posted on 2021-03-25 14:20