Re: Unable to subscribe to folders.

2020-02-03 Thread ellie timoney
On Mon, Feb 3, 2020, at 11:02 PM, Sebastian Hagedorn wrote: > just a guess, but isn't LSUB the command for listing subscribed > mailboxes? I'm not actually sure it makes a difference, but you should > give it a try ... > LIST (\Subscribed) is one of the extensions we support, it should work fine

Re: Unable to subscribe to folders.

2020-02-03 Thread Sebastian Hagedorn
Hi, Am 02.02.20 um 03:35 Uhr schrieb Matthew Schumacher: > Anyone see this before?  For some reason I simply can't subscribe to my > folders.  Looking at it from the protocol level: > > a list (subscribed) "" "*" > > returns > . > * LI

Unable to subscribe to folders.

2020-02-01 Thread Matthew Schumacher
List, Anyone see this before?  For some reason I simply can't subscribe to my folders.  Looking at it from the protocol level: a list (subscribed) "" "*" returns . * LIST (\Subscribed \HasNoChildren) "/" Vendors/Tools * LIST (\Subscribed \HasNo

WG: Cyrus Imapd 3.0.3 - Crash when opening the mailbox list (subscribe to folder)

2017-08-27 Thread Jan Hendrik Ribbat
rus-bounces+j.h.ribbat=md-network...@lists.andrew.cmu.edu] Im Auftrag von Jan Hendrik Ribbat Gesendet: Mittwoch, 23. August 2017 13:02 An: info-cyrus@lists.andrew.cmu.edu <mailto:info-cyrus@lists.andrew.cmu.edu> Betreff: Cyrus Imapd 3.0.3 - Crash when opening the mailbox list (subscribe to folder

Cyrus Imapd 3.0.3 - Crash when opening the mailbox list (subscribe to folder)

2017-08-23 Thread Jan Hendrik Ribbat
Good day, on my test-system (latest arch-linux) I have installed cyrus imap 3.0.3 (Same issue with 3.0.2). With almost the same configuration the system was working with cyrus imap 2.5.7. Actually I am not able to access subfolders (under inbox) or subscribe to a folder. The inbox

Re: successful create but unsuccessful subscribe

2012-12-21 Thread Frank Elsner
On Wed, 19 Dec 2012 13:45:36 -0800 (PST) Andrew Morgan wrote: > On Wed, 19 Dec 2012, Frank Elsner wrote: > > > On Wed, 19 Dec 2012 10:10:43 -0800 (PST) Andrew Morgan wrote: > > > > [ ... ] > > > >> I don't know why, but we have always operated with prefork=1 here. As far > >> as I can tell, it n

Re: successful create but unsuccessful subscribe

2012-12-20 Thread Kerstin Espey
On 19.12.2012 19:10, Andrew Morgan wrote: > > This sounds like a bug, either in documentation or behavior. I could > not find an existing bug report for it. Would you be willing to create > a bug report at https://bugzilla.cyrusimap.org/? > This is now Bug 3761 -- Regards, Kerstin Network C

Re: successful create but unsuccessful subscribe

2012-12-19 Thread Andrew Morgan
On Wed, 19 Dec 2012, Frank Elsner wrote: > On Wed, 19 Dec 2012 10:10:43 -0800 (PST) Andrew Morgan wrote: > > [ ... ] > >> I don't know why, but we have always operated with prefork=1 here. As far >> as I can tell, it never runs more than 1 mupdate process. That single >> mupdate process has 15

Re: successful create but unsuccessful subscribe

2012-12-19 Thread Frank Elsner
On Wed, 19 Dec 2012 10:10:43 -0800 (PST) Andrew Morgan wrote: [ ... ] > I don't know why, but we have always operated with prefork=1 here. As far > as I can tell, it never runs more than 1 mupdate process. That single > mupdate process has 15 connections in total from our 3 frontend servers

Re: successful create but unsuccessful subscribe

2012-12-19 Thread Andrew Morgan
On Wed, 19 Dec 2012, Kerstin Espey wrote: > On 14.12.2012 20:35, Dan White wrote: >> >> See if setting >> >> allowallsubscribe: 1 >> >> on your frontend makes any difference. > > Unfortunately it does not. > > I have reviewed the whole configuration, shortened the config on the > mupdate master, b

Re: successful create but unsuccessful subscribe

2012-12-19 Thread Kerstin Espey
On 14.12.2012 20:35, Dan White wrote: > > See if setting > > allowallsubscribe: 1 > > on your frontend makes any difference. Unfortunately it does not. I have reviewed the whole configuration, shortened the config on the mupdate master, but nothing helped. Now I have reduced the number of pre

Re(2): successful create but unsuccessful subscribe

2012-12-17 Thread Frank Elsner
On Mon, 17 Dec 2012 11:11:13 +0100 Frank Elsner wrote: [ ... ] > On startup all frontends get the complete mailboxlist from the mupdate server. This is the log from one of the mupdate processes after "service cyrus-imapd restart": Dec 17 11:27:53 mailfrontend-5 cyrus/mupdate[22260]: executed

Re: successful create but unsuccessful subscribe

2012-12-17 Thread Frank Elsner
On Fri, 14 Dec 2012 09:50:50 +0100 Kerstin Espey wrote: > On 13.12.2012 18:13, Dan White wrote: > > On 12/13/12 11:50 +0100, Kerstin Espey wrote: > >> we see a strange behaviour in our dev cyrus murder environment which we > >> can't explain. > >> > >> We run cyrus 2.4 on ubuntu server. > > > > Wh

Re: successful create but unsuccessful subscribe

2012-12-14 Thread Dan White
On 12/14/12 09:50 +0100, Kerstin Espey wrote: >The configs are attached. > >We have 4 frontend and 4 backend server, but thunderbird and >webmail-client are configured to use only one frontend, as this is >easier to debug. frontend: >configdirectory: /var/lib/cyrus >servername: amanda >defaultpar

Re: successful create but unsuccessful subscribe

2012-12-14 Thread Kerstin Espey
On 14.12.2012 16:30, Dave McMurtrie wrote: [...] > > Yes, as I mentioned, the mupdate process on our broken frontend was > running and still held an open socket descriptor to our mupdate > server. The problem was that the mupdate server did not still have > that connection open, so the client mup

Re: successful create but unsuccessful subscribe

2012-12-14 Thread Dave McMurtrie
On Dec 14, 2012, at 10:07 AM, Kerstin Espey wrote: > On 13.12.2012 18:28, Dave McMurtrie wrote: > >> In our case, the mupdate process on one of our frontends was not >> receiving updates from the mupdate master. If a webmail user created >> a new folder and then immediately reconnected to that

Re: successful create but unsuccessful subscribe

2012-12-14 Thread Kerstin Espey
On 13.12.2012 18:28, Dave McMurtrie wrote: > In our case, the mupdate process on one of our frontends was not > receiving updates from the mupdate master. If a webmail user created > a new folder and then immediately reconnected to that frontend, the > folder wouldn't exist. If they connected to

Re: successful create but unsuccessful subscribe

2012-12-14 Thread Kerstin Espey
the case, that one of our frontend servers does not know the new mailbox, but the other three servers do get it. But it is not unknown to the frontend, which created the mailbox. As this is the only frontend to which we connect at the moment, it should be able to subscribe to the mailbox, should

Re: successful create but unsuccessful subscribe

2012-12-13 Thread Bron Gondwana
On Thu, Dec 13, 2012, at 11:50 AM, Kerstin Espey wrote: > we see a strange behaviour in our dev cyrus murder environment which we > can't explain. > > We run cyrus 2.4 on ubuntu server. > > After successful creation of a new folder, the mailclient tries to > subscribe t

RE: successful create but unsuccessful subscribe

2012-12-13 Thread Dave McMurtrie
er [frank.els...@tu-berlin.de] Sent: Thursday, December 13, 2012 2:09 PM To: info-cyrus@lists.andrew.cmu.edu Subject: Re: successful create but unsuccessful subscribe On Thu, 13 Dec 2012 11:13:21 -0600 Dan White wrote: [ ... ] > Did this work for you differently in a previous version of cyrus?

Re: successful create but unsuccessful subscribe

2012-12-13 Thread Frank Elsner
On Thu, 13 Dec 2012 11:13:21 -0600 Dan White wrote: [ ... ] > Did this work for you differently in a previous version of cyrus? We have exactly the same problem with cyrus 2.3.16 on RHEL. --Frank Elsner Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.c

Re: successful create but unsuccessful subscribe

2012-12-13 Thread Dan White
iguration on your frontend, backend, and mupdate servers? >After successful creation of a new folder, the mailclient tries to >subscribe to the new folder, but gets a error message. >In thunderbird I can subscribe to the new folder with the subscribe >menu, using our webmail client, I

successful create but unsuccessful subscribe

2012-12-13 Thread Kerstin Espey
Hi List, we see a strange behaviour in our dev cyrus murder environment which we can't explain. We run cyrus 2.4 on ubuntu server. After successful creation of a new folder, the mailclient tries to subscribe to the new folder, but gets a error message. In thunderbird I can subscribe to th

Re: auto create / subscribe folder patches

2012-10-03 Thread mailing list subscriber
On Thu, Oct 4, 2012 at 1:00 AM, Bron Gondwana wrote: > On Wed, Oct 3, 2012, at 11:50 PM, mailing list subscriber wrote: >> On Wed, Oct 3, 2012 at 8:53 AM, Bron Gondwana wrote: >> > On Wed, Oct 3, 2012, at 07:22 AM, Simon Walter wrote: >> >> On 10/03/2012 01:32 PM, Andrew Morgan wrote: >> >> > If

Re: auto create / subscribe folder patches

2012-10-03 Thread Bron Gondwana
On Wed, Oct 3, 2012, at 11:50 PM, mailing list subscriber wrote: > On Wed, Oct 3, 2012 at 8:53 AM, Bron Gondwana wrote: > > On Wed, Oct 3, 2012, at 07:22 AM, Simon Walter wrote: > >> On 10/03/2012 01:32 PM, Andrew Morgan wrote: > >> > If I remember right, the autocreate patches don't work in a Cyr

Re: auto create / subscribe folder patches

2012-10-03 Thread mailing list subscriber
On Wed, Oct 3, 2012 at 8:53 AM, Bron Gondwana wrote: > On Wed, Oct 3, 2012, at 07:22 AM, Simon Walter wrote: >> On 10/03/2012 01:32 PM, Andrew Morgan wrote: >> > If I remember right, the autocreate patches don't work in a Cyrus >> > Murder (cluster). Until the autocreate patches work with all the

Re: auto create / subscribe folder patches

2012-10-03 Thread Clément Hermann (nodens)
Le 03/10/2012 07:22, Simon Walter a écrit : > > We do have quite a few users. I'm pretty sure anyone managing users via > LDAP would prefer to have mailboxes automatically created. I may look > into an OpenLDAP overlay. Failing that, Dovecot. Since we had to write code to manage users in the direc

Re: auto create / subscribe folder patches

2012-10-02 Thread Bron Gondwana
On Wed, Oct 3, 2012, at 07:22 AM, Simon Walter wrote: > On 10/03/2012 01:32 PM, Andrew Morgan wrote: > > If I remember right, the autocreate patches don't work in a Cyrus > > Murder (cluster). Until the autocreate patches work with all the > > supported ways of running Cyrus IMAP, I don't think

Re: auto create / subscribe folder patches

2012-10-02 Thread Simon Walter
On 10/03/2012 01:32 PM, Andrew Morgan wrote: > If I remember right, the autocreate patches don't work in a Cyrus > Murder (cluster). Until the autocreate patches work with all the > supported ways of running Cyrus IMAP, I don't think they will be > included. > > I can understand your issue thou

Re: auto create / subscribe folder patches

2012-10-02 Thread Andrew Morgan
On Wed, 3 Oct 2012, Simon Walter wrote: > Hi all, > > I've been digging into the possibility of auto creation of INBOX and > maybe other folders. All I find for Cyrus is patches. > > May I suggest putting these into the source tree? They're optional > settings. So those who don't like them, don't

auto create / subscribe folder patches

2012-10-02 Thread Simon Walter
Hi all, I've been digging into the possibility of auto creation of INBOX and maybe other folders. All I find for Cyrus is patches. May I suggest putting these into the source tree? They're optional settings. So those who don't like them, don't need to use the feature. Not everyone complies the

Re: Problem with Cyrus 2.4.0 when subscribe to folders in other backends

2010-10-14 Thread Bron Gondwana
On Thu, Oct 14, 2010 at 12:43:39PM +0200, Sebastian Hagedorn wrote: > --On 13. Oktober 2010 17:50:55 -0400 Bron Gondwana > wrote: > > >On Wed, Oct 13, 2010 at 05:27:32PM -0300, Lucas Zinato Carraro wrote: > >>With Thunderbird 3.1.3 i can subscribe only in folders

Re: Problem with Cyrus 2.4.0 when subscribe to folders in other backends

2010-10-14 Thread Sebastian Hagedorn
--On 13. Oktober 2010 17:50:55 -0400 Bron Gondwana wrote: On Wed, Oct 13, 2010 at 05:27:32PM -0300, Lucas Zinato Carraro wrote: With Thunderbird 3.1.3 i can subscribe only in folders located in Backend1 where my account "lucas.carraro" exist. The other folder in backend2 are no

Re: Problem with Cyrus 2.4.0 when subscribe to folders in other backends

2010-10-14 Thread Jeroen van Meeuwen (Kolab Systems)
Bron Gondwana wrote: > On Wed, Oct 13, 2010 at 05:27:32PM -0300, Lucas Zinato Carraro wrote: > > With Thunderbird 3.1.3 i can subscribe only in folders located in > > Backend1 > > > > where my account "lucas.carraro" exist. > > > The ot

Re: Problem with Cyrus 2.4.0 when subscribe to folders in other backends

2010-10-13 Thread Bron Gondwana
On Wed, Oct 13, 2010 at 05:27:32PM -0300, Lucas Zinato Carraro wrote: > With Thunderbird 3.1.3 i can subscribe only in folders located in Backend1 > > where my account "lucas.carraro" exist. > The other folder in backend2 are not avaiable for me: Actually, you're su

Problem with Cyrus 2.4.0 when subscribe to folders in other backends

2010-10-13 Thread Lucas Zinato Carraro
user.lucas^carraro.Junk user.lucas^carraro.Sent user.lucas^carraro.Trash are located in backend1 user.erros^audit Folders: user.sustentacao^unix user.sustentacao^unix.Junk user.sustentacao^unix.Sent user.sustentacao^unix.Trash are located in backend2 With Thunderbird 3.1.3 i can subscribe only in

Re: subscribe across domain

2008-07-09 Thread Alain Spineux
On Wed, Jul 9, 2008 at 5:48 PM, Mike Zupan <[EMAIL PROTECTED]> wrote: > is there anyway to subscribe a user to a mailbox across a domain? subscribe > [EMAIL PROTECTED] to [EMAIL PROTECTED] ? No, you cannot access mailbox from another domain. This is a limitation of cyrus, probably be

subscribe across domain

2008-07-09 Thread Mike Zupan
is there anyway to subscribe a user to a mailbox across a domain? subscribe [EMAIL PROTECTED] to [EMAIL PROTECTED] ? thanks Mike Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing

subscribe

2007-08-24 Thread admin
subscribe Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

subscribe

2007-03-05 Thread René Kockisch
Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

subscribe

2006-12-28 Thread Mike
subscribe [EMAIL PROTECTED] Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Subscribe as admin for a user?

2006-07-12 Thread Kjetil Torgrim Homme
On Wed, 2006-07-12 at 11:48 -0400, Jason Englander wrote: > Anyone know of a perl module or php function that will let the cyrus > administrator-user subscribe a mailbox for a user without > authenticating as that user and without using autocreate? well, the Mail::IMAPClient module for

Re: Subscribe as admin for a user?

2006-07-12 Thread Warren Turkal
On Wednesday 12 July 2006 09:48, Jason Englander wrote: > Anyone know of a perl module or php function that will let the cyrus > administrator-user subscribe a mailbox for a user without > authenticating as that user and without using autocreate? The cyradm tool and something like expe

Subscribe as admin for a user?

2006-07-12 Thread Jason Englander
Anyone know of a perl module or php function that will let the cyrus administrator-user subscribe a mailbox for a user without authenticating as that user and without using autocreate? Would I break anything by modifying /var/imap/user/X/joeschmo/joeschmo.sub? The user would definitely not

Re: Subscribe user folder using telnet

2005-10-25 Thread Ken Murchison
ave to replicate its functionality. > This is important to my company project since we will access the cyrus mail > server using socket connection. TCP socket or UNIX socket? imtest certainly works over TCP > BTW, how to PIPE subscribe command into imtest such that I can do the > subscription

Re: Subscribe user folder using telnet

2005-10-25 Thread Patrick T. Tsang
Thanks Ken This is still a good way. However, is there any commands which is working for subscribing user IMAP folder using root admin,cyrus, in telnet mode? This is important to my company project since we will access the cyrus mail server using socket connection. BTW, how to PIPE subscribe

Re: Subscribe user folder using telnet

2005-10-25 Thread Ken Murchison
Patrick T. Tsang wrote: > Hello, > > I would like to use telnet (console) to subscribe user IMAP user folders. > How to do it? > What is the standard way / command ? > > Since I login onto the IMAP server using the root user, cyrus, > I can do many things but I ca

Subscribe user folder using telnet

2005-10-25 Thread Patrick T. Tsang
Hello,   I would like to use telnet (console) to subscribe user IMAP user folders. How to do it? What is the standard way / command ?   Since I login onto the IMAP server using the root user, cyrus, I can do many things but I cannot subscribe user IMAP folders.   Please help.   Regards

about subscribe a folder

2005-10-14 Thread he . tao
In cyrus,what does one user subscribe a folder means?Does it means that the user can see the content of that mailbox if he has sufficient access right? if I set allowallsubscribe as 1,is it possible to let the user subscribe a exchange public folder? I'm confused about the concepte,you wi

can't subscribe to IMAP folder after syncing it from another server

2005-09-12 Thread lkolchin
ve synced their folders created by Horde IMP on another server with UW-IMAP running on it, with their accounts on my Cyrus-IMAP server. I did the syncronization with the imapsync utility (http://www.linux-france.org/prj/imapsync/).   The problem is that I can't subscribe to these folde

Upgrade 2.1.12 - 2.2.10 weirdness (subscribe -> cpu bound)

2004-12-03 Thread Gilles Bruno
e user can happily use their mailboxes, neither seen states or ACL have been lost *But* when a single user want to modify it subscription (using mozilla/thunderbird: "Files" -> "Subscribe...") the imapd process take "ages" ~ 20s, but worse this imapd eats ~ 80% CPU

Re: No way to auto subscribe the mail folders.

2004-11-29 Thread Simon Matter
on. And it contains lots of users. > When i add a new account to cyrus-imapd server. The user who has been > created right now have to subscribe his mail folders mannully. I wonder If you create a cyrus mailbox (usually with cyradm), the only folder created is INBOX. And I never had to subscribe i

No way to auto subscribe the mail folders.

2004-11-28 Thread =?UTF-8?B?546LIOm5j+i+iQ==?=
new account to cyrus-imapd server. The user who has been created right now have to subscribe his mail folders mannully. I wonder that whether or not subscribe the mail folders automatic? Maybe write some words in the configure files with cyrus-imapd. I have searched the web and the mail lists for a

No way to auto subscribe the mail folders.

2004-11-28 Thread =?UTF-8?B?546LIOm5j+i+iQ==?=
account to cyrus-imapd server. The user who has been created right now have to subscribe his mail folders mannully. I wonder that whether or not subscribe the mail folders automatic? Maybe write some words in the configure files with cyrus-imapd. I have searched the web and the mail lists for a