Koozali.org: home of the SME Server

ezmlm problem

Offline davelister

  • *
  • 51
  • +0/-0
    • IgnitionJournal
ezmlm problem
« on: March 27, 2008, 12:26:03 PM »
g'day

I have followed the howto guide http://wiki.contribs.org/Ezmlm and it all works a treat! Except for one thing... if I try to remove a list I get the following error;

Insecure dependency in system while running with -T switch at /etc/e-smith/web/panels/manager/cgi-bin/mailinglists line 401

any help would be greatly loved :-)

Offline raem

  • *
  • 3,972
  • +4/-0
Re: ezmlm problem
« Reply #1 on: March 27, 2008, 12:35:11 PM »
davelister

Quote
I have followed the howto guide http://wiki.contribs.org/Ezmlm and it all works a treat! Except for one thing... if I try to remove a list I get the following error;


That's a known bug, see the bug tracker as I'm sure it was reported long ago.

You can manually delete the list using the command prompt and I think (from my memory) you will also need to delete the db entry related to it.

If we cannot code, then we are at the mercy of the coders who know how to fix the rpms, but are too busy to be able to do everything for us.
...

Offline davelister

  • *
  • 51
  • +0/-0
    • IgnitionJournal
Re: ezmlm problem
« Reply #2 on: April 28, 2008, 12:55:12 AM »
thanks Ray - I have had a look at the bug reports and could not find a answer. Could you please be so kind as to show me how to remove a mailinglist manually?

Offline raem

  • *
  • 3,972
  • +4/-0
Re: ezmlm problem
« Reply #3 on: April 28, 2008, 09:43:44 AM »
davelister

Something like:

rm /home/e-smith/files/ezmlm/lists/listname
rm /home/e-smith/files/ezmlm/.qmail-listname*
db accounts delete listname

Replace listname with actual name of list

Be careful !
...

Offline davelister

  • *
  • 51
  • +0/-0
    • IgnitionJournal
Re: ezmlm problem
« Reply #4 on: April 28, 2008, 09:48:57 AM »
thanks Ray - you have been extremely helpful!