Starting sendmail: make: Warning: File `virtusertable.db’ has modification time 2.2e+07 s inthe future
make: warning: Clock skew detected. Your build may be incomplete.
*** Warning: File `virtusertable.db’ has modification time in the future (2003-06-13 11:57:26 > 2003-06-13 06:04:40)
make: warning: Clock skew detected. Your build may be incomplete.
错误表示安装系统时候,可能发生一些时间上面的错误判断了,导致于你的 sendmail 相关的设定配置文件竟然比目前的时间还要新,也就是该配置文件来自未来
所以更新配置文件时间即可解决:
方式一:更新配置文件时间。
touch /etc/mail/*
方式二:同步机器时间也可以解决。
转载于:https://blog.51cto.com/chenshengang/1397382