On 08/24 19:27, Tim Strobell (Contractor) wrote:
> We need to support Kerberos credentials directly from the clients; pam_krb5
> only proxies the username and passwords to the KDC for authentication.
I use gssapi authentication with Mutt against Cyrus using the actual
Kerberos credentials, so it w
Hi all,
I've just transfered some mailboxes from an old server to a new one. The
old had an cyrus 2.0 install, the new one a 2.1.6. Had to convert the
.seen files from flat to skiplist. Everything worked out fine,
except for one thing: In one account the submailboxes are not visible
throug an
We have two users. We would like to copy all the mail from one user to
another. What is the best way to do it?
Copying file by file will not work as it would clash with existing names
like 300. etc.
Renaming is out of question as we would like to preserve both the accounts.
Any idea will be a
On Thu, 2005-08-25 at 10:44 +0200, Dirk Bonenkamp - Bean IT wrote:
> Hi all,
>
> I've just transfered some mailboxes from an old server to a new one. The
> old had an cyrus 2.0 install, the new one a 2.1.6. Had to convert the
> .seen files from flat to skiplist. Everything worked out fine,
> ex
On Thu, 2005-08-25 at 11:35 +0100, Sujit Choudhury wrote:
> We have two users. We would like to copy all the mail from one user to
> another. What is the best way to do it?
> Copying file by file will not work as it would clash with existing names
> like 300. etc.
> Renaming is out of question
The problem is little simpler. we have two accounts - one current, the
other one is an old one.
The idea is to migrate the mail from old one to the current one and
expunge the old account at some future date. However the user has only
access to the current account, no access to the old account
>> Cyrus imap server (2.2.10)
>> Linux 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686 i686 i386
>> GNU/Linux
>>
>> I have several folders. All of a sudden,
>> all the emails in my INBOX are gone!!! Other folders look fine though.
>> Those gone INBOX messages are not found in the TRASH f
Sujit Choudhury wrote:
The problem is little simpler. we have two accounts - one current,
the other one is an old one.
The idea is to migrate the mail from old one to the current one and
expunge the old account at some future date. However the user has
only access to the current account, no
> The problem is little simpler. we have two accounts - one current, the
> other one is an old one.
> The idea is to migrate the mail from old one to the current one and
> expunge the old account at some future date. However the user has only
> access to the current account, no access to the old
On Thu, 2005-08-25 at 08:22 -0500, Bing Du wrote:
> >> Cyrus imap server (2.2.10)
> >> Linux 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686 i686 i386
> >> GNU/Linux
> >>
> >> I have several folders. All of a sudden,
> >> all the emails in my INBOX are gone!!! Other folders look fine thou
On Thu, 2005-08-25 at 13:37 +0100, Sujit Choudhury wrote:
> The problem is little simpler. we have two accounts - one current, the
> other one is an old one.
> The idea is to migrate the mail from old one to the current one and
> expunge the old account at some future date. However the user has
You may try "deliver".
a line like :
/opt/cyrus/bin/deliver $dest < message
iterated over the messages,where $dest stands for the destination
mailbox name, should do the trick.
It must be run as the cyrus user
I tried that only to copy inbox to inbox
You may check "man deliver" for further detai
My news provider has a few problems with STAT / NEXT,NEXT,NEXT.
In particular, sometimes it responds with a garbage msgid instead of a
properly formatted msgid.
eg:
stat 781
223 781 Thu, 25 Aug 2005 15:07:56 -0700
uggh, looks like corruption on their end.
In any case, fetchnews will seg fault
Hello everyone,
Setting a quota on INBOX works fine, but we need to give a user
unlimited space on a subfolder of INBOX.
Using cyradm I've tried with no success.
setquota user/username/[EMAIL PROTECTED] STORAGE none
setquota user/username/[EMAIL PROTECTED] STORAGE 0
What is the correct syntax f
> On Thu, 2005-08-25 at 08:22 -0500, Bing Du wrote:
>> >> Cyrus imap server (2.2.10)
>> >> Linux 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686 i686
>> i386
>> >> GNU/Linux
>> >>
>> >> I have several folders. All of a sudden,
>> >> all the emails in my INBOX are gone!!! Other folders loo
> > We need to support Kerberos credentials directly from the clients; pam_krb5
> > only proxies the username and passwords to the KDC for authentication.
>
> I use gssapi authentication with Mutt against Cyrus using the actual
> Kerberos credentials, so it would seem to work.
Of course -- b
Simon Matter wrote:
> You could just move the content of the old mailbox to a subfolder of the
> new mailbox, reconstruct should do the rest.
IIRC, that depends what version of Cyrus he's running. Older
reconstructs had a bug where the mailboxes.db entries would not get
created when using the -rf
On Thu, 25 Aug 2005, Tim Strobell (Contractor) wrote:
> > We need to support Kerberos credentials directly from the clients; pam_krb5
> > only proxies the username and passwords to the KDC for authentication.
>
> I use gssapi authentication with Mutt against Cyrus using the actual
> Kerberos cr
Have you tried
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN GSSAPI
Our pine users connect useing a Kerb5 ticket.
Our other users (like Apple Mail) send us a username/password over a
secure connection.
They are then validated by saslauthd.
-Patrick
On Aug 25, 2005, at 12:42 PM, Tim
We are upgrading a 2.0.16 cyrus imapd installation to 2.2.12.
If I read the docs correctly no database upgrade should be necessary.
We are starting with a vanilla 2.2.12, copied our /var/imap and /mail
directories to the new server. Imapd starts but telnet to port 143 hangs:
# telnet local
Typically you have one mailstore defined, as I understand.
However, I have a situation where I have archives of thousands of
messages, going back years ago, that I wish to keep. I'd rather not
keep all of these on my primary mailstore (no need, and it eats up space).
Is it possible with cyr
On Thu, 2005-08-25 at 22:53 -0400, Forrest Aldrich wrote:
> Typically you have one mailstore defined, as I understand.
>
> However, I have a situation where I have archives of thousands of
> messages, going back years ago, that I wish to keep. I'd rather not
> keep all of these on my primary m
--On August 25, 2005 10:53:59 PM -0400 Forrest Aldrich <[EMAIL PROTECTED]>
wrote:
Typically you have one mailstore defined, as I understand.
However, I have a situation where I have archives of thousands of
messages, going back years ago, that I wish to keep. I'd rather not
keep all of th
I just finished copying a few thousand (grin) messages to various
folders on my new Cyrus installation (2.2).
One of the folders, email from 2002, is not showing up with any mail via
the imap client (Thunderbird, in my case), yet I see the messages in the
physical directory mailstore.
I don'
24 matches
Mail list logo