[root@rhel55 ~]# yum install -y yum-utils
[root@rhel55 ~]# yum-complete-transaction
出现这个问题,可能是之前已安装过某些软件,现在安装新软件,版本冲突。需要卸载旧版本,安装新的。
[root@rhel55 ~]# yum install -y yum-utils
[root@rhel55 ~]# yum-complete-transaction
出现这个问题,可能是之前已安装过某些软件,现在安装新软件,版本冲突。需要卸载旧版本,安装新的。
之前发送附件,超过50M的,一般就卡在 正在发送邮件,请稍后。附件限制大小,脚本超时之类的配置,都修改了,但是还是卡。最后:
编辑/etc/postfix/main.cf中加入一行 smtpd_peername_lookup = no
然后重启POSTFIX : service postfix restart
OK了~~~