Rspamd安装:
Cento7 系列使用这个:
- curl https://rspamd.com/rpm-stable/centos-7/rspamd.repo > /etc/yum.repos.d/rspamd.repo
- rpm --import https://rspamd.com/rpm-stable/gpg.key
- yum update
- yum install rspamd
复制代码
centos8 系列使用这个:
- curl https://rspamd.com/rpm-stable/centos-8/rspamd.repo > /etc/yum.repos.d/rspamd.repo
- rpm --import https://rspamd.com/rpm-stable/gpg.key
- yum update
- yum install rspamd
复制代码 |