auth_nntphost.":$CFG->auth_nntpport/nntp}"; error_reporting(0); $connection = imap_open($host, $username, $password, OP_HALFOPEN); error_reporting($CFG->debug); if ($connection) { imap_close($connection); return true; } else { return false; } } ?>