Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: davelister 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 :-)
-
davelister
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.
-
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?
-
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 !
-
thanks Ray - you have been extremely helpful!