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

Switch from Qmail to Postfix Fails...

B

bluenen

Guest
Hi,

Running Plesk 9.5.4 on Linux (CentOS 5) and am trying to switch from Qmail to Postfix.

However when I run the autoinstaller it fails to configure postfix correctly, the follow error message is the only error received during the install, autoinstaller actually continues and completes but postfix does not run after this and I have had to switch back to qmail.

$ /usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component postfix

....

Trying to register service xinetd... done
Trying to reload service syslog... syslogd (pid 2345) is running...
klogd (pid 2348) is running...
Reloading syslogd...[ OK ]
Reloading klogd...[ OK ]
done
Configuring Postfix-CourierIMAP Plesk Mail Driver...
Trying to comment out comsat service record from /etc/xinetd.conf... there is no comsat service record in /etc/xinetd.conf

ERROR while trying to Empty service name for postfix
Check the error reason(see log file: ), fix and try again

Aborting...

===> Configuring Courier-IMAP server

Trying to register service xinetd... done
Trying to Configure Courier IMAP for Plesk-specific authentication... done
Trying to restart service courier-imap... couriertcpd (pid 16278 16268 16260 16250) is running...
Stopping Courier-IMAP server:
Stopping imap [ OK ]
Stopping imap-ssl [ OK ]
Stopping pop3 [ OK ]
Stopping pop3-ssl [ OK ]

Starting Courier-IMAP server:
Starting imapd [ OK ]
Starting imap-ssl [ OK ]
Starting pop3 [ OK ]
Starting pop3-ssl [ OK ]

done
Trying to executing mail_restore to synchronize mail server settings and Plesk Database... ==> Checking for: mailsrv_conf_init... ok
==> Checking for: mail_mailbox_restore... ok
==> Checking for: mailsrv_entities_dump... ok
==> Checking for: mail_admin_aliases... ok
==> Checking for: mail_auth_dump... ok
==> Checking for: mailman_lists_dump... ok
==> Checking for: mail_responder_restore... ok
==> Checking for: mail_drweb_restore... not exists
==> Checking for: mail_kav_restore... not exists
==> Checking for: mail_kav8_restore... not exists
==> Checking for: mail_spf_restore... ok
==> Checking for: mail_dk_restore... ok
==> Checking for: mail_grey_restore... ok
done
Shutting down postfix: [FAILED]
Starting postfix: [ OK ]

===> Updating crontab...
Trying to ... done
Trying to reload service xinetd... xinetd (pid 1030) is running...
Reloading configuration: [ OK ]
done
Trying to stop service qmail... qmail-send (pid 15874) is running...
Stopping : done
Trying to unregister service qmail... done
Trying to stop service sendmail... sendmail is stopped
done
Trying to unregister service sendmail... done
Trying to register service postfix... done
Trying to start service postfix... Starting postfix: [ OK ]
done
....
 
Alternatively you may run the following command to switch MTA to Postfix:

/usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component postfix

and for switching to Qmail:

/usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component qmail
 
Read my post again. You will note that I used that exact command, that isnt the issue, the issue is that it fails.
 
Back
Top