• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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