[imp] shared folders acl
    Daniel Eckl 
    daniel.eckl at gmx.de
       
    Tue Dec  7 13:38:55 PST 2004
    
    
  
Configure the cyrus imap backend correctly in imp/config/servers.php
There is already an cyrus example which has an acl part:
     'acl' => array(
         'driver' => 'rfc2086',
     ),
Check with the exact example in servers.php.dist to be sure that your imp
version (which you forgot to tell us) can use acl.
Greets,
Daniel
Zitat von Joseph Malone <josephmalone at higlum.com>:
> Is the shared folders interface meant to work with cyrus imap?  In 
> the acl.php
> this if statement
>
> if ($prefs->isLocked('acl') ||
>     !(isset($_SESSION['imp']['acl']) &&
>       is_array($_SESSION['imp']['acl']))) {
>     $notification->push(_("Folder sharing is not enabled."), 'horde.error');
>     header('Location: ' . $prefs_url);
>     exit;
> }
>
> is coming back true and kicking me out.  Im not sure why its disabled... any
> thoughts?
>
> by the way im using head.
>
> --
> Joseph Malone
> Higgins Hardwoods
> MIS Department
> (925)245-4359
> 6999 Southfront Rd,
> Livermore, CA
> 94551
>
>
>
>
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
>
>
    
    
More information about the imp
mailing list