Skip to content

Instantly share code, notes, and snippets.

@luisfavila
Last active October 15, 2018 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisfavila/5895f49fbb3da28094e3625de8c04c5e to your computer and use it in GitHub Desktop.
Save luisfavila/5895f49fbb3da28094e3625de8c04c5e to your computer and use it in GitHub Desktop.
Install rspamd ubuntu
CODENAME=`lsb_release -c -s`
wget -O- https://rspamd.com/apt-stable/gpg.key | apt-key add -
echo "deb http://rspamd.com/apt-stable/ $CODENAME main" > /etc/apt/sources.list.d/rspamd.list
echo "deb-src http://rspamd.com/apt-stable/ $CODENAME main" >> /etc/apt/sources.list.d/rspamd.list
apt-get update
apt-get -q -y --no-install-recommends install rspamd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment