how can I find what is the problem with kolab/toltec

GARETTE Emmanuel e.garette at atolcd.com
Wed Oct 11 16:31:37 CEST 2006


Hi,

I've a strange behavour between kolab (2.0.4) and toltec connector (2.0.9).

Some emails are not synchronise on my kolab server (for example some 
mail with picture). All new email in the directory are not synchronise 
anymore. When I delete this email, all work fine.

I'm trying to understand what is the problem.

I've tried to increase log from cyrus like this :

# /kolab/etc/rc imapd stop
# export CYRUS_VERBOSE=30
# /kolab/bin/cyrmaster -D

But I don't have any information about my problem (nothing different 
between sync email and not sync email).

I can't use software like ethereal because toltec use TLS (if I don't 
check this option or if i remove imapd tls support, toltec doesn't work 
anymore). If anyone can explain me how use toltec without TLS, I could 
be greats.

Finally, I'm trying to following the process with strace. I can see that 
emails are store in /kolab/var/imapd/spool/stage./??????? but not in the 
imap server directory.

When the email is sync :

# grep stage. strace_output.txt
open("/kolab/var/imapd/spool/stage./27170-1160574382-1", 
O_RDWR|O_CREAT|O_TRUNC, 0666) = 16
link("/kolab/var/imapd/spool/stage./27170-1160574382-1", 
"/kolab/var/imapd/spool/domain/atolcd.com/user/ega/Bo&AO4-te 
d\'envoi/1.") = 0
unlink("/kolab/var/imapd/spool/stage./27170-1160574382-1") = 0

When the email is not sync :

# grep stage. strace_output.txt
open("/kolab/var/imapd/spool/stage./23512-1160573938-1", 
O_RDWR|O_CREAT|O_TRUNC, 0666) = 16
unlink("/kolab/var/imapd/spool/stage./23512-1160573938-1") = 0

I really don't understand why some emails are not synchronise on the 
server. I've anyone could help me to understand it, it would be appreciate.

Regards.




More information about the users mailing list