[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Mailman pkg Alpha Released



Well, it looks like I found a few things right away.  

When I tried to create a newlist I got the following error:

Traceback (innermost last):
  File "./newlist", line 54, in ?
    from Mailman import MailList
  File "/home/mailman/Mailman/MailList.py", line 41, in ?
    from Mailman.ListAdmin import ListAdmin
  File "/home/mailman/Mailman/ListAdmin.py", line 33, in ?
    from Mailman import Message
  File "/home/mailman/Mailman/Message.py", line 30, in ?
    import sha
ImportError: No module named sha

I then realized I was getting that error every min via a cron job that
gets setup so I had to disable the cron jobs for Mailman.  

Also it adds the aliases to /etc/mail/aliases, but on the Raq3 aliases
and virtusertble are just in /etc not /etc/mail.  I manually moved the
postmaster and mailman-owner:
Mailman to the correct alises file and then did a newalises.

As an aside you should probobly put an uninstaller in the package or at
least write up how to uninstall.

Ideas?

Michael Aronoff
ma@xxxxxxxx