i using freeBSD 4.9..
and qpoper is used pop3 protocol..
<?
$DSM_pop3="xxx.com";
$fp = fsockopen($DSM_pop3, 21, $errno, $errstr);
echo $fp;
?>
this source no error..
but
<?
$DSM_pop3="xxx.com";
$fp = fsockopen($DSM_pop3, 110, $errno, $errstr);
echo $fp;
?>
disconnect xxx.com:110 .....
this source error..
other pop3 protocol package not error..
what problem??
fsockopen not apply qpoper??
Any help will be appreciated.
Thanks