PDA

View Full Version : Mbox -> dovecot



Mikeynl
11-08-2008, 04:12 AM
Does anyone know a script that safely deletes all old mbox folders. Since we ported all servers to dovecot, would be nice to delete all old mbox files.

Thanks in advance.

smtalk
11-08-2008, 04:49 AM
echo "action=delete&value=mbox" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d

Mikeynl
11-08-2008, 04:57 AM
hmm didnt saw that command ... Merci !