With certain ipfw firewall configurations and dialup connections there is a long delay when quitting Entourage v.X. By blocking remote ports 49000-50000and local ports 3000-4000 this delay is gone (the ports can probably be narrowed down). This can be done by the shell command (as user root)
ipfw 10000 add deny tcp from any 49000-50000NOTE: Shown on two lines; enter as one!
to any 3000-4000 out xmit ppp0
The rule number might have to be changed based on your firewall settings. If there is no firewall (by using "ipfw flush") the delay does not exist at all. I'm sure a program like BrickHouse that's used to configure ipfw can be used as well. --Paul pdrake@cs.utah.edu

