Re: list of IMAP extensions

2017-06-22 Thread Bron Gondwana
. OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE ACL RIGHTS=kxten QUOTA MAILBOX-
  REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN
  MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SEARCH=FUZZY SORT
  SORT=MODSEQ SORT=DISPLAY SORT=UID THREAD=ORDEREDSUBJECT
  THREAD=REFERENCES THREAD=REFS ANNOTATE-EXPERIMENT-1 METADATA LIST-
  EXTENDED LIST-STATUS LIST-MYRIGHTS LIST-METADATA WITHIN QRESYNC SCAN
  XLIST XMOVE MOVE SPECIAL-USE CREATE-SPECIAL-USE DIGEST=SHA1 X-
  REPLICATION XAPPLEPUSHSERVICE LOGINDISABLED XCONVERSATIONS
  COMPRESS=DEFLATE X-QUOTA=STORAGE X-QUOTA=MESSAGE X-QUOTA=X-ANNOTATION-
  STORAGE X-QUOTA=X-NUM-FOLDERS IDLE]
That's a login against current Cyrus master - but 3.0 supports
all them too.
Note that these are custom/non-standard:
* X-REPLICATION (Cyrus only)
* XAPPLEPUSHSERVICE (Apple non-standard, requires signed cert and NDA to
  implement)*  XCONVERSATIONS (Cyrus/FastMail only)
* X-QUOTA
  =STORAGE
  =MESSAGE
  =X-ANNOTATION-STORAGE
  =X-NUM-FOLDERS (only STORAGE and MESSAGE are defined by standard)
* XMOVE (replaced by MOVE)
* DIGEST=SHA1 (Cyrus/FastMail only)
* LIST-MYRIGHTS (draft)

Off the top of my head that's the stuff that's custom.

Cyrus definitely supports (since 2.4 at least) all of those.  There was
some rudimentary QRESYNC support in 2.3.x, but it was buggy.
Bron.

On Fri, 23 Jun 2017, at 08:34, Stephen Ingram wrote:
> On Thu, Jun 22, 2017 at 1:08 PM, Stephen Ingram
>  wrote:>> On Thu, Jun 22, 2017 at 12:55 PM, Adam Tauno 
> Williams
>>  wrote:>> 
>>> Quoting Stephen Ingram :
 Is there a comprehensive list of IMAP extensions supported by
 Cyrus-IMAP
  2.4.x and 3.x? Not the RFCs, but the actual extensions like
  QRESYNC and THREAD=REFS.>>> 
>>> So nothttps://cyrusimap.org/imap/rfc-support.html ?
>> 
>> 
>> No. I had already found that, but would love it if the extensions
>> were listed directly. I'm trying to verify product support for Cyrus-
>> IMAP and would love to have a quick checklist. I could sworn I've
>> seen something like this before, but can't seem to locate it now.> 
> I forgot to include exactly the extensions I'm looking for:
> 
> IDLE
> QRESYNC
> CONDSTORE
> CHILDREN
> THREAD=REFS
> UIDPLUS
> SORT
> UID SORT
> LIST-STATUS
> SPECIAL-USE
> MOVE
> 
> I know that IDLE is supported and it looks like CONDSTORE can be
> turned on using cyradm on an account-by-account basis, but I'm not
> totally sure about the rest. Does anyone have an idea?> 
> Steve 
> 
> Cyrus Home Page: http://www.cyrusimap.org/
> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/> To 
> Unsubscribe:
> https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

--
  Bron Gondwana, CEO, FastMail Pty Ltd
  br...@fastmailteam.com



Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: master & won't start

2017-06-22 Thread Bron Gondwana
If you look in syslog, it should tell you what the problem was.

On Thu, 22 Jun 2017, at 15:32, haider al-shook via Info-cyrus wrote:
> I cannot start master process beacause it exit with code 71
> Cyradim also does not work giving the error that it couldnot connect to server
> Imtest also does not work mentioning that network initializatio failed
> What is wrong is it imapd.conf or cyrus.conf or something else
> Thanks
> Sent from my iPhone
> 
> Cyrus Home Page: http://www.cyrusimap.org/
> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
> To Unsubscribe:
> https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


-- 
  Bron Gondwana
  br...@fastmail.fm

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: list of IMAP extensions

2017-06-22 Thread Stephen Ingram
On Thu, Jun 22, 2017 at 1:08 PM, Stephen Ingram  wrote:

