Plesk 9 Bug tracker
From Pleskforge
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
- spamassassin not filtering emails. http://forum.parallels.com/showthread.php?t=56881
- SpamAssasin does not filter mails after update, http://forum.parallels.com/showthread.php?t=56983
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
- Plesk 9.0.0.2 writes incorrect postfix database files. All info@domain.tld mailboxes and aliases get rewritten to info@localhost.localdomain. This is really a major issue. See http://forum.parallels.com/showthread.php?t=57092
- 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
- Debian install failures: http://forum.parallels.com/showthread.php?t=56925
- sw-sso db versioning problem. http://forum.parallels.com/showthread.php?t=56926
- SPF issues. fter some time the smtp stop responding (I telnet and telnet answer) but the mta does not send any (1 hour with fine working http://forum.parallels.com/showthread.php?t=56928
- Update 8.6 -> 9.0 failed because of hotfix. http://forum.parallels.com/showthread.php?t=56935
- outgoing mails are not signed Domainkey using postfix. http://forum.parallels.com/showthread.php?t=56937
I think I saw this mentioned in the Release Notes - Scott
- Outlook messages have From/To/Subject blank with SPF checking on. http://forum.parallels.com/showthread.php?t=56932
- SMTP Server (Postfix) Failed after Upgrading 8.6.0 to 9.0.0. http://forum.parallels.com/showthread.php?t=56919
- Upgraded from 8.6 to 9.0.0 - Can't stay logged in & No webmail. http://forum.parallels.com/showthread.php?t=56892
- atMail - can not send messages. http://forum.parallels.com/showthread.php?t=56904
- E-mail shot after failed 9.0 upgrade. http://forum.parallels.com/showthread.php?t=56968
- Mail Redirect Doesn't Work Right With Postfix. http://forum.parallels.com/showthread.php?t=56940
- Application Vault and ASP Catalog error, http://forum.parallels.com/showthread.php?t=56828
- "failure notice" spam after upgrade to 9.0.0 http://forum.parallels.com/showthread.php?t=56967
- Enabling PHP Fastcgi option produces 403 Forbidden error, http://forum.parallels.com/showthread.php?t=56894
- Backup problem with Plesk 9.0, http://forum.parallels.com/showthread.php?t=56905#post220244
- Scheduled tasks problem - modifying a task throws up an error after clicking OK, the task does get updated though. http://forum.parallels.com/showthread.php?t=87737
