[Rspamd-Users] Whitelisting sender domains
fred.zinsli at shooter.co.nz
fred.zinsli at shooter.co.nz
Thu Apr 29 05:43:41 UTC 2021
Thanks for that Jens
I would love to resolve the problem properly. But my serious lack of
knowledge prevents me from doing so.
Can you give me some pointers as to what/where to look to resolve to
actual problem.
Regards
Fred
On 2021-04-27 19:27, Friedrichs, Jens wrote:
> Hello,
>
> I would suggest not to use -1000 score points to whitelist.
> All mails would be learned as ham.
>
> multimap.conf:
>
> SENDER_DOMAIN_WHITELIST {
> type = "from";
> filter = "email:domain"
> map = "file://$LOCAL_CONFDIR/maps.d/sender_whitelist.map";
> }
>
> sender_whitelist.map
> ## domain.com
> ## tld.domain.com
>
> force_actions.conf
>
> WHITELIST_SENDER_SPAM {
> action = "no_action";
> expression = "( SENDER_ADDRESS_WHITELIST | SENDER_DOMAIN_WHITELIST
> )";
> }
>
> This would whitelist all mails from the domains in the list. And not
> get learned as ham.
>
> And to be safe from possible virus attacks:
>
> force_actions.conf
>
> VIRUS_FOUND {
> action = "reject";
> message = "INSERT YOUR TEXT HERE";
> expression = GROUP_VIRUS_REJECT
> require_action = ["no action", "greylist", "reject", "add header",
> "rewrite subject"]; < makes the force_action a post_filter and
> overwrites the pre_filter (WHITELIST_SENDER_SPAM)
> }
>
>
> But all in all I would not suggest to use whitelists. It is always a
> better idea to solve the problem 😊
>
>
> Best regards
> Jens
>
> -----Ursprüngliche Nachricht-----
> Von: Users <users-bounces at lists.rspamd.com> Im Auftrag von FredZ via
> Users
> Gesendet: Dienstag, 27. April 2021 08:44
> An: User questions <users at lists.rspamd.com>
> Cc: fred.zinsli at shooter.co.nz
> Betreff: [Extern] [Rspamd-Users] Whitelisting sender domains
>
> Hello all
>
> Firstly: I have little to no working knowledge of RSPAMD. So please be
> patient with me.
>
> I am attempting to whitelist sender domains.
>
> What I have to date.
>
> /etc/rspamd/local.d/multimap.conf
> WHITELIST_SENDER_DOMAIN {
> type = "from";
> filter = "email:domain";
> map = "/etc/rspamd/local.d/whitelist.sender.domain.map";
> score = -1000.0
> }
>
>
> /etc/rspamd/local.d/whitelist.sender.domain.map
> whitelisteddomain.tld
> whitelisted.domaon.tld
>
> Obviously whitelisteddomain.tld and whitelisted.domaon.tld are the
> actual domains I want whitelisted.
>
> However this doesn't seem to be working as emails from the domains in
> the list are still being marked as spam.
>
> rspamd ver = 2.7
> postfix
> Dovecot
> Sieve
> Redis
> OS = Debian Buster
>
> Your comments would be most helpful.
>
> Regards
>
> Fred
> --
> Users mailing list
> Users at lists.rspamd.com
> https://lists.rspamd.com/mailman/listinfo/users
More information about the Users
mailing list