CentOS7系统:- wget -O /etc/yum.repos.d/rspamd.repo https://rspamd.com/rpm-stable/centos-7/rspamd.repo
- rpm --import https://rspamd.com/rpm-stable/gpg.key
- yum reinstall rspamd -y
复制代码 CentOS8系统:
- wget -O /etc/yum.repos.d/rspamd.repo https://rspamd.com/rpm-stable/centos-8/rspamd.repo
- rpm --import https://rspamd.com/rpm-stable/gpg.key
- yum reinstall rspamd -y
复制代码
|