[PHP] Slow Access to SMTP is Causing Slow mail()

2002-05-30 Thread Bruce Vander Werf
Hi, My calls to mail() take a very long time to resolve, so I did a little investigating. If I try to Telnet to port 25, it takes about 30 seconds for the SMTP server to respond. Telnet to port 23 on the same address resolves immediately, as does normal web access (using the same address so I

Re: [PHP] Slow Access to SMTP is Causing Slow mail()

2002-05-30 Thread Miguel Cruz
On Thu, 30 May 2002, Bruce Vander Werf wrote: My calls to mail() take a very long time to resolve, so I did a little investigating. If I try to Telnet to port 25, it takes about 30 seconds for the SMTP server to respond. Telnet to port 23 on the same address resolves immediately, as does