• 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.

autoinstaller postfix failed/still qmail in use

betz0r

New Pleskian
Hi folks,

i wanted to switch to postfix due to qmail has major security leaks.

I contacted knowledgebase and got that howto: http://kb.parallels.com/en/5801

/usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component postfix
Doing restart of Parallels Installer...
Datei wird heruntergeladen products.inf3: 100% fertig.
Datei wird heruntergeladen plesk.inf3: 10%..23%..31%..40%..53%..61%..75%..82%..90%..100% fertig.
Datei wird heruntergeladen ppsmbe.inf3: 36%..100% fertig.
Datei wird heruntergeladen sitebuilder.inf3: 45%..70%..100% fertig.
Datei wird heruntergeladen sso.inf3: 48%..100% fertig.
Datei wird heruntergeladen setemplates.inf3: 88%..100% fertig.
Datei wird heruntergeladen pp-sitebuilder.inf3: 19%..62%..86%..100% fertig.
Datei wird heruntergeladen billing.inf3: 16%..45%..67%..79%..100% fertig.
Datei wird heruntergeladen mysql.inf3: 100% fertig.
Datei wird heruntergeladen apache.inf3: 100% fertig.
Datei wird heruntergeladen nginx.inf3: 65%..100% fertig.
Auf installierte Pakete prüfen...
Datei wird heruntergeladen PSA_10.1.1/plesk-10.1.1-suse11.3-x86_64.inf3: 12%..52%..78%..100% fertig.
Datei wird heruntergeladen PSA_10.1.1/plesk-patches-10.1.1-suse11.3-x86_64.inf3: 16%..22%..39%..41%..53%..65%..76%..81%..91%..100% fertig.
Datei wird heruntergeladen SITEBUILDER_5.1.0/sitebuilder-5.1.0-rhall-all.inf3: 100% fertig.
Datei wird heruntergeladen BILLING_10.1.0/billing-10.1.0-rhall-all.inf3: 100% fertig.
zypper-Quellen werden konfiguriert...
Installierte Produktkomponenten werden ermittelt.
Sie besitzen die neueste Produktversion und aller ausgewählten Komponenten sind bereits installiert. Installation wird nicht fortgesetzt.
zypper-Quellen werden wiederhergestellt...
translated errormessage: newest productversions and selected components are already installed. installation will not be continued.

After that qmail is still set as used MTA:
/admin/sbin/mailmng --features | grep SMTP_Server
$features['Relay_AuthType_POP3_SMTP'] = true;
$features['Relay_AuthType_SMTP'] = true;
$features['SMTP_Server'] = "QMail";
$features['SMTP_Server_package'] = "psa-qmail";

via browser webinterface - updates:
http://img.ctrlv.in/511cd58928ba5.png
the postfix option is greyed out and can't be selected.
the same in console autoinstaller there is a line:
(!) postfix
and can't be selected either.

After that there are some processes running which block the usage of autoinstaller. after killing them, it worked. seems like the script is stuck:

ps aux | grep installer
root 11228 0.6 0.1 80624 12792 ? S 13:02 0:00 /var/cache/parallels_installer/parallels_installer_SuSE_11.3_x86_64 --service-mode --enable-xml-output --ssl-cert /usr/local/psa/admin/conf/httpsd.pem --web-interface --with-ssl --disable-browser
root 11229 0.0 0.0 78976 8008 ? S 13:02 0:00 /var/cache/parallels_installer/parallels_installer_SuSE_11.3_x86_64 --service-mode --enable-xml-output --ssl-cert /usr/local/psa/admin/conf/httpsd.pem --web-interface --with-ssl --disable-browser

I really would appreciate some help here, i am pretty stuck.

Thanks so far.
 
Back
Top