Eugen Wintersberger | 2 Jul 2008 09:04
Picon
Favicon

changing namespace on a running server

Hi there
 I am new to this mailing list and hope you can help me. I use the cyrus
IMAP server using the common namespace scheme. Now, since we need shared
mail boxes, I have to switch to the alternate scheme. 
Can I do this with a running server? Meaning: when I change now the
configuration and restart the server do I have to expect any kind of
data loos?

regards
   Eugen Wintersberger

--

-- 
--------------------------------------------
|                                          |
| Dipl. Ing. Eugen Wintersberger           |
| Department of semicondutor physics       |
| University of Linz                       |
| Altenbergerstrasse 69                    |
| A-4040 Linz                              |
| Austria                                  |
|                                          |
| Mobile.: +43 664 3112861                 |
| Tel.: +43 732 2468 9605                  |
| E-Mail.: eugen.wintersberger <at> jku.at      |
| Skype: eugen20056221                     |
| ICQ: 214418739, nickname: thot           |
|                                          |
--------------------------------------------

----
(Continue reading)

Eugen Wintersberger | 2 Jul 2008 09:47
Picon
Favicon

changing namespace on a running server

Hi there
 I am new to this mailing list and hope you can help me. I use the cyrus
IMAP server using the common namespace scheme. Now, since we need shared
mail boxes, I have to switch to the alternate scheme. 
Can I do this with a running server? Meaning: when I change now the
configuration and restart the server do I have to expect any kind of
data loos?

regards
   Eugen Wintersberger

--

-- 
--------------------------------------------
|                                          |
| Dipl. Ing. Eugen Wintersberger           |
| Department of semicondutor physics       |
| University of Linz                       |
| Altenbergerstrasse 69                    |
| A-4040 Linz                              |
| Austria                                  |
|                                          |
| Mobile.: +43 664 3112861                 |
| Tel.: +43 732 2468 9605                  |
| E-Mail.: eugen.wintersberger <at> jku.at      |
| Skype: eugen20056221                     |
| ICQ: 214418739, nickname: thot           |
|                                          |
--------------------------------------------

----
(Continue reading)

Per Steinar Iversen | 2 Jul 2008 14:07
Picon

A problem with sieveshell


I recently moved my Cyrus imapd from RHEL 4 Update 6 to RHEL 5.2

The only problem found so far after the move is with sieveshell, the "-a" 
option does not work any more. This used to work as expected:

sieveshell -a cyrusadmin -u user localhost

On the new server this seems to work fine too, but now the shell is always 
connected to the default sieve directory and not to the specified users 
sieve directory.

Both the old and new server use the same rpm from Simon Matter, 2.3.12p2-1

Is this a known problem or have I managed to introduce some strange new 
configuration error?

sieveshell -a user -u user localhost

works as expected still.

-psi
----
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

Alain Spineux | 4 Jul 2008 03:48
Picon

Re: changing namespace on a running server

On Wed, Jul 2, 2008 at 9:04 AM, Eugen Wintersberger
<eugen.wintersberger <at> jku.at> wrote:
> Hi there
>  I am new to this mailing list and hope you can help me. I use the cyrus
> IMAP server using the common namespace scheme. Now, since we need shared
> mail boxes, I have to switch to the alternate scheme.
> Can I do this with a running server? Meaning: when I change now the
> configuration and restart the server do I have to expect any kind of
> data loos?

No data lost.
Be careful to update your sieve script accordingly

>
> regards
>   Eugen Wintersberger
>
> --
> --------------------------------------------
> |                                          |
> | Dipl. Ing. Eugen Wintersberger           |
> | Department of semicondutor physics       |
> | University of Linz                       |
> | Altenbergerstrasse 69                    |
> | A-4040 Linz                              |
> | Austria                                  |
> |                                          |
> | Mobile.: +43 664 3112861                 |
> | Tel.: +43 732 2468 9605                  |
> | E-Mail.: eugen.wintersberger <at> jku.at      |
(Continue reading)

Bob Bob | 4 Jul 2008 18:30

Simple Sieve question

Hi all

Cant seem to find an answer on this one.. I should experiment but would like some advance info.

Can sieve "fileinto" into a mailbox folder that is not at or below the Inbox?. If so what would the syntax look like;

ie

