• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

plesk autoinstaller package not available

O

oasisf

Guest
I switched over to postfix because I was getting permission denied errors with qmail.
I used the instructions in this article to switch http://kb.parallels.com/en/5801
Now that I'm using postfix, I can send outbound emails from any of my domains, but none of the emails can receive incoming emails.
If I run yum reinstall postfix, i get this error..

# yum reinstall postfix
Loaded plugins: fastestmirror
Setting up Reinstall Process
Loading mirror speeds from cached hostfile
* base: mirrors.lga7.us.voxel.net
* extras: mirror.trouble-free.net
* updates: mirror.symnds.com
base | 1.1 kB 00:00
extras | 2.1 kB 00:00
updates | 1.9 kB 00:00
Installed package 2:postfix-2.8.4-12012611.x86_64 not available.
Nothing to do

# md5sum /usr/lib64/plesk-9.0/psa-pc-remote
c318fc5ec968e56e4aec9c618ff64029 /usr/lib64/plesk-9.0/psa-pc-remote
# ls -l /usr/lib64/plesk-9.0/psa-pc-remote
-r-xr-s--- 1 postfix popuser 131601 Apr 11 03:36 /usr/lib64/plesk-9.0/psa-pc-remote
# cat /root/.autoinstaller/microupdates.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<patches>
<product id="plesk" version="10.4.4" installed-at="20120403T143038">
<patch version="24" timestamp="" installed-at="20120403T143038" />
</product>
</patches>


CentOs 5
OS Linux 2.6.18-028stab095.1
Panel version 10.4.4 Update #24, last updated at April 3, 2012 02:30 PM

Apr 11 04:25:15 postfix/smtpd[9423]: connect from smtp163.iad.emailsrvr.com[207.97.245.163]
Apr 11 04:25:15 postfix/smtpd[9423]: CF89DD500D7: client=smtp163.iad.emailsrvr.com[207.97.245.163]
Apr 11 04:25:15 /usr/lib64/plesk-9.0/psa-pc-remote[7424]: mkstemp(/usr/local/psa/handlers/spool/mlfi.XTICPq) failed: Permission denied
Apr 11 04:25:15 /usr/lib64/plesk-9.0/psa-pc-remote[7424]: Message aborted.
Apr 11 04:25:15 postfix/smtpd[9423]: CF89DD500D7: milter-reject: DATA from smtp163.iad.emailsrvr.com[207.97.245.163]: 451 4.7.1 Service unavailable - try again later; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<smtp163.iad.emailsrvr.com>
Apr 11 04:25:15 postfix/smtpd[9423]: disconnect from smtp163.iad.emailsrvr.com[207.97.245.163]
 
It is not good idea to reinstall postfix by yum. You can try to switch to Qmail and to Posfix back and rebuild mailsettings with mchk after that.
 
Igor, thank you for your reply.
I have followed the plesk kb article related to switching mta to postfix and to mail using the autoinstaller. Qmail does not send outbound emails or receive incoming emails when installed. The maillog reports permission denied errors with qmail. Can you tell me the command for adjusting the qmail permissions you suggest in this thread? http://forum.parallels.com/showthread.php?t=97234

I'm on centos 5
 
Back
Top