On 6/22/04 9:07 PM, henryn deftly typed out: > 3) Is there any way to get Entourage to divulge more details about what > error code it actually received?
If you really want to see the actual response from the ISP's server you can use tcpflow to capture the SMTP conversation: <http://www.entropy.ch/software/macosx/#tcpflow> Diane Ross has compiled some great information on using tcpflow on the MVPs site: <http://www.entourage.mvps.org/troubleshoot/tcpflow.html> <http://www.entourage.mvps.org/troubleshoot/sniff.html> In your particular case, after installing tcpflow, you would run the following in Terminal: sudo tcpflow -c -v host mail.spacebbs.com and port 25 (assuming mail.spacebbs.com is the SMTP server you are using) This will give you the entire SMTP transaction between your machine and the SMTP server. You may want to stop the capturing and restart it just before sending so that you can limit the output to just the session that gives you the error. -Remo Del Bello -- "Those who cast the votes decide nothing. Those who count the votes decide everything." - Joseph Stalin -- 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/>
