• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How do I block an incoming IP address for qmail

madsere

Regular Pleskian
I know I can blacklist email addresses and domain name, but I want to know how I can block an IP or IP-range from Qmail.

badmailfrom only seems to accept domain names.

Does /etc/tcp.smtp work on Plesk?

I prefer not involving iptables.
 
27 views, no replies, does that mean it can't be done?

In sendmail it's just adding the IP or even part of the IP into /etc/mail/access.

If qmail is to hot it surely must have a way to do this too :)
 
Originally posted by madsere
I know I can blacklist email addresses and domain name, but I want to know how I can block an IP or IP-range from Qmail.

badmailfrom only seems to accept domain names.

Does /etc/tcp.smtp work on Plesk?

I prefer not involving iptables.
As you are no doubt aware, there are several ways to implement/install Qmail onto a server. Plesk's implementation does not use tcpserver nor the ucspi-tcp package, which is what would be needed for the /etc/tcp.smtp file to be used.

We prefer to block IPs in iptables (block from entire server), or by using mod_security rules.
 
Well as you may know VE's (Virtuozzo virtual servers) don't like iptables too much, and I need to block a couple of countries who has never produced anything by spam for me - china, korea, taiwan for starters.

As you may also know they rarely use their real .cn, .tw and .kr as the mail sender.

blackholes.org seems to be dead so my only option is to block their ip ranges.

Come on, there must be a way to do this? It's so commonly used on all platforms?!?!
 
Back
Top