3 messages in net.sourceforge.lists.courier-usersRE: [courier-users] PHP & Courier.
FromSent OnAttachments
Brad DameronFeb 28, 2001 2:24 pm 
Wes WannemacherMar 1, 2001 5:11 am 
Brad DameronMar 1, 2001 1:12 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [courier-users] PHP & Courier.Actions...
From:Brad Dameron (bdam@tscnet.com)
Date:Mar 1, 2001 1:12:25 pm
List:net.sourceforge.lists.courier-users

Here is the answer to my own question. This should be on courier's webpage somewhere.

If you use the Courier or Cyrus IMAP server, you must download the UW-IMAP package and build c-client on the same machine as the webserver. The steps to build only the c-client libraries are as follows:

Move to the top directory of the UW-IMAP distribution. Run make with the correct argument for your operating system. ln -s c-client include mkdir lib cd lib ln -s ../c-client/c-client.a libc-client.a and then point PHP configure's --with-imap option at the top directory of the UW-IMAP distribution. (There is no need to make install in the IMAP distribution.)

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net]On Behalf Of Wes Wannemacher Sent: Thursday, March 01, 2001 5:12 AM To: cour@lists.sourceforge.net Subject: Re: [courier-users] PHP & Courier.

On Wed, Feb 28, 2001 at 02:24:34PM -0800, Brad Dameron wrote:

I can not locate the info that tells how to setup UW Imap for PHP. This has to be done since Courier does not have the c-client. Anyone know where this is located on the webpage. I have looked it seems everywhere.

I would need to know how you are installing PHP. If you are building from source, you could add '--with-imap' when you are running 'configure'. If you use Debian GNU/Linux, you could 'apt-get install php-imap' and everything would work just fine.

We are running courier-imap here and we use 'imp' for student email. If you need more specifics on setting some of this up, let me know.

->W