Questions tagged [rspamd]

33 questions
4
votes
1 answer

postfix + rspamd: postfix does not resolve virtual alias

I have a postfix mail server based on Arch Linux. I used the usual configuration: mysql virtual_* (mailbox, alias, domain) and amavisd filtering (content_filter = smtp-amavis:[127.0.0.1]:10024). I would like to try the rspamd and I think I've set…
Laszlo Malina
  • 168
  • 2
  • 10
3
votes
1 answer

Do not reject mails with rspamd 1.7+

I want to gradually fade out my spamassassin setup, replacing it with rspamd and I am currently one step away from activating the milter that will actually forward mails to my rspamd instance. Before I do that I would like to test if rspamd is…
tr9sh
  • 221
  • 2
  • 8
3
votes
1 answer

Why does rspamd consider an odd number of URIs in an email to be an indicator of spam?

Rspamd has many email spam heuristics, and one of them is URI_COUNT_ODD. This heuristic seems to just count how many URIs are in the body of the email, and adds 1 to the score if the number is odd. What is the rationale behind this?
kuilin
  • 139
  • 4
2
votes
1 answer

DKIM on aliased domains with rspamd and postfix

I'm having trouble DKIM signing my outgoing emails when they're sent from an alias domain. That is, when I'm authenticated with user@domain1.com sending as user@domain1.com or somebodyelse@domain1.com my emails are correctly DKIM-signed, but if I…
2
votes
1 answer

How to whitelist individual email address with rspamd

How can a specific from address be whitelisted using rspamd? The address I have in mind is someone@hotmail.com so I certainly don't want to whitelist the whole hotmail.com domain since it is the source for a lot of rubbish. Although the from address…
mbrampton
  • 311
  • 4
  • 12
2
votes
2 answers

Back up Rspamd Spam/Ham databases

I use Rspamd to filter my emails from spam. The spam filter has already been trained with more than 300.000 emails. Is there a way to save this "knowledge" or transfer it to another system?
br0ken.pipe
  • 167
  • 2
  • 9
2
votes
2 answers

Postfix - Rspamd + amavis

Currently I have Postfix with Amavis, Spamassassin, Clamav and all the bells and whistles up and running. I would like to add RSpamd to the configuration, I don't want to replace Amavis, just keep them running side by side, marking spam messages in…
InToSSH
  • 45
  • 7
2
votes
0 answers

How is an SMTP-Client supposed to behave if he receives an Error from the Server?

Consider the following SMTP-Session: 220 mx.example.com ESMTP Postfix EHLO example.com 250-mx.example.com 250-PIPELINING 250-SIZE 10240000 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 SMTPUTF8 MAIL FROM:<> 250 2.1.0 Ok RCPT…
Subito
  • 388
  • 1
  • 3
  • 11
1
vote
0 answers

Why/When are some rejected mails not listed in rspamd history

I am seeing mails which are greylisted/rejected by rspamd according to the postfix log which are not shown in rspamd's GUI history. I have two questions: Which are the general cases when mails are not listed in the history? Do you have an idea why…
wedi
  • 358
  • 4
  • 12
1
vote
1 answer

RSPAMD + DKIM Signing: How to be able to use a single DKIM Key for multiple domains?

I was able to setup a Single DKIM Key for multiple domains with OPENDKIM by using their KeyTables and SigningTable. But since the company started to use RSPAMD, I could not use OPENDKIM along with RSPAMD anymore, and required to use DKIM Signing…
busythomas
  • 91
  • 2
  • 9
1
vote
0 answers

rspamd mx_check module flags all mx as invalid

I am currently installing rspamd 1.7.9 on a Debian 9 server. Everything is working except the mx_check module. It always results in MX_INVALID. I already tried increasing the timeout, but I don't think it is a timeout issue. Enabling debug for the…
MuhKuh
  • 151
  • 3
1
vote
0 answers

rescore spam corpus with rspamd

I recently tried to rescore my spam/ham corpus with rspamds rescoring mechanism (see the example in "Corpus test and rescore tool"), but unfortunately this ends in a runtime error. My current minimal test-case is the following: echo test >…
tr9sh
  • 221
  • 2
  • 8
1
vote
1 answer

Postfix - Send spam to different email address

I've researched for an answer to this question and can't find anything. I have Postfix running on Debian Stretch. I will soon be setting up Rspamd. Here's the logic of what I want to have happen when spam arrives: Postfix receives a message from…
pkSML
  • 181
  • 1
  • 8
1
vote
1 answer

Rspamd : Blacklists not working consistently

RSPAMD 3.5.2 Using the multimap module I am rejecting certain email addresses via a blacklist: multimap.conf blacklisted_addresses { description = "Blacklisted addresses"; type = "from"; prefilter = true; filter = "email"; map =…
Aditya K
  • 923
  • 3
  • 13
  • 24
1
vote
0 answers

Include matching rspamd rules in mail headers

Spamassassin has a feature to include the matching rules in the headers of mails flagged as spam, so one can see why the mail was classified as spam and possibly adjust or create mailbox filters that match in specific rules. Can I configure rspamd…
allo
  • 1,620
  • 2
  • 22
  • 39
1
2 3