• 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 smtpd_timeout = 3600s, why is Plesk so anxious to make that entry in main.cf???

mr-wolf

Silver Pleskian
Plesk Guru
Plesk really likes to have smtpd_timeout = 3600s and smtpd_proxy_timeout = 3600s in its /etc/postfix/main.cf

I don't, so I have both these entries commented out.
The reason for this is that I have Postfix protected with an SMTP-proxy (ASSP). Whenever spam comes in it will, in real time, break the connection of the SMTP-session to Postfix.

With a timeout of 1h, there will soon be too many connections.

I know of course that mine is not a standard setup, but at the same time I do not see any merit in a 1 hour timeout.

Because this setting is crucial on my setup I have monitored main.cf for this entry and 2 days ago I noticed these 2 rows were added again to main.cf.
Normally these things happen at 4 in the morning due to some upgrade, but this time it was in the middle of the day.

I then remembered that I did a "Plesk repair all -y -v" on that server.

Why oh why does Plesk like to wait for an hour???
 
I didn't see this coming.
Large messages?
The timeout is the time postfix waits when there's no incoming data. The default setting of postfix is 5 minutes,

This is what postfix recommends when it's used in stress environment

Line 1: under conditions of stress, use an smtpd_timeout value of 10 seconds instead of the default 300 seconds. Experience on the postfix-users list from a variety of sysadmins shows that reducing the "normal" smtpd_timeout to 60s is unlikely to affect legitimate clients. However, it is unlikely to become the Postfix default because it's not RFC compliant. Setting smtpd_timeout to 10s or even 5s under stress will still allow most legitimate clients to connect and send mail, but may delay mail from some clients. No mail should be lost, as long as this measure is used only temporarily.

So 5 minutes is the normal default
10s is for stress.

But what special reason can there be to set it 1 hour?

and it's not only that, it's one of the few settings that Plesk wants to keep managing even if the user clearly wants another value.

Why not make it a managed value that can be set in the webif?
 
Can you please bring it to the attention of the developers and maybe it was once done for some reason which does not exist anymore?
The Internet was already a bad place with all those spammers 10 years ago, but it only got worse.
A timeout of an hour is way too long nowadays to let them hog your resources.
 
Hi Igor & Obendev,

I missed those last 2 answers... Thanks for those answers and hopefully it will change one day.
 
Hi Igor & Obendev,

I missed those last 2 answers... Thanks for those answers and hopefully it will change one day.

I believe that it will change sooner than later per Igor's note that about the bug fix PPPM-12236. It just takes time for the Plesk Devs to wind down the clock ;)
 
Mmmmmm.....

I've waited 6 years for SRV-records to support more than TCP and UDP (the one asking for it in 2008 has died waiting for it).
I waited 2 years for CNAME-records to support underscores.

I'm now waiting for NS-records to support underscores. Apparently someone else asked it before I did.
I'm still waiting (3 years) for "restore" to recover a site with their original file dates (even though their original dates are in the back-up).

Sometimes you have to wait a long time to get things fixed that should have been working in the first place.
 
Back
Top