您好,关于修复命令,基于您这边是centos 7操作系统使用yum方式
yum install postfix -y
yum install postfix-sqlite -y
yum install dovecot-pigeonhole -y
yum install dovecot -y
yum install cyrus-sasl-plain libsodium libwins -y
卸载的命令
yum remove postfix -y
yum remove dovecot -y
yum remove opendkim -y
yum remove rspamd -y
yum remove dovecot-pigeonhole -y
|