Install and integrate Rspamd
Tutorials Shared by the Internet Community
Install and integrate Rspamd
In this tutorial we will go through the installation and configuration of the Rspamd spam filtering system and its integration into our mail serverStatistics
Total Hits - 767
Total Votes - 0 votes
Vote Up - 0 votes
Vote Down - 0 votes
Domain - linuxize.com
Category - Linux/Email Systems
Submitted By - linuxize
Submitted on - 2018-06-06 17:06:14
Description
In this tutorial we will go through the installation and configuration of the Rspamd spam filtering system and its integration into our mail server and creating DKIM and DMARC DNS records. You may ask why we choose to go with Rspamd and not with Spamassassin. Rspamd is written in C and it is much faster then Spamassassin which is written in Perl and also Rspamd is more actively maintained. Another reason is that Rspamd comes with a DKIM signing module so we will not have to use another software to sign our outgoing emails. More detail...