Permission denied creating folders ...

Marc G. Fournier scrappy@hub.org
Sun, 17 Feb 2002 21:17:43 -0400 (AST)


I'm getting:

The folder "sent-mail" was not created. This is what the server said: Permission denied

With a servers.php setting of:

$servers['earth.hub.org'] = array(
    'name' => 'Cyrus IMAP Server',
    'server' => 'earth.hub.org',
    'protocol' => 'imap',
    'port' => 143,
    'folders' => '',
    'namespace' => 'INBOX.',
    'maildomain' => 'hub.org',
    'realm' => 'earth.hub.org',
    'preferred' => 'true'
);

It was working before I upgraded from CVS ... has something changed that
'm not seeing?