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

Mailman Errors

S

Suzuki

Guest
When starting Mailman I receive the following errors, and startup fails:

Code:
[root]# service mailman start
Starting mailman: Traceback (most recent call last):
  File "/usr/lib/mailman/bin/mailmanctl", line 606, in ?
    main()
  File "/usr/lib/mailman/bin/mailmanctl", line 425, in main
    check_for_site_list()
  File "/usr/lib/mailman/bin/mailmanctl", line 325, in check_for_site_list
    sitelist = MailList(sitelistname, lock=0)
  File "/usr/lib/mailman/Mailman/MailList.py", line 128, in __init__
    self.Load()
  File "/usr/lib/mailman/Mailman/MailList.py", line 608, in Load
    raise Errors.MMCorruptListDatabaseError, e
Mailman.Errors.MMCorruptListDatabaseError: [Errno 2] No such file or directory: '/var/lib/mailman/lists/mailman/config.db.last'
                                                           [FAILED]

I am running this on Fedora Core 3.

Can anybody help?
 
Back
Top