Re: QRESYNC

2014-06-18 Thread Bron Gondwana
Hi,



There is rudimentary QRESYNC support in 2.3, but it's not completely
reliable.  I'm afraid you really are better off upgrading to 2.4 if you
need QRESYNC support.



Regards,



Bron.





On Wed, Jun 18, 2014, at 02:56 PM, CP vd Vyver wrote:

Hi
Can someone please assist me with this question.
Thanks

On 2014/06/09 06:00 PM, [1]info-cyrus-requ...@lists.andrew.cmu.edu
wrote:

--

Message: 1
Date: Mon, 09 Jun 2014 08:27:58 +0200
From: CP vd Vyver [2]c...@pcsquare.co.za
Subject: QRESYNC
To: [3]Info-cyrus@lists.andrew.cmu.edu
Message-ID: [4]539553ee.60...@pcsquare.co.za
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Good day
I use ClearOS server that has cyrus-imapd-2.3.16-6.v6.4.i686 installed.
I have installed SOGO Groupware server for calendar and Contact sharing.
It looks like 2.3.16 does not have QRESYNC active or its only available
from version 2.4 can someone clarify this for me?

I need QRESYNC to make Activesync work correctly so I can sync the
tablets and mobile phones. Clearos does no have 2.4 in its repos so I
cant upgrade through them
I run a VM so I can make  backup and try to upgrade to 2.4 and see if it
works, but if it is just a config file that needs to be edited to get
2.3 to work that would be first class.

I can help myself with Linux but don't have a lot of experience with
Linux mail servers so baby steps please.
Thanks

CP vd Vyver





Cyrus Home Page: [5]http://www.cyrusimap.org/

List Archives/Info:
[6]http://lists.andrew.cmu.edu/pipermail/info-cyrus/

To Unsubscribe:

[7]https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus



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

References

1. mailto:info-cyrus-requ...@lists.andrew.cmu.edu
2. mailto:c...@pcsquare.co.za
3. mailto:Info-cyrus@lists.andrew.cmu.edu
4. mailto:539553ee.60...@pcsquare.co.za
5. http://www.cyrusimap.org/
6. http://lists.andrew.cmu.edu/pipermail/info-cyrus/
7. 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

Re: cyrus super user -- able to login in as any user with a superuser password

2014-06-18 Thread Michael Menge

Hi,

Quoting Simon Matter simon.mat...@invoca.ch:


hi all,

i have a cyrus instance with an ldap backend -- works beautifully ...

i was wondering if there is a way to be able to login as any user with a
`superuser` password without messing with the users `real` password.

i am assuming this would have to involve some saslauthd magic ...


Not really saslauthd magic, just check the proxyservers option in
imapd.conf.

Regards,
Simon



To uses SASL proxy Authentication you need to use a mech that
supports porxy auth. PLAIN does support it, LOGIN does not.


Regards.

   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

smime.p7s
Description: S/MIME Signatur

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: cyrus super user -- able to login in as any user with a superuser password

2014-06-18 Thread mayak
On 06/18/2014 11:24 AM, Michael Menge wrote:
 Hi,

 Quoting Simon Matter simon.mat...@invoca.ch:

 hi all,

 i have a cyrus instance with an ldap backend -- works beautifully ...

 i was wondering if there is a way to be able to login as any user with a
 `superuser` password without messing with the users `real` password.

 i am assuming this would have to involve some saslauthd magic ...

 Not really saslauthd magic, just check the proxyservers option in
 imapd.conf.

 Regards,
 Simon


 To uses SASL proxy Authentication you need to use a mech that
 supports porxy auth. PLAIN does support it, LOGIN does not.
hi all,

thanks! the proxyservers option is working great -- with one login, i am able 
to use imapfilter to groom all account/folders of old messages ...

cheers

m



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: cyrus super user -- able to login in as any user with a superuser password

2014-06-18 Thread Nic Bernstein
On 06/18/2014 09:55 AM, mayak wrote
 hi all,

 thanks! the proxyservers option is working great -- with one login, i am able 
 to use imapfilter to groom all account/folders of old messages ...

 cheers

Mayak,
If that is your purpose, you may be much better served by simply using
mailbox annotations and the built-in expiration system.

For example, a client of ours uses this script as a daily cronjob to
make sure the proper annotations are set on all desired mailboxes:

#!/bin/sh
#
# set_cyrus_annotations.sh - Set the standard annotations for the Spam,
#Trash and systems mailbvoxes so they expire
#properly.
#
USER=cyradmin
PASS=password
HOST=localhost

cyradm -u $USER -w $PASS $HOST  _EOF_
mboxcfg systems expire 60
mboxcfg user.%.Spam expire 7
mboxcfg user.%.Trash expire 2
_EOF_

The normal expiration mechanisms (cyr_expire in cyrus.conf) of Cyrus
will then clean up those mailboxes on the desired schedule.  The biggest
advantage is that this all happens local to the server, without tying up
network resources with protocol discussions, local processing, etc.

Cheers,
-nic

-- 
Nic Bernstein n...@onlight.com
Onlight, Inc. www.onlight.com
219 N. Milwaukee St., Suite 2av. 414.272.4477
Milwaukee, Wisconsin  53202


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