• 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 problems after update to Onyx

Carbonzxc

New Pleskian
Today im checked panel and i see smtp not working, and im not changed anything, just updated to onyx then following errors at my forums mail logs :

Unable to connect to the mail server with the given details. Reason: 111: Connection refused


EDIT : Checked postfix status but it was stopped, and im started it now it works fine, but after reboot it should do that itself, (was working fine at plesk 12)
 
Last edited:
Hi,

Had the same issue since the upgrade.

use the # chkconfig command to add Postfix.
Postfix should be,

Code:
postfix 0:off 1:off 2:on 3:on 4:on 5:on 6:off
 
Cant we just add?

Code:
chkconfig --add postfix

I Added Postfix and set it,

Code:
postfix         0:off   1:off   2:on    3:on    4:on    5:on    6:off

For now its works fine on reboot.

Thank you.
 
Last edited:
Cant we just add?

Code:
chkconfig --add postfix

I Added Postfix and set it,

Code:
postfix         0:off   1:off   2:on    3:on    4:on    5:on    6:off

For now its works fine on reboot.

Thank you.

That's a workaround because the script psa MUST START it. Not is done as a service alone. The problem is other and I wait Plesk solves it, as clearly i'm not alone :) For me the problem didn't appeared when upgrading to 17. I ran 17 several days without problems from 12. It appeared with yesterday's updates.
 
@jterry Thank you!

I've noticed this as soon as I upgrade to 17, I think that time update #6.

I added Postfix using "chkconfig" but again the entry disappear for some reason since the Panel is updated to #7.
 
Last edited:
@jterry Thank you!

I've noticed this as soon as I upgrade to 17, I think that time update #6.

I added Postfix using "chkconfig" but again the entry disappear for some reason since the Panel is updated to #7.

You're welcome.

Hope some one at plesk see this and fix it.
 
Hello,
Postfix is enabled on system boot during Plesk installation on CentOS 6.
The issue caused by mchk utility - it removes postfix from chkconfig management. mchk could be called from "plesk repair mail" command. To enable postfix on boot you can use: "/sbin/chkconfig --add postfix"
Internal ID for this issue is PPP-27031.
 
Back
Top