Webmail Imap Help Please

HostDatabase

Verified User
Joined
Jan 9, 2006
Messages
12
I have a couple servers running DA, I am trying to get a webmail system up and running for my users. However the webmail is crapping out. It says I need IMAP with PHP. Now I am sure I will have to enable in and build apache.

What is the easiest way to do this in DA? I am ok with Linux, but ceratianly not the best.

I could really use some help:)

Thanks
 
Last edited:
http://us3.php.net/imap

Condensed version:
After installing imap,
cd /usr/local/directadmin/custompache
vi configure.php
Depending on the imap you installed it might look something like this:
--with-imap=/usr/local/imap-2000b \

Finally ./build php
 
I am having some trouble with the installing part. . Is CENT OS suported?

I untared the package to my home dir and tried to make but I am getting errors.
 
Last edited:
HostDatabase,

Are you writing about problems getting webmail to work in DA? Or on some other platform?

Webmail is already installed in DirectAdmin.

In fact there are two versions of webmail already installed in DA, so I'm a bit confused by this thread.

Jeff
 
I am trying to setup a third party webmail system that integrates into vbulletin 3.5. It needs php-imap. I am running centos 4.1, and I am by no means a pro at Linux stuff.

What I have done, by other instructions foound in another thread here.

cd into the home dir
1) Download the c-client: ftp://ftp.cac.washington.edu/imap/c-client.tar.Z in a directory of your liking, for example your home directory. I will assume you download the file in you current directory.
2) Extract the c-client: tar -zxvf c-client.tar.Z
3) Enter the c-client source directory: cd imap-2004g
4) Make

However imap will not make correctly.

the make command I used in the imap-2004g dir was make lrh EXTRACFLAGS=-I/usr/kerberos/include EXTRALDFLAGS=-I/usr/kerberos/lib

Is that correct for CentOS 4.1


Thanks
 
Last edited:
Here is my server info if it will help.

2.6.9-11.EL
CentOS realease 4.1(final)
php 4.4.2

I need help in a bad way. imap was installed on my old cpanel server, and I dont want to go back to cpanel if I can help it:rolleyes:
 
Last edited:
Back
Top