Matthew S Elmore wrote:
Hello misc@,
I am having a problem getting a webmail package (InstantWebMail) to work
properly under OpenBSD 3.7 in the chroot. It is a simple PHP application
that connects directly to a POP server. Everything is installed from
packages.
When it tries to connect to the server, it outputs this error:
fsockopen(): php_network_getaddresses: getaddrinfo failed:
non-recoverable failure in name resolution
I cannot tell what resource it is trying to access.
Can anyone give me a pointer on where to look?
Thanks much!
Matt
I'm not familiar with InstantWebMail, but it sounds like you've got it
set to connect to a POP server by hostname rather than IP. Either change
it to an IP in the config, if applicable, or better yet, copy
/etc/resolv.conf into the chroot (/var/www/etc). I'm willing to bet
that's the problem...
--psi0nik