⟵ Все статьи
Читать на:

Why Your New VPS May Already Be in Spam Databases

Why Your New VPS May Already Be in Spam Databases

You have just rented a new VPS, set up a mail server, and discovered that your emails are going to spam or not reaching recipients at all. The reason may not be in your configuration — the IP address you were assigned simply has a bad history. This is a common situation in the world of virtual servers, and understanding its causes will help you act quickly and effectively.

Where a "Dirty" Reputation on a New IP Comes From

IP addresses are not created from scratch every time a provider assigns them to a client. They are reused repeatedly: first the address belonged to one tenant, then another, then a third. If any of the previous owners sent spam, engaged in phishing, or ran botnet activity, that IP may have ended up on dozens of blacklists. When the address is released and passed on to the next client, its history does not disappear — it is stored in DNSBL service databases for months and even years.

In addition to direct abuse, an IP can end up in spam databases due to its belonging to a certain address range. Large mail providers and anti-spam systems often block entire subnets if a high volume of unwanted mail has historically come from them. Your specific address may be completely clean — you simply had bad luck with your range neighbors.

How to Check IP Reputation Right After Receiving a Server

The first thing to do after launching a new VPS is to check the IP address in blacklist aggregators. The most popular tools are MXToolbox Blacklist Check, MultiRBL, and HetrixTools. They simultaneously query dozens of DNSBL databases and show exactly which ones list your address as untrustworthy. You should run this check before you send even a single email.

In addition to aggregators, it is useful to manually check several key databases: Spamhaus ZEN, Barracuda Reputation Block List, and Microsoft SNDS. These are the sources that the largest mail services — Gmail, Outlook, Yahoo — rely on. If your IP appears in even one of them, some emails are guaranteed to be rejected or marked as spam.

What to Do If Your IP Is Already on a Blacklist

Most DNSBL services provide a form for submitting a delisting request. The process usually takes anywhere from a few hours to several days. To be successfully removed from a database, you will need to prove that the violations have stopped: configure a PTR record, ensure SPF and DKIM are set up correctly, and demonstrate that no suspicious activity is originating from the server. Without these steps, your request will most likely be rejected.

If the IP is on several major databases at once and delisting is taking too long, the fastest solution may be to change the IP address. Contact your provider's support team and ask for a different address, or recreate the server. When renting a VPS on NodexGo, you can ask support in advance whether the assigned addresses are pre-checked — this will save time when starting a mail project.

Technical Settings That Affect Reputation

Even if the IP is clean, an incorrect server configuration will quickly damage its reputation. The basic minimum for a mail server includes: a PTR record (reverse DNS) that matches the hostname; an SPF record in the domain's DNS that explicitly specifies allowed sending sources; a DKIM signature for all outgoing emails; and a DMARC policy with at least a none mode for monitoring. Without these four elements, modern mail gateways will treat your emails with suspicion regardless of the IP's reputation.

Outgoing traffic throttling deserves special attention. Even a legitimate mailing sent too quickly from a new IP is perceived by anti-spam systems as suspicious. A new address needs to be "warmed up": start with small volumes and gradually increase them over several weeks. This approach is called IP warming and is standard practice among professional email marketers.

Ongoing Reputation Monitoring

A one-time check at server launch is only a starting point. IP reputation can deteriorate at any moment — due to a server breach, a vulnerable script on a website that starts sending spam, or compromised mail client credentials. Set up automated monitoring through HetrixTools or a similar service — they will send a notification as soon as your IP appears on any blacklist.

In addition to external tools, monitor the mail server logs on the VPS itself. A sudden spike in the outgoing mail queue, unfamiliar recipient addresses in the logs, or 550 errors from remote servers are all early signs that something has gone wrong with the IP's reputation. You need to react immediately: every hour of delay increases the number of databases your address will end up in.

It is also useful to periodically check your IP through Google Postmaster Tools and Microsoft SNDS — both services show how the largest mail platforms assess your reputation and provide tips for improving deliverability. These are free tools that you should connect right after launching your mail server.

Choosing a Server With Mail Tasks in Mind

If email is the key function of your VPS, approach the choice of configuration thoughtfully. For a mail server, not only computing resources matter but also location: placing the server in the same geographic zone as your audience reduces latency and increases trust from receiving servers. When ordering a VPS on NodexGo, you can see the real ping to each available location directly in the interface — this helps you make an informed choice rather than guessing.

Launch a Clean VPS for Your Mail Server

Create a Server

What to Check in the First Minutes After Launching a VPS

Immediately after receiving a new server and connecting via SSH, run a basic IP diagnostic. The following commands will help you confirm that the address is in good standing and record the initial state of the system before installing mail software.

ssh root@server-IP-address

After logging in, check the server's outgoing IP address and make sure it matches what the control panel shows.

curl -s https://api.ipify.org
dig -x $(curl -s https://api.ipify.org) +short

The first command returns the server's external IP, and the second performs a reverse DNS lookup and shows the PTR record. If the PTR is not configured or points to a default name like "static.xxx.xxx.xxx.provider.net", this is the first signal that you need to contact your provider to correct it for your domain.

Additionally, check whether the server is listening on port 25 in open mode without authentication — this is a common reason for ending up on spam databases if the server is compromised.

ss -tlnp | grep ':25'
netstat -tlnp | grep ':25'

Summary

A new VPS ending up on spam databases is not uncommon and is no reason to panic, but it is a reason for immediate action. Check the IP reputation right after launch, configure PTR, SPF, DKIM, and DMARC before sending the first email, implement ongoing monitoring, and do not ignore signals in the logs. Most problems can be resolved within a few hours if you do not put them off.

If you are planning to launch a mail server or any other project where IP reputation matters, rent a VPS on NodexGo, choose the right location and configuration, and start with a clean slate by following the proven practices from this article.

Choose a VPS With the Right Location and Reputation

Create a Server

Мы используем файлы cookie: необходимые — для входа в аккаунт и языка интерфейса, аналитические — чтобы понимать, какими страницами пользуются. Сторонних рекламных систем у нас нет. Подробнее