• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue SMTP / connection dropped for one sender

Erwan

Regular Pleskian
Server operating system version
CentOS 6.10
Plesk version and microupdate number
18.0.31
Hi,

We have a problem with receiving emails on one server.

A sender receives the following message when sending emails:
Message delivery to the host X.X.X.X failed while delivering to the remote domaine 'MYDOMAIN.COM' for the followinf reason: The connection was dropped by the remote host.

But no problem with other senders. The messages are correctly received.

The server is old. It uses Courier-IMAP / Qmail.

Nothing in /var/log/maillog about the sender with the problem.
In /var/log/messages, we have:
FAIL: smtp per_source_limit from=::ffff:xx.xx.xx.xx

xx.xx.xx.xx is the IP from the sender with the problem.

So, i've updated /etc/xinetd.conf:
# Define access restriction defaults
#
# no_access =
# only_from =
# max_load = 0
cps = 50 10
instances = 50
per_source = 1000


The value was pers_course = 10 before. Is this the solution? anything else to do?

Thank you.

Erwan
 
Hello Peter,

That's what I thought at first, but no sender IP at fail2ban or firewall.
 
yes, xbl.spamhaus.org;sbl.spamhaus.org but no problem with sender ips too.

Messages are starting to arrive so the problem seems to be solved with the modification.

Last question:
Do you know the interval / range for xinet "per_source_limit"?
Concurrent access, per hour...?
 
It can be anything up to "UNLIMITED". For details please see xinetd.conf(5) - Linux man page
But: Setting too high values can lead to excessive overload of a server when too many requests shall be handled which can make a server unresponsive. There is no clear rule how much is "too many". 1000 sounds like a lot already.
 
Back
Top