Lucy writes: > BTW, why when I use sqwebmail, the receieve time is correct? only > when using vpopmail pop3 to email client, it's incorrect ? vpopmail > problem ?
How about a locally injected message? What operating system are you using? If you are using Linux, then run this command: strace -f /var/qmail/bin/sendmail @ < /dev/null 2>&1 | grep -E "time|Date" You should get output similar to this: time(NULL) = 1037179377 write(4, "Date: 13 Nov 2002 09:22:57 -0000"..., 162) = 162 Show us the output from this command. The objective here is to determine what is being returned by the time(2) system call and see how it is being formatted. Feel free to replace @ with your own email address. -- David Phillips <[EMAIL PROTECTED]> http://david.acz.org/