• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Qmail connection refused problem solved

C

ciscoheat

Guest
I had problems with qmail and port 25, and looking through here I found that this issue had been brought up before. I didn't find my actual solution so I'm posting it here.

The problem was a "Connection refused" when trying to send mail to any account on the server. Running "nmap localhost" made it clear - port 25 was closed. Now I couldn't find any setting in Plesk to open it, so I started looking through configuration files.

In /etc/inetd.conf, I found that both smtp and smtps were commented out with "#<off>#". Removing those comments and restarting xinetd using "/etc/init.d/xinetd restart" solved the mail problem. It also solved the service problem in Plesk control panel, where the qmail service looked like it was turned off even though it wasn't.

There is a snag though. I don't know if Plesk is tampering with inetd.conf, so if it autogenerates that file it may turn off smtp again. So my question is this, anyone know if Plesk is changing inetd.conf, and if it has something to do with the #<off># comment found there?
 
Back
Top