>
> I have seen this error before. It was diagnosed as a DNS
> settings error where the server was unable to retrieve an
> acceptable name. The fix was to turn on BlueQuartz DNS and
> put 127.0.0.1 back in as the primary DNS source.
You need a working nameserver here, not 127.0.0.1
Probably using the IP address of the server itself would sork better.
Test by running 'dig' in a shell session
"dig yahoo.com"
See if you get an answer.
> Jul 16 07:57:13 blue in.qpopper[16500]: (v4.0.5) Unable to
> get canonical name of client
The above indicates that the server failed on gethostbyaddr()
Gerald