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

qmail switch to postfix - failed

betz0r

New Pleskian
Hi there,

i wanted to switch from qmail to postfix on my parallels plesk 10.1.1 for linux/suse on an 1&1 machine.
After i consulted kb ( http://kb.parallels.com/en/5801 ) i tried the command:
/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 message at the end: newest productversions and selected components are already installed. installation will not be continued.

to check after setup for used MTA i tried:
/usr/local/psa/admin/bin/mailmng --features | grep -i smtp_server
$features['SMTP_Server'] = "QMail";
$features['SMTP_Server_package'] = "psa-qmail";
so still qmail selected as mta.

the upper command with qmail selected results as with postfix to a stuck process:
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

After they run very long (48h no change) i killed them and the autoinstaller was working again, (during that process running i can't start autoinstaller again) i tried in console based graphical interface, but postfix was not selectable:
(!) postfix
Also i tried via Update in plesk webinterface: http://img.ctrlv.in/511cd58928ba5.png
The postfix option is greyed out and not selectable.

thanks for your help!
 
What sort of output of following command:

# rpm -q postfix

?
 
Back
Top