atom feed6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Bye Clock skew de...
FromSent OnAttachments
Cristian SeresOct 29, 2007 8:14 am 
Gordon MessmerOct 29, 2007 8:52 am 
Cristian SeresOct 29, 2007 3:17 pm 
Gordon MessmerOct 29, 2007 3:42 pm 
Sam VarshavchikOct 29, 2007 4:56 pm 
Cristian SeresOct 30, 2007 2:49 pm 
Subject:Re: [courier-users] Bye Clock skew detected
From:Cristian Seres (cse@iki.fi)
Date:Oct 30, 2007 2:49:24 pm
List:net.sourceforge.lists.courier-users

What happens if you log in as the user whose IMAP session you tried to open, and do:

$ date && touch test && stat test

Dates were identical. The output gave me the clue to the problem, though. There were two users with same UID on the system. The output of stat revealed that. When I added a new user with an unique UID login succeeded.

Perhaps there should be some additional sanity check so that Courier would not blame clock skew in similar cases? UID mismatch must have affected to creation of a test file. The other user with same UID did not have a Maildir. When I tried to login directly with that username, Courier said "BYE [ALERT] Fatal error: Maildir: No such file or directory".

Thank you for your help to solve the problem.