Re: Create mbox directory structure

2005-04-07 Thread Duncan Hill
On Thursday 07 April 2005 14:22, [EMAIL PROTECTED] typed: > Hello All > > Does someone know a linux command to create a mailbox (mbox) without X11 or > KDE. A mbox mailbox is merely a named file in a location. mkdir, touch. So long as the directory is there, most MTAs and MDAs can deal with the

Create mbox directory structure

2005-04-07 Thread bruno . delladucata
Hello All Does someone know a linux command to create a mailbox (mbox) without X11 or KDE. I have to create two mailboxes for Spam and Ham learning Each mbox has its own user account. Thanks