Koozali.org: home of the SME Server

IMP and Exchange

Mike

IMP and Exchange
« on: February 20, 2002, 02:22:57 AM »
How do I configure IMP to access MS Exchange mailboxes?

Toby

Re: IMP and Exchange
« Reply #1 on: February 26, 2002, 08:20:58 AM »
I'm not an expert at this but someone gave me instructions on the list to do this and it worked, so if they don't come up with anything better here goes.

login as root and edit the following file
/home/httpd/horde/imp/config/defaults.php3

find the following location and place your server ip in where the example is below
/**
 ** IMAP Configuration
 **/

$default->server = '172.16.20.11';

also edit the following similar bit at the bottom of the file
/**
 ** IMAP Configuration
 **/

// What IMAP server should we connect to by default?
$default->server = '172.16.20.11';




at the command line

type in service httpd restart

in the web interface for e-smith goto the section on mail and find the the entry delegate mail server. In this entry put the IP address of your exchange server.

make sure that IMAP4 is setup and enabled on your exchange server