Plesk 9 Bug tracker

From Pleskforge

Jump to: navigation, search

Known Bugs

  • When using yum repositories, Postfix is considered an update over Qmail

submitted by scott

  • Atmail shipped with plesk 9 is version 9.0, with known vulnerabilities

submitted by Atmail maintainers

This should fix the above two bugs, they have been confirmed that aliases are not properly upgraded.

mysql -Ns -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e"select distinct concat(m.mail_name, '@', d.name) from mail_aliases a left join mail m on a.mn_id = m.id left join domains d on m.dom_id=d.id where m.spamfilter = 'true';" > /tmp/mylist

for ACCOUNT in `cat /tmp/mylist` ; do /usr/local/psa/bin/spamassassin --update $ACCOUNT -status false ; /usr/local/psa/bin/spamassassin --update $ACCOUNT -status true ; done

This will force plesk to rebuild the spamassassin config for aliases, if it is not scanning main accounts this is a diffrent bug and forcing spamassassin to rebuild all configs from the database should fix it.

Above section written by Anthony Gruetzmacher



  • Strange bug, setup my Scheduled Backup Settings so it backs up each client (so set each client individually) and do five clients at different times, eg. 04:30; 05:00; 05:30; 06:00; 06:30 however checked the backups this morning and it did them at 00:01 (all 5 of them). Not only this but it also did 4 of them at 07:31

-edit This was confirmed in 9.0.0 and after an upgrade to 9.0.1 it still is not resolved. There is a work around for it here backup workaround

Unconfirmed Bugs

Source Plesk Forums. Note going through some of these, they look like user error to me. We need to sort that out. -Scott

  • Plesk Migration manager isnt working? (not confirmed)
  • Plesk GUI does not save any sortings. Select 100 a page or sort by another column. Log out and come back its back to default again! So the settings are not being saved.
  • Watchdog statistics always display 24h, in fact you can't get anything else no matter what - probably related to previous bug
  • Notifications. This broken by the upgrade tables were not properly added, some also find their notes table is also short of the required 22 entries. There is also another bug that entry 12 a notification about applications errors is not in the Notifications on the GUI
  • spamassassin. On Fedora 8 emails are no longer running through spamassassin.

If you look in /var/qmail/mailnames/domain.com/mailname/.qmail file it only contains:

| true | /usr/bin/deliverquota ./Maildir

It used to contain:

| /usr/local/psa/bin/psa-spamc reject | true | /usr/bin/deliverquota ./Maildir

What is worse is /usr/local/psa/bin/psa-spamc no longer exists on the system!

  • Backups are messed up. I found yum remove psa-backup-manager and then going into installer adding it fixed the issue. For Fedora 8 it was missing stuff in the database yet again.
  • - Constant there is an update in the updater. I solved this by downloading the installer, running it as is and presto 'plesk is up to date'
  • Another bug is that if I try to delete files from my FTP Repositories it says FTP Network Error I am running FedoraCore 6 x64


  • They also forgot to give us a way to change the settings in DNS for the clients.
  • Spamassassin does not delete mail anymore. It just creates new messages and sends a rejection notice.
  • Just discovered a bad backup bug in Plesk 9. It seems that Plesk will backup and store 5 backup-sets, even if you have set fewer sets for a specific domain. I have set 3 for the domain, and in the dumps folder there are 5 sets for each domain. -- comment added: Just discovered I was browsing at old backup sets, but there should be an option to delete old backup sets when upgrading. It seems that I have lots of backup files that I do not need anylonger

I think I saw this mentioned in the Release Notes - Scott

Personal tools