Oh! Thank you so much that fixed the issue.
Updating docker to 24.0.2 actually (probably they released another minor updated).
It also fixed another issue with failing DNS lookups, thanks!
Brand & Marketing Strategist, CEO @ Vanguardly
Oh! Thank you so much that fixed the issue.
Updating docker to 24.0.2 actually (probably they released another minor updated).
It also fixed another issue with failing DNS lookups, thanks!
Hello,
I’ve been having an increase in emails being returned with:
: TLSA lookup error for subdomain.domain.tld:25--
The subdomain.domain.tld is NOT my domain, it’s the destination.
Adding the exception to TLS policy maps in the Configuration menu works.
However I find strange that I’m getting quite a LOT of them.
Is there anything I can do?
Thank you!
Hello,
I want to blacklist an IP on the server.
After some investigation I thought the Rspamd Settings Map (via the GUI) could be the best option.
I added this rule:
priority = 10;
ip = "222.111.222.111";
apply "default" {
MAILCOW_BLACK = -9999.0;
}
symbols [
"MAILCOW_BLACK"
]
Is this the best way to do it?
Is there any difference on using sieve filters and setting the forwarder on Sogo?