Click to See Complete Forum and Search --> : How To Install Imap?


jbh
09-29-2002, 01:35 PM
Hello, the specs are:
Win 2k
IIS 5.0

I have smtp set up
Php 4.04

I just wanted to use an advanced imap php based web email script, but imap is needed for advanced features

I have imap.dll loaded with php, but the point is, imap itself, port 143, I can't connect to it. So it doesn't exist

Do I just go to internet Services Manager and add mail server, and have mail01.domain.com port 143?

The pop 3 = mail01.domain.com

port 110

do I give the IMAP a different prefix? What do I do?

Thanks

dotwebbie
09-30-2002, 11:52 AM
Here is what a search in google turned up
http://www.google.com/search?q=imap%20installation&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8

jbh
09-30-2002, 02:53 PM
Thanks, however, I searched google, that is why I am here in the Windows Forum, hoping somebody actually knows what to do. What to physically do for Windows 2000

Does anybody have any experience doing this on Windows?

dotwebbie
09-30-2002, 03:28 PM
Actually, I have gotten IMAP running on Win95 . . . I didn't install a client, I just loaded the imap dll so I could connect via imap_connect(). Hrm.

jbh
10-01-2002, 04:36 AM
Really? That is interesting. Just having the dll worked? I have that supported and loaded, imap_connect works with port 110, not 143

I can't imagine how you got that to work

dotwebbie
10-01-2002, 10:40 AM
I'll try it out on my 98 machine in a little bit and see if it works.

Satori
10-10-2002, 11:04 PM
I ran into similar problems trying to set up SQLMail recently. Windows 2000 RC3 was the last OS that Microsoft released with native MAPI support. You need to install Windows Messaging to get around this. You can download it here:

http://support.novell.com/cgi-bin/search/searchtid.cgi?/2955774.htm

Hope this helps

-Satori