Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Non-stop spam emails sent from OVH hosted server.

I recently got a lot phishing emails from day to day. They all come from OVH ips.
For example(see image)

Do anyone have similar situation? How do you handle this besides using spam filter?

Comments

  • just report OVH. case closed

  • zedzed Member

    I just let @jar handle all my spam.

    Thanked by 1jar
  • First of all I thought OVH sending spams 😂

    Yeah, abuse report it is my man.

  • Reported once before. Never get any replies from them..

  • zmeuzmeu Member
    edited March 2025

    echo '-i origin AS16276' | nc whois.radb.net 43 | grep '^route:'

    Regards

    Thanked by 1e2bs2k1
  • @e2bs2k1 said: Do anyone have similar situation? How do you handle this besides using spam filter?

    That IP is already listed by a few RBLs, and it doesn't even have a proper Reverse DNS record, so that's an easy one to just reject.

    BTW, SendGrid seems to send a lot of spam lately - and that's a lot more difficult to deal with.

    Thanked by 1e2bs2k1
  • jarjar Patron Provider, Top Host, Veteran
    edited March 2025

    @e2bs2k1 said:
    I recently got a lot phishing emails from day to day. They all come from OVH ips.
    For example(see image)

    Do anyone have similar situation? How do you handle this besides using spam filter?

    Like this:

    deny    message = Mail not accepted from default assigned hostnames
            !authenticated = *
            condition = ${if or{\
                          {match{$sender_helo_name}{\N^vps-.*\.vps\.ovh\.(ca|us|net)$\N}}\
                          {match{$sender_host_name}{\N^vps-.*\.vps\.ovh\.(ca|us|net)$\N}}\
                        }{yes}{no}}
            logwrite = Rejected default OVH hostname: helo=$sender_helo_name host=$sender_host_name from $sender_host_address
    Thanked by 2n1njax e2bs2k1
Sign In or Register to comment.