Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Miham KEREKES
Hi, I'm about to migrate user mailboxes from unix mbox mailbox format to cyrus maildir. Unfortunately, users have lots of separate mailfolders in mbox format, which i should convert, too. I dig into the archive, and found the mailutil utility for doing this: mailutil append /path/to/mbox

Re: lmtp access denied issue

2003-12-22 Thread James A. Pattie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Pattie wrote: | Hi guys, | | Twice now in the last 3 days I've had sendmail stop being able to | deliver | e-mails to cyrus via the unix lmtp mechanism. | | I'm on Debian testing, with sendmail 8.12.9-5, cyrus21 2.1.14-1 | packages. | |

Re: lmtp access denied issue

2003-12-22 Thread James A. Pattie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James A. Pattie wrote: | James Pattie wrote: | | Hi guys, | | | | Twice now in the last 3 days I've had sendmail stop being able to | | deliver | | e-mails to cyrus via the unix lmtp mechanism. | | | | I'm on Debian testing, with sendmail

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Miham KEREKES
Hi, I have the following capabilities: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE AUTH=NTLM AUTH=DIGEST-MD5 AUTH=CRAM-MD5 LISTEXT LIST-SUBSCRIBED

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Igor Brezac
On Mon, 22 Dec 2003, Miham KEREKES wrote: Hi, I have the following capabilities: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE AUTH=NTLM

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Ken Murchison
Igor Brezac wrote: On Mon, 22 Dec 2003, Miham KEREKES wrote: Hi, I have the following capabilities: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE AUTH=NTLM

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Igor Brezac
On Mon, 22 Dec 2003, Ken Murchison wrote: Igor Brezac wrote: On Mon, 22 Dec 2003, Miham KEREKES wrote: Hi, I have the following capabilities: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Miham KEREKES
However, I can't find anywhere in the config files where I could stop CRAM-MD5 from being advertised. I searched in /etc/cyrus.conf and /etc/imapd.conf, without any success. Any docs or help suggested? Add sasl_mech_list: plain login digest-md5 ntlm LOGIN and NTLM don't

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Igor Brezac
On Mon, 22 Dec 2003, Miham KEREKES wrote: However, I can't find anywhere in the config files where I could stop CRAM-MD5 from being advertised. I searched in /etc/cyrus.conf and /etc/imapd.conf, without any success. Any docs or help suggested? Add

Hello, and my first question

2003-12-22 Thread Torsten E.
Hello list, first of all: english is not my native language, so please forgive my minor mistakes in spelling and grammar. Well, I set-up an cyrus-imap (version 2.1.15), which works behind postfix 2.0.16. The users are authenticated via saslauthdb. That installation works fine for me till now!

Re: Hello, and my first question

2003-12-22 Thread Torsten E.
From: Miham KEREKES [EMAIL PROTECTED] Sent: Monday, December 22, 2003 11:11 PM Well, I set-up an cyrus-imap (version 2.1.15), which works behind postfix 2.0.16. The users are authenticated via saslauthdb. That installation works fine for me till now! Now I read some docs about

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Miham KEREKES
I do not know where you store your secrets, I assume sasldb? If so, Yes. sasl_pwcheck_method: auxprop sasl_auxprop_plugin: sasldb sasl_mech_list: plain Ok. Works. Or at least: the error changed :-( * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ MAILBOX-REFERRALS NAMESPACE UIDPLUS ID

Re: Hello, and my first question

2003-12-22 Thread Torsten E.
From: Torsten E. [EMAIL PROTECTED] Sent: Monday, December 22, 2003 11:01 PM Hello list, first of all: english is not my native language, so please forgive my minor mistakes in spelling and grammar. Well, I set-up an cyrus-imap (version 2.1.15), which works behind postfix 2.0.16. The

Re: Converting mbox to cyrus maildir w/ seen state preservation

2003-12-22 Thread Igor Brezac
On Mon, 22 Dec 2003, Miham KEREKES wrote: I do not know where you store your secrets, I assume sasldb? If so, Yes. sasl_pwcheck_method: auxprop sasl_auxprop_plugin: sasldb sasl_mech_list: plain Ok. Works. Or at least: the error changed :-( * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA