Richard G
Verified User
We are still getting spam from Mailgun. Which more and more spammers seem to use.
Mailgun is on the dnswl whitelist so it won't be blocked. That is not so bad, but at least senders must be able to be blocked.
We get mail from senders like this:
So I put autoserve1.* in the /etc/virtual/blacklist_domains file but it's not blocked.
I also put it in the blacklist_senders file but made a typo so that wouldn't have blocked, but I wonder why the blacklist_domains file did not block in this case.
Mailgun is on the dnswl whitelist so it won't be blocked. That is not so bad, but at least senders must be able to be blocked.
We get mail from senders like this:
Code:
Received: from a225-30.mailgun.net ([143.55.225.30])
by server.mydomain.nl with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384
(Exim 4.98)
(envelope-from <[email protected]>)
So I put autoserve1.* in the /etc/virtual/blacklist_domains file but it's not blocked.
I also put it in the blacklist_senders file but made a typo so that wouldn't have blocked, but I wonder why the blacklist_domains file did not block in this case.