H He3am Verified User Joined Mar 7, 2013 Messages 95 Nov 4, 2013 #1 hi how can delet all Message System via ssh ? thanks
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Nov 4, 2013 #2 From the DirectAdmin knowledgebase: http://help.directadmin.com/item.php?id=428 Which will remove the messages from the list, but I don't think it will actually remove them from the server. Jeff
From the DirectAdmin knowledgebase: http://help.directadmin.com/item.php?id=428 Which will remove the messages from the list, but I don't think it will actually remove them from the server. Jeff
DirectAdmin Support Administrator Staff member Joined Feb 27, 2003 Messages 8,138 Nov 4, 2013 #3 Hello, To toast the messages themselves: 1) First ensure that all User tickets.list files are also empty, else you'll run into issues. 2) Toast away: Code: cd /usr/local/directadmin/data/tickets rm -rf 000000 000001 000002 for each folder you need to remove. DA will re-create the 00000X folders for new tickets. John
Hello, To toast the messages themselves: 1) First ensure that all User tickets.list files are also empty, else you'll run into issues. 2) Toast away: Code: cd /usr/local/directadmin/data/tickets rm -rf 000000 000001 000002 for each folder you need to remove. DA will re-create the 00000X folders for new tickets. John