Exchange Server for ISPCONFIG?

Discussion in 'Installation/Configuration' started by crypted, Feb 14, 2009.

  1. crypted

    crypted Member

    Does anyone know if there's a way to integrate an opensource exchange server to do the functions that MS Exchange does? I'd like to migrate from standard Postfix, Roundcube, etc... to a fully functional mail server with options for serverside mail file storage, calendar syncing, etc...

    I found a few projects on Sourceforge such as:
    http://sourceforge.net/projects/mimx/

    I don't want to do anything to mess up ISPConfig.
     
  2. Norman

    Norman Member HowtoForge Supporter

    Take a look at eGroupware. Can use normal imap system already in place.
     
  3. crypted

    crypted Member

    Would this hinder ISPCONFIG and ROUNDCUBE Webmail's operation?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    No, egroupware should work fine with ispconfig.
     
  5. crypted

    crypted Member

    I guess I will be giving this a try.

    Does anyone know if EgroupWare will keep the same email addresses and emails stored on the system available? Or will we have to resetup all of the emails and users that ISPCONFIG creates? Will users still be able to use the mail server the way they used it previously? Or will they have to reconfigure their email clients?

    IF anyone has tried installing EGroupWare and has some advise, feel free to give it.
     
    Last edited: Feb 24, 2009
  6. crypted

    crypted Member

    Egroupware final install issues

    I have EGroupWare running sort of. However, two APPs wouldn't install. EMailAdmin and FeLaMiMail have dependency failures that I cannot decypher.

    Code:
    application   	EMailAdmin* 
    app_order  	10 
    author  	Lars Kneschke 
    check_install  	Array,Array,Array,Array 
    depends  	(appname: phpgwapi; versions: 1.3,1.4,1.5,1.6,1.7; appname: egw-pear; versions: 1.4.000,1.5,1.6,1.7; ) 
    description  	A central Mailserver management application for EGroupWare. 
    enable  	2 
    filename  	/var/www/web3/web/egroupware/emailadmin/setup/setup.inc.php 
    hooks  	emailadmin_hooks::admin,emailadmin_hooks::edit_user,emailadmin_hooks::edit_user,emailadmin_hooks::edit_group,emailadmin_hooks::edit_group,emailadmin_hooks::deleteaccount,emailadmin_hookss::deletegroup 
    license  	GPL 
    maintainer  	Leithoff, Klaus,[email protected] 
    name  	emailadmin 
    note  	 
    status  	D 
    tables(1)   	egw_emailadmin 
    version  	1.6.001 
    Code:
    application   	FeLaMiMail* 
    app_order  	2 
    author  	Lars Kneschke 
    check_install  	Array,Array,Array,Array,Array,Array 
    depends  	(appname: phpgwapi; versions: 1.3,1.4,1.5,1.6,1.7; appname: emailadmin; versions: 1.3,1.4,1.5,1.6,1.7; appname: egw-pear; versions: 1.4.000,1.5,1.6,1.7; ) 
    description  	IMAP emailclient for eGroupWare 
    enable  	1 
    filename  	/var/www/web3/web/egroupware/felamimail/setup/setup.inc.php 
    hooks  	preferences,settings,home,sidebox_menu,notifywindow,felamimail.bofelamimail.addAccount,felamimail.bofelamimail.deleteAccount,felamimail.bofelamimail.updateAccount,felamimail.bofelamimail.adminMenu 
    license  	GPL 
    maintainer  	Klaus Leithoff 
    maintainer_email  	[email protected] 
    name  	felamimail 
    status  	P 
    tables(3)   	egw_felamimail_displayfilter, egw_felamimail_accounts, egw_felamimail_signatures 
    version  	1.6.001 
    Furthermore, I cannot figure out how to incorporate current email accounts that are setup through ISPConfig and the POSTFIX system into EGroupWare for email/exchange server purposes. Anyone have ideas?
     
  7. nandelbosc

    nandelbosc New Member

Share This Page