and how do I create folder with virtual hosts ?

Cristian Livadaru drac3 at vwclub.ro
Mon Dec 15 21:19:38 EST 2003


On Tue, Dec 16, 2003 at 02:30:40AM +0100, Cristian Livadaru wrote:
> sorry for this rather stupid newbie question.
> But how do I create folders now with virtual hotsts ?
> wiht cyrus 2.1 it was user.foo.fodler1
> bot now ? I tried some but all didn't work ( user.foo at domain.com.folder1
> /folder1 ... )
> 
> Cris

found it 
thanks to the post from wim baker where he wrote this:
cyradm --auth plain --user rick.admin at hisdomain.com localhost

then I can create a folder 
cm user/foo/folder1


and here the config for IMP

$servers['cyrus'] = array(
    'name' => 'Cyrus IMAP Server',
    'server' => 'localhost',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => 'INBOX/',
    'namespace' => '',

Cris




More information about the Info-cyrus mailing list