Hi Ken,

Ken Murchison wrote:

It should sync the entire user's mailbox hierarchy. I'll double check that virtdomains are supported.



I found why it doesn't work. I did an strace on the sync_server process and saw it was telling me:

open("/var/cyrus-replica/var/imap/domain/u/ugent.be/user/r/rudy.gevaert.sub", O_RDWR) = -1 ENOENT (No such file or directory)

But when I looked in that directory I see :

kavula:/var/cyrus-replica/var/imap/domain/u/ugent.be/user/r# ls -l
total 12
-rw-------  1 cyrus mail 7976 Oct 11 16:35 rudy^gevaert.seen
-rw-------  1 cyrus mail  456 Oct 12 09:18 rudy^gevaert.sub

I'm unix hierarchy seperator here. So sync_server is looking in the wrong file. It should replace a . with ^.

Anyway if I run sync_client like this:

sync_client -v -v -l -u [EMAIL PROTECTED]

it syncs my messages, but I think it does mailbox meta-data too.

Rudy

--
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Rudy Gevaert          [EMAIL PROTECTED]          tel:+32 9 264 4734
Directie ICT, afd. Infrastructuur ICT Department, Infrastructure office
Groep Systemen                    Systems group
Universiteit Gent                 Ghent University
Krijgslaan 281, gebouw S9, 9000 Gent, Belgie               www.UGent.be
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to