[imp] Php question.

Christopher Crowley ccrowley@tulane.edu
Thu, 14 Jun 2001 08:40:40 -0500


Hello -

I could us a little php help.

I have created a stunnel channel on my poppassd server which is ready to
accept connections from the server I have running IMP.  In the poppassd.php3
page in IMP 2.2.5 there is:

    fsockopen($poppassd_server, $poppassd_port, &$errno, &$errstr);

I would like to use openssl to make this connection. Openssl support is
active in php.

(  I suppose what I really need is the pocket PHP guide. Any suggested
online references? )

TIA,
Chris