如果更换了手动安装试试
rspamd:
- wget -O /etc/yum.repos.d/rspamd.repo https://rspamd.com/rpm-stable/centos-8/rspamd.repo --no-check-certificate
- rpm --import https://rspamd.com/rpm-stable/gpg.key
- yum install rspamd -y
- systemctl start rspamd
复制代码
dovecot:
- yum install dovecot-pigeonhole dovecot -y
复制代码 |