Re: [Dovecot] Converting from maildir to dbox

2008-06-11 Thread Charles Marcus

On 6/11/2008 6:26 AM, Kjartan Andreassen wrote:

We are getting the users homedir from sql ( in dovecot-sql.conf) and using
the convert script we have the following settings:

mail_location = dbox:%h/dbox
convert_mail = maildir:%h/Maildir

This just gives an error on all the folders saying they already exists.
Does anyone have a config file where they have a working dbox
configuration?


Dovecot version? -n output?

--

Best regards,

Charles


[Dovecot] Converting from maildir to dbox

2008-06-11 Thread Kjartan Andreassen
Hi,

We are getting the users homedir from sql ( in dovecot-sql.conf) and using
the convert script we have the following settings:

mail_location = dbox:%h/dbox
convert_mail = maildir:%h/Maildir

This just gives an error on all the folders saying they already exists.
Does anyone have a config file where they have a working dbox
configuration?

Regards,

Kjartan

Re: [Dovecot] Converting from Maildir to dbox

2008-01-20 Thread Timo Sirainen
On Thu, 2008-01-17 at 14:59 +0100, Kjartan Andreassen wrote:
 Hi,
 
 How do i convert from Maildir to dbox using the convert plugin?
 
 My users reside in /home/user/Maildir.
 
 In the dovecot.conf file i've set up 
 
 convert_mail = dbox:%h 

mail_location = dbox:~/dbox
..
convert_mail = maildir:~/Maildir

Note that it'll rename files from maildir to dbox. Also although I've
done a lot of stress testing with dbox already, I don't know if it's
been in any real use yet. Backups would be a good idea.

Oh, and I hope you're using 1.1.betas, don't even try to use v1.0's dbox
code.



signature.asc
Description: This is a digitally signed message part


[Dovecot] Converting from Maildir to dbox

2008-01-17 Thread Kjartan Andreassen
Hi,

How do i convert from Maildir to dbox using the convert plugin?

My users reside in /home/user/Maildir.

In the dovecot.conf file i've set up 

convert_mail = dbox:%h 

but I am not sure about the syntax.  Im getting the error:

Couldn't create mailbox directory INBOX
Mailbox conversion failed, exiting

Thanks

--
Kjartan