[imp] Shared folders not visible
david@auonline.com.au
david at auonline.com.au
Mon Nov 21 17:37:29 PST 2005
Hello,
I've tried sharing the INBOX and subfolders of the INBOX, with and without
subfolders and mail.
Is it not possible to share the INBOX?
Thanks,
David
> > Hello All,
> >
> > I just did a new install of horde/framework/imp from cvs and I am still
> > unable to view shared folders. (note bug IDs 1550, 2422) I can make
> folders
> > shared to someone else by going into options then share folders.
> > Example below.
> > -----
> > Current access to INBOX
> >
> > owner a, c, d, i, l, r, s, w,
> >
> > someone at samedomain.com a, c, d, i, l, r, s, w,
> > -----
> >
> > After submitting that, a file named 'courierimapacl' appears in that users
> > Maildir which contains the following
> > ----------
> > owner aceilrstwx
> > user=someone at samedomain.com aceilrstwx
> > ----------
> >
> > but when someone at samedomain.com logs into IMP and sets their options for
> > imap subscriptions then goes to folders they are unable to see any shared
> > folders.
> >
> > In my servers.php I've isnerted
> > ----------
> > 'acl' => array(
> > 'driver' => 'rfc2086',
> > ),
> > ----------
> >
> > and tried true and false for dotfiles.
> >
> > I setup the backend mailsystem using qmail toaster.
> >
> > Does anyone have any suggestions?
>
> Your shared folders need to contain at least 1 viewable folders for IMP
> to display them (i.e. empty shared folders are not displayed).
>
> michael
>
> _______________________________________
> Michael Slusarz [slusarz at curecanti.org]
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 21 Nov 2005 10:25:49 +0200
> From: Neil Wilson <neilw at dcdata.co.za>
> Subject: [imp] Ignoring Server
> To: imp at lists.horde.org
> Message-ID: <4381848D.6020406 at dcdata.co.za>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi guys and girls,
>
> Below is my imp/config/servers.php
>
> For some reason no matter what I do the 2nd server(middle one) gets ignored.
>
> If I move them around it still seems to only ignore the middle one, so
> in my servers list, it only shows two servers instead of three.
>
> Any ideas why imp doesn't like me having three servers?
>
> <?php
>
> $servers['_prompt'] = array(
> 'name' => _("Choose a mail server:")
> );
>
> $servers['imap'] = array(
> 'name' => 'BLA BLA (IMAP)',
> 'server' => '10.0.5.2',
> 'hordeauth' => false,
> 'protocol' => 'imap/notls',
> 'port' => 143,
> 'folders' => 'INBOX',
> 'namespace' => '',
> 'maildomain' => 'blabla.co.za',
> 'smtphost' => 'localhost',
> 'smtpport' => 25,
> 'realm' => '',
> 'preferred' => '',
> 'dotfiles' => false,
> 'hierarchies' => array()
>
> );
> $servers['pop'] = array(
> 'name' => 'BlaBLA (POP3)',
> 'server' => 'mail.blabla.co.za',
> 'hordeauth' => false,
> 'protocol' => 'pop3',
> 'port' => 110,
> 'folders' => '',
> 'namespace' => '',
> 'maildomain' => 'blabla.co.za',
> 'smtphost' => 'localhost',
> 'smtpport' => 25,
> 'realm' => '',
> 'preferred' => '',
> 'dotfiles' => false,
> 'hierarchies' => array()
> );
> $servers['pop'] = array(
> 'name' => 'Blablabla (POP3)',
> 'server' => 'localhost',
> 'hordeauth' => false,
> 'protocol' => 'pop3',
> 'port' => 110,
> 'folders' => '',
> 'namespace' => '',
> 'maildomain' => 'blabla.co.za',
> 'smtphost' => 'localhost',
> 'smtpport' => 25,
> 'realm' => '',
> 'preferred' => '',
> 'dotfiles' => false,
> 'hierarchies' => array()
> );
>
> Thanks Any help would be appreciated!
>
> Regards
> Neil Wilson.
> Powered by Linux, driven by passion!
>
> --
> This email and all contents are subject to the following disclaimer:
> http://www.dcdata.co.za/emaildisclaimer.html
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 21 Nov 2005 11:21:03 +0100
> From: Jan Schneider <jan at horde.org>
> Subject: Re: [imp] Ignoring Server
> To: imp at lists.horde.org
> Message-ID: <20051121112103.2g0cfohqo8c0o4sg at neo.wg.de>
> Content-Type: text/plain; charset=ISO-8859-15; format="flowed"
>
> Zitat von Neil Wilson <neilw at dcdata.co.za>:
>
> > For some reason no matter what I do the 2nd server(middle one) gets
> ignored.
>
> > $servers['pop'] = array(
>
> > $servers['pop'] = array(
>
> Use different configuration names.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 21 Nov 2005 17:21:28 +0500
> From: "babar haq" <babarhaq at email.com>
> Subject: [imp] 0 new messages in imp
> To: imp at lists.horde.org
> Message-ID: <20051121122128.C5D881CE31D at ws1-6.us4.outblaze.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi all
>
> We have installed # Horde 3.0.6 and IMP H3 (4.0.4) on fc3 with cyrus
> imap with help from
> http://nakedape.cc/info/Cyrus-IMAP-HOWTO/quickstart-fedora.html.
> We are usinig IMAP authentication in horde authentication tab. We can
> create users and do everything fine but we just cant seem to get the
> mails.
> For example we have a user toru with his mail /var/spool/mail/toru
> pasted at the bottom of this email.
>
> His inbox in imp shows " There are no messages in this mailbox."
>
> What are we doing wrong.
>
> Thanx in advance
>
>
> > From toru at localdomain Mon Nov 21 09:23:13 2005
> Return-Path: <toru at localdomain>
> Received: from localhost.localdomain (webserver [127.0.0.1])
> by localhost.localdomain (8.13.1/8.13.1) with ESMTP id
> jAL4NDAs009773
> for <toru at localhost.localdomain>; Mon, 21 Nov 2005 09:23:13 +0500
> Received: (from apache at localhost)
> by localhost.localdomain (8.13.1/8.13.1/Submit) id jAL4NCUP009772
> for toru at localhost.localdomain; Mon, 21 Nov 2005 09:23:12 +0500
> X-Authentication-Warning: localhost.localdomain: apache set sender to
> toru at localdomain using -f
> Received: from 10.0.0.100 ([10.0.0.100]) by 10.0.0.10 (Horde MIME library)
> with HTTP; Mon, 21 Nov 2005 09:23:12 +0500
> Message-ID: <20051121092312.eal9xhik0oookwco at 10.0.0.10>
> Date: Mon, 21 Nov 2005 09:23:12 +0500
> From: toru at localdomain
> To: toru at localhost.localdomain
> Subject: testing
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset=ISO-8859-1;
> format="flowed"
> Content-Disposition: inline
> Content-Transfer-Encoding: 7bit
> User-Agent: Internet Messaging Program (IMP) H3 (4.0.4)
> Status: O
>
>
> > From babar at localdomain Mon Nov 21 11:21:36 2005
> Return-Path: <babar at localdomain>
> Received: from localhost.localdomain (webserver [127.0.0.1])
> by localhost.localdomain (8.13.1/8.13.1) with ESMTP id
> jAL6LalE009894
> for <toru+inbox at localhost.localdomain>; Mon, 21 Nov 2005
> 11:21:36 +0500
> Received: (from apache at localhost)
> by localhost.localdomain (8.13.1/8.13.1/Submit) id jAL6La0A009893
> for toru+inbox at localhost.localdomain; Mon, 21 Nov 2005 11:21:36
> +0500
> X-Authentication-Warning: localhost.localdomain: apache set sender to
> babar at localdomain using -f
> Received: from 10.0.0.100 ([10.0.0.100]) by 10.0.0.10 (Horde MIME library)
> with HTTP; Mon, 21 Nov 2005 11:21:36 +0500
> Message-ID: <20051121112136.c73wn8o4ys0okgsg at 10.0.0.10>
> Date: Mon, 21 Nov 2005 11:21:36 +0500
> From: babar at localdomain
> To: toru+inbox at localhost.localdomain
> Subject: testing
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset=ISO-8859-1;
> format="flowed"
> Content-Disposition: inline
> Content-Transfer-Encoding: 7bit
> User-Agent: Internet Messaging Program (IMP) H3 (4.0.4)
> Status: O
>
>
> > From root at localhost.localdomain Mon Nov 21 14:27:27 2005
> Return-Path: <root at localhost.localdomain>
> Received: from localhost.localdomain (webserver [127.0.0.1])
> by localhost.localdomain (8.13.1/8.13.1) with ESMTP id
> jAL9RQac010153
> for <toru at localhost.localdomain>; Mon, 21 Nov 2005 14:27:26 +0500
> Received: (from root at localhost)
> by localhost.localdomain (8.13.1/8.13.1/Submit) id jAL9RQbF010152
> for toru at localhost.localdomain; Mon, 21 Nov 2005 14:27:26 +0500
> Date: Mon, 21 Nov 2005 14:27:26 +0500
> From: root <root at localhost.localdomain>
> Message-Id: <200511210927.jAL9RQbF010152 at localhost.localdomain>
> To: toru at localhost.localdomain
> Subject: test
> Status: O
>
>
> this is test mail
>
> > From root at localhost.localdomain Mon Nov 21 14:30:32 2005
> Return-Path: <root at localhost.localdomain>
> Received: from localhost.localdomain (webserver [127.0.0.1])
> by localhost.localdomain (8.13.1/8.13.1) with ESMTP id
> jAL9UVuX010159
> for <toru at localhost.localdomain>; Mon, 21 Nov 2005 14:30:32 +0500
> Received: (from root at localhost)
> by localhost.localdomain (8.13.1/8.13.1/Submit) id jAL9UVmP010158
> for toru at localhost.localdomain; Mon, 21 Nov 2005 14:30:31 +0500
> Date: Mon, 21 Nov 2005 14:30:31 +0500
> From: root <root at localhost.localdomain>
> Message-Id: <200511210930.jAL9UVmP010158 at localhost.localdomain>
> To: toru at localhost.localdomain
> Subject: test
> Status: O
>
> test
>
>
> Regards,
> Babar Haq
>
> --
> ___________________________________________________
> Play 100s of games for FREE! http://games.mail.com/
>
>
>
> ------------------------------
>
> Message: 6
> Date: Mon, 21 Nov 2005 11:19:38 -0500
> From: liamr at umich.edu
> Subject: [imp] quota display / mailbox management
> To: Horde IMP List <imp at lists.horde.org>
> Message-ID: <20051121111938.0akb270hkw084ckg at web.mail.umich.edu>
> Content-Type: text/plain; charset=ISO-8859-1; format="flowed"
>
> We're looking to create a status screen that would show the user their
> folder list, sorted by size and with text indicating the size of the
> folder.
>
> Each folder name would then be a link that displayed the mailbox
> screen, with the sort order changed to "sort by size, descending".
>
> The folder screen would probably be something developed outside of
> horde, but we were wondering if it would be possible to create a link
> in an external application to acess a folder via mailbox.php, setting
> it's sort order, but *not* change the default sort order for that user.
>
> I see I can do something like...
>
>
https://webmail.example.com/horde/imp/mailbox.php?no_newmail_popup=1&mailbox=sent-mail&sortby=6
>
> but then when I access any other folder, my default sort order has been
> changed.
>
> Liam
>
>
> ------------------------------
>
> Message: 7
> Date: Mon, 21 Nov 2005 11:24:14 -0500
> From: John Wiggins <wiggins at genomics.princeton.edu>
> Subject: Re: [imp] Attachment download problems in IMP-4.0.4 and
> Horde-3.0.6
> To: imp at lists.horde.org
> Message-ID: <4381F4AE.7050205 at genomics.princeton.edu>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Okay, I found out what the problem was. The appropriate magic file for
> MIME types
> on RedHat EL is in /usr/share/magic.mime I was pointing to the wrong
> magic file.
>
> -john
>
>
> John Wiggins wrote:
>
> >Hi all,
> >
> >I'm going a little crazy trying to figure this out. When users click
> >on the attachment download button in IMP, the attachment is displayed
> >as binary data in the message frame, not downloaded.
> >
> >Users can view viewable attachments just fine (excel, word, etc, using
> >wv).
> >
> >Here is my environment:
> >
> >browsers: All, any
> >
> >Server:
> >
> >RedHat EL 4.0 i386
> >Apache 2.0.52
> >php 4.3.9
> >IMP 4.0.4
> >Horde 3.0.6
> >
> >If anyone has any ideas, I would love to hear them.
> >
> >
> >
> >
>
>
>
> ------------------------------
>
> Message: 8
> Date: Mon, 21 Nov 2005 17:56:40 +0100
> From: Jan Schneider <jan at horde.org>
> Subject: Re: [imp] quota display / mailbox management
> To: imp at lists.horde.org
> Message-ID: <20051121175640.bzzyb1eqs4g8kccs at neo.wg.de>
> Content-Type: text/plain; charset=ISO-8859-15; format="flowed"
>
> Zitat von liamr at umich.edu:
>
> > The folder screen would probably be something developed outside of
> > horde, but we were wondering if it would be possible to create a link
> > in an external application to acess a folder via mailbox.php, setting
> > it's sort order, but *not* change the default sort order for that user.
>
> No, the sort order is sticky.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
>
> ------------------------------
>
> Message: 9
> Date: Mon, 21 Nov 2005 10:52:17 -0700
> From: Kevin Konowalec <kevin at ualberta.net>
> Subject: Re: [imp] Ignoring Server
> To: Neil Wilson <neilw at dcdata.co.za>
> Cc: imp at lists.horde.org
> Message-ID: <F5B823D9-0A17-4102-886A-94C0C97446F8 at ualberta.net>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
> Looks to me (assuming you haven't changed things for the sake of
> demonstration) that you've got 2 servers that are being defined in
> the array as 'pop'. Try changing the 2nd $servers['pop'] to $servers
> ['pop2'] or something else descriptive but unique and see it that helps.
>
> Kevin
>
>
>
> On Nov 21, 2005, at 1:25 AM, Neil Wilson wrote:
>
> > Hi guys and girls,
> >
> > Below is my imp/config/servers.php
> >
> > For some reason no matter what I do the 2nd server(middle one) gets
> > ignored.
> >
> > If I move them around it still seems to only ignore the middle one, so
> > in my servers list, it only shows two servers instead of three.
> >
> > Any ideas why imp doesn't like me having three servers?
> >
> > <?php
> >
> > $servers['_prompt'] = array(
> > 'name' => _("Choose a mail server:")
> > );
> >
> > $servers['imap'] = array(
> > 'name' => 'BLA BLA (IMAP)',
> > 'server' => '10.0.5.2',
> > 'hordeauth' => false,
> > 'protocol' => 'imap/notls',
> > 'port' => 143,
> > 'folders' => 'INBOX',
> > 'namespace' => '',
> > 'maildomain' => 'blabla.co.za',
> > 'smtphost' => 'localhost',
> > 'smtpport' => 25,
> > 'realm' => '',
> > 'preferred' => '',
> > 'dotfiles' => false,
> > 'hierarchies' => array()
> >
> > );
> > $servers['pop'] = array(
> > 'name' => 'BlaBLA (POP3)',
> > 'server' => 'mail.blabla.co.za',
> > 'hordeauth' => false,
> > 'protocol' => 'pop3',
> > 'port' => 110,
> > 'folders' => '',
> > 'namespace' => '',
> > 'maildomain' => 'blabla.co.za',
> > 'smtphost' => 'localhost',
> > 'smtpport' => 25,
> > 'realm' => '',
> > 'preferred' => '',
> > 'dotfiles' => false,
> > 'hierarchies' => array()
> > );
> > $servers['pop'] = array(
> > 'name' => 'Blablabla (POP3)',
> > 'server' => 'localhost',
> > 'hordeauth' => false,
> > 'protocol' => 'pop3',
> > 'port' => 110,
> > 'folders' => '',
> > 'namespace' => '',
> > 'maildomain' => 'blabla.co.za',
> > 'smtphost' => 'localhost',
> > 'smtpport' => 25,
> > 'realm' => '',
> > 'preferred' => '',
> > 'dotfiles' => false,
> > 'hierarchies' => array()
> > );
> >
> > Thanks Any help would be appreciated!
> >
> > Regards
> > Neil Wilson.
> > Powered by Linux, driven by passion!
> >
> > --
> > This email and all contents are subject to the following disclaimer:
> > http://www.dcdata.co.za/emaildisclaimer.html
> >
> > --
> > 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
> >
>
>
>
> ------------------------------
>
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
> End of imp Digest, Vol 1280, Issue 1
> ************************************
>
-----------------------------------------------------------------------------------
AU Online --- your local Web Hosting solutions group --- http://www.auonline.com.au
More information about the imp
mailing list