Hi all
I have installed eGroupware, as per the wiki, on this page
http://wiki.contribs.org/EgroupwareBut it keeps on failing when I try and receive email.
I have setup my admin user, logged in & created a new user, test123@mydomain.com - this new user can send emails, and I receive them on my gmail & private email addresses. Yet, I cannot receive emails for this, or any other user account I setup.
When I logon to the webmail interface (
https://sme/egroupware/felamimail/index.php) , I get the following:
The connection to the IMAP Server failed!!
NO, AUTHENTICATE failed: Authentication failed.
So, I have logged back into setup program to check the installation (
https://sme/egroupware/setup/check_install.php), and see the following:
Checking extension pgsql is loaded or loadable: False
The pgsql extension is needed, if you plan to use a pgSQL database.
Checking extension odbc is loaded or loadable: False
The odbc extension is needed, if you plan to use a MaxDB, MsSQL or Oracle database.
Checking extension oci8 is loaded or loadable: False
The oci extension is needed, if you plan to use a Oracle database.
Checking PEAR::Auth_SASL is installed: False
PEAR::Auth_SASL is needed by: EMailAdmin, felamimail. You can install it by running: pear install Auth_SASL
Thus, I tried to install pear-db (yum install pear-db & pear install Auth_SASL), but got some errors:
[root@sme sme]# yum install pear-db
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Setting up Install Process
Setting up repositories
smeaddons 100% |=========================| 951 B 00:00
smeos 100% |=========================| 951 B 00:00
smeupdates 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@sme sme]# pear install Auth_SASL
Notice: Undefined index: st in RPC.php on line 292
downloading Auth_SASL-1.0.2.tgz ...
Starting to download Auth_SASL-1.0.2.tgz (5,645 bytes)
....done: 5,645 bytes
No handlers for package.xml version 2.0
Any suggestions?