imap_open() Couldn't open stream
Hi all
I have created my own webmail client and i have used it with no problems. I have migrate my whole server content to other server and now I have problem with connection to the imap server. PHP function imap_open(xxx.my.ip.xxx/novalidate-cert, .....); which i used on old server now doesn't work. Of course i changed IP of the server, i tried to use localhost/novalidate-cert, localhost:143/novalidate-cert but still same error. Squirrelmail (which have in config.php file: localhost:143) works fine. Can u help me please?
Thanks in advance
|