We can use putty here to view all traffic on the email server. Here is what we have come up with so far:
Okay, here's what I found. This has been a problem with Entourage since 2001. In the IMAP RFC Specification it says that to check for mail to issue the server the NOOP command. Entourage fails to do this and instead uses STATUS and FETCH. When you do Command-L it sends the server NOOP and is happy. If this is correct we are looking to run an applescript that will run the NOOP command every few mins. Thanks, Sean -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Remo Del Bello Sent: Wednesday, June 02, 2004 8:55 AM To: Entourage:mac Talk Subject: Re: IMAP Issue with Ent. 2004 On 6/1/04 6:53 PM, Dennis T Cheung deftly typed out: > Can you use TCPFlow to take a look at the transactions? A little more info... You can get a package installer for tcpflow at: <http://www.entropy.ch/software/macosx/#tcpflow> Once installed you can run the following command: sudo tcpflow -c host mail.domain.dom Which will dump all conversation with host mail.domain.dom. If you want to be more specific and just look at IMAP traffic, for example, you can use: sudo tcpflow -c host mail.domain.dom and port 143 -Remo Del Bello -- "Debugging? Klingons do not debug. Our software does not coddle the weak." - 5th most commonly uttered Klingon programmer phrase -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
