• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Mailman bug while deleting subscribtion

ThomasR

Basic Pleskian
Hi,

It looks like there is a bug in Plesk 11.5. If we remove a subscription which has more than 25 Mailman mailing lists, only the first 25 are deleted. The others remain on the server and in the psa database references to these mailinglists still exist in the MailLists-table.

---------------------------------------------------------------
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE

Parallels Plesk Panel 11.5.30 Update #31 CentOS 6.5 (Final) (64-bit)
This is a container running on Parallels Virtuozzo 4.7.0

PROBLEM DESCRIPTION

After removing a subscription which has more than 25 Mailman mailing lists, only the first 25 are deleted. The others remain on the server and in the psa database references to these mailing lists still exist in the MailLists-table.

STEPS TO REPRODUCE

  1. Create a subscription
  2. Add more than 25 Mailman mailing lists to this subscription
  3. Delete this subscription
  4. Check "/usr/lib/mailman/bin/list_lists -V DOMAIN.TLD": some mailing lists still exists
  5. Check psa.MailLists table: some mailing lists still exists
ACTUAL RESULT

Only the first 25 mailing lists are deleted. The others remain on the server and in the psa database references to these mailing lists still exist in the MailLists-table.

EXPECTED RESULT

All mailing lists are deleted.

ANY ADDITIONAL INFORMATION

As a workaround you can delete the remaining mailinglists using
Code:
/usr/lib/mailman/bin/rmlist -a NAME_OF_THE_MAILMAN_LIST
and delete the records from the psa-database using
Code:
DELETE FROM psa.MailLists WHERE name='NAME_OF_THE_MAILMAN_LIST'
---------------------------------------------------------------
 
Thank you for detailed report.
I have reproduced it on test Plesk server and submitted request PPPM-1400 to developers.
 
Back
Top