> On Thu, Jun 22, 2017 at 12:55 PM, Adam Tauno Williams <
> awill...@whitemice.org> wrote:
>
>> Quoting Stephen Ingram :
>>
>>> Is there a comprehensive list of IMAP extensions supported by Cyrus-IMAP
>>> 2.4.x and 3.x? Not the RFCs, but the actual extensions like QRESYNC and
>>> THREAD=REFS.
>>>
>>
>> So not https://cyrusimap.org/imap/rfc-support.html ?
>>
>
> No. I had already found that, but would love it if the extensions were
> listed directly. I'm trying to verify product support for Cyrus-IMAP and
> would love to have a quick checklist. I could sworn I've seen something
> like this before, but can't seem to locate it now.
>

I forgot to include exactly the extensions I'm looking for:

IDLE
QRESYNC
CONDSTORE
CHILDREN
THREAD=REFS
UIDPLUS
SORT
UID SORT
LIST-STATUS
SPECIAL-USE
MOVE

I know that IDLE is supported and it looks like CONDSTORE can be turned on
using cyradm on an account-by-account basis, but I'm not totally sure about
the rest. Does anyone have an idea?

Steve

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: list of IMAP extensions

2017-06-22 Thread Stephen Ingram
On Thu, Jun 22, 2017 at 12:55 PM, Adam Tauno Williams <
awill...@whitemice.org> wrote:

> Quoting Stephen Ingram :
>
>> Is there a comprehensive list of IMAP extensions supported by Cyrus-IMAP
>> 2.4.x and 3.x? Not the RFCs, but the actual extensions like QRESYNC and
>> THREAD=REFS.
>>
>
> So not https://cyrusimap.org/imap/rfc-support.html ?
>

No. I had already found that, but would love it if the extensions were
listed directly. I'm trying to verify product support for Cyrus-IMAP and
would love to have a quick checklist. I could sworn I've seen something
like this before, but can't seem to locate it now.

Steve

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: list of IMAP extensions

2017-06-22 Thread Adam Tauno Williams

Quoting Stephen Ingram :

Is there a comprehensive list of IMAP extensions supported by Cyrus-IMAP
2.4.x and 3.x? Not the RFCs, but the actual extensions like QRESYNC and
THREAD=REFS.


So not https://cyrusimap.org/imap/rfc-support.html ?




Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


list of IMAP extensions

2017-06-22 Thread Stephen Ingram
Is there a comprehensive list of IMAP extensions supported by Cyrus-IMAP
2.4.x and 3.x? Not the RFCs, but the actual extensions like QRESYNC and
THREAD=REFS.

Steve

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Mailbox administration in cyrus

2017-06-22 Thread Dr. Peer-Joachim Koch

Hi,

I have admin (cyrus) rights on the mailbox.

The solution in this case is a

dm user.USERNAME.*

this seems to remove everything from user USERNAME without the risk
deleting some similar named user  (...USERNAME* can cause some trouble).

Thanks, Peer

On 21.06.2017 17:03, Patrick Boutilier wrote:

On 06/21/2017 10:42 AM, Dr. Peer-Joachim Koch wrote:

Hi Michael,

On 21.06.2017 15:28, Michael Menge wrote:

Hi,



Quoting "Dr. Peer-Joachim Koch" :


Hi,

is there an esay way to remove ALL mailboxes of an user ?

I did not find any info about something like

dm -r user.OLDUSER



in cyradm

dm user.OLDUSER

should delete the user (all mailboxes and sievscripts), at least 
since cyrus 2.3


which version of cyrus are you using?


we are using cyrus 2.4.18 (SLES 12 SP2)

removing every folder within OLDUSER and OLDUSER as well.




No, not at our system. I did

dm user.TESTUSER  # all users have SPAM,Sent,Drafts as default 
mailboxes


After this command, the mailbox  TESTUSER was removed, but 
user.TESTUSER.{SPAM,Sent,Drafts}

exist (in cyrus and on the filesystem).

No idea, what happens if I use a wildcard ...



Does the user you logged in to cyradm with have rights to delete the 
mailboxes that are not getting deleted?



Might have to do this first:

sam user.TESTUSER  lrswipdca














Thanks and bye, Peer


also you can use wildcards in cyradm


Grüße aus Tübingen

   Michael

 


M.MengeTel.: (49) 7071/29-70316
Universität Tübingen   Fax.: (49) 7071/29-5912
Zentrum für Datenverarbeitung  mail: 
michael.me...@zdv.uni-tuebingen.de

Wächterstraße 76
72074 Tübingen


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus






Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus






Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus



--
Mit freundlichem Grüßen,
Peer-Joachim Koch


Max-Planck-Institut für Biogeochemie
Dr. Peer-Joachim Koch
Hans-Knöll Str.10Telefon: ++49 3641 57-6705
D-07745 Jena Telefax: ++49 3641 57-7705



smime.p7s
Description: S/MIME Cryptographic Signature

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus