I have been experimenting with rspamd for a day or so.
I am trying to use it with multiple domains and multiple personal user preferences.
Looking
for a way that users have their own whitelists, reading what I can
find online it looks like a multimap would fit on environment the best.
We would maintain a file for each user, with their own multimap file of whitelisted senders.
I
know there are issues with SA and rspamd doing things on an individual
basis, but let's assume that each message is being sent to an individual
user.
We should be able to implement that with Exim using
PRDR (Per-Recipient Data Responses) or by limiting the number of recipients
for each delivery
attempt to one recipient.
Then we pass the
message to rspamd, what is the procedure we use to get the multimap
system to read the user's personal whitelist?
Are there any examples online or in the user documentation of someone implementing personal whitelists or blacklists?
Regards,
Kai