[imp] Re: Re: Cannot set folder for "Save sent mail"

Alexander Skwar from at alexander.skwar.name
Tue Apr 13 00:16:49 PDT 2004


Am Fri,  9 Apr 2004 10:11:27 -0600 schrieb Michael M Slusarz:

> Quoting Alexander Skwar <from at alexander.skwar.name>:
> 
>> Am Thu, 8 Apr 2004 14:26:42 +0000 (UTC) schrieb Stefan Hessenauer:
>>
>>>     'namespace' => 'INBOX/',
>>
>>> With these config you have all directories under the "INBOX".
>>
>> Yes, but then I cannot access shared folders which are under user/, can I?
> 
> See imp/config/servers.php -> and the 'hierarchies' option.

What should I set it to? I now have:

$servers['my'] = array(
    'name' => 'IMAP',
    'server' => 'localhost',
    'hordeauth' => false,
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => '',
    'namespace' => 'INBOX.',
    'maildomain' => 'FFF',
    'smtphost' => 'localhost',
    'realm' => '',
    'preferred' => 'FFF',
    'quota' => array(
        'driver' => 'cyrus',
        'params' => array(
            'login' => 'cyrus',
            'password' => '€€€€€€',
            // The 'userhierarchy' parameter defaults to 'user.'
            // If you are using a nonstandard hierarchy for personal
            // mailboxes, you will need to set it here.
            'userhierarchy' => 'user.'
        )
    ),
    'acl' => array(
        'driver' => 'rfc2086',
    ),
    'dotfiles' => false,
    'hierarchies' => array('user.', 'INBOX.'));

Alexander Skwar
-- 
Mit wie vielen Sachen vergeuden wir unsere Zeit und fragen
uns im nachhinein, wo sie denn geblieben ist...



More information about the imp mailing list