fileinto "/user.fred.INBOX.Spam" instead of just "INBOX.Spam" as user fred.

Assumes of course that the user has ACL rights to the folder in question.

Am experimenting with Outlook Calenders, Free/Busy and an autoresponder/resource booking system under Bynari's Insight connector.

Tnxs, Bob


----
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
Scott Likens | 4 Jul 2008 23:38
Favicon

Re: Simple Sieve question

Assuming that user has the 'p' right to user.fred.INBOX.Spam then yes.

If they don't have the 'p' right, the mail will just be sent in limbo.

On Jul 4, 2008, at 9:30 AM, Bob Bob wrote:

Hi all

Cant seem to find an answer on this one.. I should experiment but would like some advance info.

Can sieve "fileinto" into a mailbox folder that is not at or below the Inbox?. If so what would the syntax look like;

ie

fileinto "/user.fred.INBOX.Spam" instead of just "INBOX.Spam" as user fred.

Assumes of course that the user has ACL rights to the folder in question.

Am experimenting with Outlook Calenders, Free/Busy and an autoresponder/resource booking system under Bynari's Insight connector.

Tnxs, Bob


!DSPAM:486e57c0223491646824759!
----
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

!DSPAM:486e57c0223491646824759!

----
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
Scott Likens | 5 Jul 2008 12:02
Favicon

Fwd: NDN: Re: Simple Sieve question

If someone can please remove this user from the mailing lists?

Thanks :)



Begin forwarded message:

Date: July 4, 2008 3:54:47 PM PDT
To: "Scott Likens" <damm <at> yazzy.org>
Subject: NDN: Re: Simple Sieve question

Sorry. Your message could not be delivered to:

0aheebdd (The name was not found at the remote site. Check that the name
has been entered correctly.)



!DSPAM:486f4636130771546544105!



----
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
Scott Likens | 5 Jul 2008 12:50
Favicon

Fwd: NDN: Re: Simple Sieve question

another ...


Begin forwarded message:

Date: July 5, 2008 3:32:02 AM PDT
Subject: Re: Fwd: NDN: Re: Simple Sieve question

Dear Business Partner,
for months the mails of our user have been sent to you from our new Domain.
This Domain has now been closed. If you have not changed the e-mail adress of the respective person in our company to his new one, please do it now!
The new Domain is ... <at> ipsenlogistics.com. intial firstname.lastename <at> ipsenlogistics.com
In case you have any question please adress them to info-de <at> ipsenlogistics.com


!DSPAM:486f50da134771804284693!



----
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
Jan Schneider | 7 Jul 2008 00:56
Favicon
Gravatar

Re: Simple Sieve question

Though it's usually:
fileinto "user.fred.Spam"

Zitat von Scott Likens <damm <at> yazzy.org>:

Assuming that user has the 'p' right to user.fred.INBOX.Spam then yes.

If they don't have the 'p' right, the mail will just be sent in limbo.

On Jul 4, 2008, at 9:30 AM, Bob Bob wrote:

Hi all

Cant seem to find an answer on this one.. I should experiment but would like some advance info.

Can sieve "fileinto" into a mailbox folder that is not at or below the Inbox?. If so what would the syntax look like;

ie

fileinto "/user.fred.INBOX.Spam" instead of just "INBOX.Spam" as user fred.

Assumes of course that the user has ACL rights to the folder in question.

Am experimenting with Outlook Calenders, Free/Busy and an autoresponder/resource booking system under Bynari's Insight connector.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

----
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
Gary Mills | 7 Jul 2008 15:31
Picon
Picon
Favicon

How to repair a broken seen state file

I'm seeing errors like this regularly in our messages log:

  Jul  4 11:43:37 castor imap[16398]: [ID 514311 local6.error] DBERROR: skiplist recovery: 058C should be INORDER
  Jul  4 11:43:37 castor imap[16398]: [ID 729713 local6.error] DBERROR: opening
/imap/conf/user/O/inqarts.seen: cyrusdb error

It's always for this one file.  All the others are fine.  It's a
skiplist database.  The ownership is correct.  A reconstruct on the
mailbox has no effect on the file.  Can I just remove the file, with
no ill effects?  Can I fix it somehow?  We're running cyrus-imapd-2.3.8.

--

-- 
-Gary Mills-    -Unix Support-    -U of M Academic Computing and Networking-
----
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


Gmane