Forums

Resolved
0 votes
EDIT - AMENDED FOR 6.30.9-1 - 25/1/10, UPDATED TO 6.30.12-1 - 15/4/10, UPDATED TO 6.40.0 21/6/10, Fixed locale menu's, UPDATE app-zarafa-5.1-4, UPDATE app-zarafa-5.1.5 (Italian locale, thanks Paolo!), UPDATE app-zarafa-5.1.6, UPDATE app-zarafa-5.1.7. UPDATE Zarafa-6.40.6

THIS THREAD IS NOW OLD, ZARAFA 7.x IS NOW AVAILABLE HERE

FOR UPGRADES FROM 6.30.x to 6.40.x SEE HERE

I have rebuilt Zarafa so that it runs on ClearOS using the updated version of ldap. The RPM's are now rebuilt using the maintained SRPM's from Fedora (courtesy of Robert Scheck).

The following will install and configure the webmail so that it authenticates against ClearOS users defined in the webconfig. It will configure Postfix so that all mail is delivered to the Zarafa inbox. The contacts list and calendars will function

Please note that Zarafa is intended as a full gateway solution, and therefore only part of the serrvices are actually required. You could feasibly configure it to run all your POP / IMAP access etc. Only the brief configuration is shown below to get it working. The rest can be found in the man pages for the various elements or on the zarafa site.

[img size=200]http://starlane.gotdns.org/files/zarafa-webaccess.jpg[/img][img size=200]http://starlane.gotdns.org/files/app-zarafa.png[/img]

INSTALL
Install the community repo as per instructions HERE
yum --enablerepo=timb install app-zarafa zarafa zarafa-webaccess

And the following work around to fix the webaccess attachment upload
cd /usr/share/zarafa-webaccess/client/widgets/
wget ftp://www.timburgess.net/zarafa/swfupload-zarafa.tar.gz
tar zxvf swfupload-zarafa.tar.gz


UPGRADES
yum --enablerepo=timb upgrade app-zarafa zarafa zarafa-webacess

Alternatively you can find the RPM's here
http://download.clearfoundation.com/community/timb80/repo/clearos/5.2/os/

CONFIGURATION
Go to the Webconfig > System > Mail > Zarafa and finish the configuration.

If you are installing the first time, make sure you select your database type. You can use either the System-Mysql database (which is used by Horde and the webconfig) or the normal "user" Mysql instance. The former is preferred as it means you do not need to setup Mysql if you don't need it, and your data is less likely to be inadvertently removed.

For "user" mysql you will also need to enter your MYSQL root password, so that Zarafa can create the database for mail storage.

Now you will also need to add users or your domain to the Email delivery configuration. Here you can specify specific users mail to be delivered via the Zarafa mail system, in the format 'user@domain.com'. This way other users email will still be accessible via Horde etc. Or you can specify the whole domain to be delivered to Zarafa by adding 'domain.com'.

NOTE: If you use Fetchmail for mail retrieval it will be directed to user@localhost.domain.com. Therefore to have this passed to Zarafa also add localhost.domain.com

Now start the 3 CORE services, Zarafa-Dagent, Zarafa-Spooler and Zarafa-Server.

Navigate to https://yourwebserver.com:84/webaccess and login :D
If you have the web server running, you can also use https://yourwebserver.com/webacess

Z-Push ActiveSync
If you want to Sync your mailbox with your mobile follow the Howto HERE

OPTIONAL Outlook MAPI Connectivity
NOT required for normal IMAP/POP3 or Webaccess
wget http://download.clearfoundation.com/community/timb80/zarafa/zarafa-licensed-6.40.8-27223.i386.rpm
rpm -Uvh --nodeps zarafa-licensed-6.40.8-27223.i386.rpm
service zarafa-licensed restart
service zarafa-server restart


Note that the community edition has a limit of 3 Win32 MAPI users. If you review /var/log/zarafa/licensed.log you should now see the presence of the licensed module. If you have a license - save it to /etc/zarafa/license/
Mon 18 Jan 2010 12:34:20 PM GMT: Starting zarafa-licensed version 6,40,5,24860 (20653), pid 16640
Mon 18 Jan 2010 12:34:20 PM GMT: Serial in '/etc/zarafa/license' is invalid. Assuming default 3-user license
Mon 18 Jan 2010 12:34:20 PM GMT: License is for 3 Win32 MAPI users


Install the zarafa-client MSI installer to your client PC. This will enable "Zarafa 6" as a new outlook mail server type. Follow steps to create a new user Mail profile from Control Panel selecting 'Other type of account' then select Zarafa 6. You can download the client here, or direct from Zarafa.com
http://download.clearfoundation.com/community/timb80/zarafa/win32/zarafaclient-6.40.5.msi

DOCUMENTATION
For more details read the user manual, which is very good. You can now use Outlook as it was connected to Exchange, share contacts, folders, calendars, public folders etc :)
www.zarafa.com/content/documentation

MIGRATION
You can find details for migrating outlook users here, and also using imapsync
http://download.zarafa.com/zarafa/release/docs/zarafa_migration.en.pdf

For example you can use the imapsync tool to copy files from one IMAP mailbox to another. Setup the zarafay-gateway service (in this case set IMAP to port 8143), and transfer from the existing ClearOS IMAP service on port 143. (Add the --dry option to trial options first). If you wish to delete the mail from the original IMAP add --expunge1 --delete)
imapsync \
--host1 192.168.1.1:143 --user1 yourusername --password1 yourpassword --prefix1 INBOX --authmech1 LOGIN \
--host2 192.168.1.1:8143 --user2 yourusername --password2 yourpassword --prefix2 INBOX --authmech2 LOGIN \
--subscribe --sep2=/ --useheader 'Message-ID' --skipsize


IMAPS / POP3S Gateway Config
Copy the system certificates to the right place:-
cp /etc/postfix/key.pem /etc/zarafa/gateway/privkey.pem
cp /etc/postfix/cert.pem /etc/zarafa/gateway/cert.pem

Then navigate to the System > certificate manager in the webconfig, click the Certificate Authority button, then click install. You should then be prompted about accepting the security certificate on your local machine. This will install the ClearOS cert so that it can certify it's own certificates, otherwise you will get a warning on the client every time you connect about "no certficate authority". Alterntively pay for a signed certficate from a recognised authority and upload it to your box.

Then enable IMAPS and POP3 in the Zarafa config, press Update.

Now configure your client to use relevant port (eg 993 for IMAPS) and select SSL as the encryption (auto didn't work well for me). It should connect as per the IMAP or POP settings.

KNOWN ISSUES:-
-Mail archive will only work if the ClearOS IMAP service is left running
-Zarafa-Gateway POP3/IMAP ports conflict with ClearOS POP3/IMAP so change the ports manually or disable the ClearOS mail services.

PROBLEM SOLVING:-
If you have problems check the respective log files in /var/log/zarafa/
If zarafa-server fails to run on boot, try editing the "run_as_user" in /etc/zarafa/server.cfg to root and let us know (Thanks to Keil Gyozo for spotting this one)

ENJOY! ...BIG thanks to all the forum users who have tested this and use it. This howto and now module would not have come this far without you. If you find the above useful, buy my a beer sometime, or just say hi and thanks in the forum :)
Wednesday, December 16 2009, 02:33 PM
Share this post:
Responses (809)
  • Accepted Answer

    Renan Mara
    Renan Mara
    Offline
    Monday, June 11 2012, 03:21 AM - #Permalink
    Resolved
    0 votes
    Hi All,

    Good Day!
    I've been using zarafa since 2011, however the japanese character is not readable.
    Is their an addon or a language support for japanese?

    Thank you
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, November 23 2011, 09:06 PM - #Permalink
    Resolved
    0 votes
    Hi Markus - version 7.x exists in the timb-testing repo, it's stable but kept there mainly because it requires some manual Mysql intervention to upgrade. See the Zarafa 7 thread for more details.
    http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,40/func,view/id,30195/
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, November 23 2011, 08:43 PM - #Permalink
    Resolved
    0 votes
    Hi Tim,

    I need your help ugrading my existing 6.4x version to the last stable. I'v tried that:

    [root@srv1-gws ~]# yum --enablerepo=timb upgrade app-zarafa zarafa zarafa-webacess
    Loading "kmod" plugin
    Loading "protect-packages" plugin
    Setting up Upgrade Process
    Could not find update match for zarafa
    Could not find update match for app-zarafa
    Could not find update match for zarafa-webacess
    No Packages marked for Update


    [root@srv1-gws ~]# rpm -qa | grep zarafa
    zarafa-ical-6.30.9-0.clearos
    zarafa-gateway-6.30.9-0.clearos
    zarafa-licensed-6.40.8-27223
    zarafa-spooler-6.40.9-2.clearos
    zarafa-indexer-6.40.9-2.clearos
    zarafa-server-6.40.9-2.clearos
    zarafa-gateway-6.40.9-2.clearos
    zarafa-ical-6.40.9-2.clearos
    zarafa-utils-6.40.9-2.clearos
    zarafa-client-6.40.9-2.clearos
    zarafa-6.40.9-2.clearos
    zarafa-devel-6.40.9-2.clearos
    zarafa-server-6.30.9-0.clearos
    zarafa-monitor-6.30.9-0.clearos
    zarafa-spooler-6.30.9-0.clearos
    zarafa-webaccess-6.40.8-2.clearos
    zarafa-common-6.40.9-2.clearos
    zarafa-dagent-6.40.9-2.clearos
    zarafa-monitor-6.40.9-2.clearos
    app-zarafa-5.2-3


    Any idea?

    Markus
    The reply is currently minimized Show
  • Accepted Answer

    Dean
    Dean
    Offline
    Thursday, October 27 2011, 10:24 PM - #Permalink
    Resolved
    0 votes
    nvm sorted, now a new problem
    The reply is currently minimized Show
  • Accepted Answer

    Dean
    Dean
    Offline
    Thursday, October 27 2011, 12:39 PM - #Permalink
    Resolved
    0 votes
    Hi All

    Discoverd ClearOs 2 days ago and a big thumbs up, love it.

    Been trying to get Zarafa installed but i keep getting the following timeout:

    wget ftp://www.timburgess.net/zarafa/swfupload-zarafa.tar.gz" target="_blank">www.timburgess.net/zarafa/swfupload-zarafa.tar.gz

    Resolving www.timburgess.net... 80.4.60.49
    connecting to www.timburgess.net:80.4.60.49 :21...failed: connection timed out.
    retrying.

    Iv also used wget ftp://starlane.gotdns.org/zarafa/swfupload-zarafa.tar.gz

    I am pretty newish to linux so any help will be greatly appreciated.

    Dean http://www.clearfoundation.com/media/kunena/attachments/legacy/images/ClearOs.JPG
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, September 21 2011, 11:37 PM - #Permalink
    Resolved
    0 votes
    I decided to upgrade zarafa to 7.0 instead. Now I have a different issue, mysql will not start. When it rains it pours. Working on that now.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, September 21 2011, 08:33 PM - #Permalink
    Resolved
    0 votes
    Have you changed the database recently? it seems to want to update your database for some reason which isn't normal

    What's the output of 'rpm -qa | grep -e zarafa -e mapi'?

    Are you using the system Mysql backend, or the user Mysql backend?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, September 21 2011, 04:52 PM - #Permalink
    Resolved
    0 votes
    Tim, I am having the following problem with Zarafa 6.40. I haven't updated because I was waiting for COS 6.0 to arrive. When I look at the mail queue I see the following error

    temporary failure. Command output: Unable to connect to zarafa server, using socket: 'file:///var/run/zarafa'

    when I look at the zarafa server logs I see

    Wed Sep 21 09:40:48 2011: Starting zarafa-server version 6,40,4,24200, pid 22066
    Wed Sep 21 09:40:48 2011: Using select events
    Wed Sep 21 09:40:48 2011: Connection to database 'zarafa' succeeded
    Wed Sep 21 09:40:48 2011: WARNING: zarafa-licensed not running, commercial features will not be available until it's started.
    Wed Sep 21 09:40:48 2011: New internal session (16688917484070863113)
    Wed Sep 21 09:40:48 2011: 0x00000008a41fd0: SQL reconnect
    Wed Sep 21 09:40:48 2011: Unable to update database settings
    Wed Sep 21 09:40:49 2011: Server shutdown complete.

    after I restart zarafa-server service. I have searched the forumns without finding any information on how to fix.

    Thanks.
    The reply is currently minimized Show
  • Accepted Answer

    billse
    billse
    Offline
    Saturday, August 20 2011, 08:06 AM - #Permalink
    Resolved
    0 votes
    Hi Tim,

    Using Webaccess
    The reply is currently minimized Show
  • Accepted Answer

    Ryan
    Ryan
    Offline
    Saturday, August 20 2011, 07:32 AM - #Permalink
    Resolved
    0 votes
    Hi Tim,

    If that's the case with 7.0.1 then there is no need for further work on 6.40.x

    Thanks for clearing it up and thanks for your great work.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, August 19 2011, 10:18 PM - #Permalink
    Resolved
    0 votes
    Hi Billse, BCC seems to work OK here - are you using the webaccess or some other email client?

    Hi Ryan, Zarafa 7.0.1 is stable and been through it's alpha / beta phases before final release. Therefore I have no hesitation in recommending you upgrade. The only reason it remains in timb-testing is to keep it seperate from the 6.40.x branch. At some point I will move it over

    If (and it's a big if) I get time I may run a build for 6.40.11, but maintaing and building two versions that rely on different versions of libvmime consumes a lot more time that I dont really have, hence I'd recommend the upgrade :)

    For anyone picking up on this thread, the Zarafa 7.x related thread is here
    http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,40/func,view/id,30195/
    The reply is currently minimized Show
  • Accepted Answer

    Ryan
    Ryan
    Offline
    Thursday, August 18 2011, 03:49 PM - #Permalink
    Resolved
    0 votes
    Hi Tim,

    Seeing as Zarafa 7.0.x is still testing would it not be an option to do a last update on 6.40.11 for people running this in production environments until 7.0.x is more stable?

    For example, Zarafa 6.40.11 claims to have fixed many Outlook 2010 issues and this will surely smooth the existing installs until Zarafa 7 is ready.

    I'm not sure how much work is involved with a final update from 6.40.9 to 6.40.11 but think it will serve a purpose.

    Regards,

    Ryan
    The reply is currently minimized Show
  • Accepted Answer

    billse
    billse
    Offline
    Monday, August 15 2011, 09:42 PM - #Permalink
    Resolved
    0 votes
    Hi everyone,

    I've discover one more thing I've try to put an address on BCC to see if is working and I get surprised cause isn't work. That was good cause I've try with one of my own.

    Do you know if any solution is for that?
    The reply is currently minimized Show
  • Accepted Answer

    billse
    billse
    Offline
    Sunday, August 14 2011, 02:40 PM - #Permalink
    Resolved
    0 votes
    Hi,

    Its happend even in Horde system after a couple a days you have to renew the password, Mention thet is only one user on the server
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, August 14 2011, 02:36 PM - #Permalink
    Resolved
    0 votes
    Yea sorry. It just seems like Ive had mega issues since this went from CC to COS
    Havent done anything and now the webaccess is working but Im still getting password failure on my thunderbird... weird

    /root$ rpm -q php-mapi
    php-mapi-6.40.8-2.clearos
    /root$ rpm -qa | grep zarafa
    zarafa-monitor-6.40.8-2.clearos
    zarafa-client-6.40.8-2.clearos
    zarafa-server-6.40.8-2.clearos
    zarafa-gateway-6.40.8-2.clearos
    zarafa-spooler-6.40.8-2.clearos
    zarafa-dagent-6.40.8-2.clearos
    zarafa-6.40.8-2.clearos
    zarafa-webaccess-6.40.8-2.clearos
    zarafa-common-6.40.8-2.clearos
    zarafa-utils-6.40.8-2.clearos
    zarafa-ical-6.40.8-2.clearos
    app-zarafa-5.2-2

    /root$ rpm -q php-mapi
    php-mapi-6.40.8-2.clearos

    I do get a lot of brute force attacks

    Thanks Tim

    Just did a full reboot and now stuff seems to be working
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 13 2011, 07:51 PM - #Permalink
    Resolved
    0 votes
    Hi Jeff, whilst I appreciate your frustration...it doesn't incline me to help you.

    What version are you using? (rpm -qa | grep zarafa)

    Can you check php-mapi is installed (rpm -q php-mapi)

    Then try restarting the webconfig (service webconfig restart)

    A user account can become locked out after multiple failed login attempts, you just need to reset the user password using the webconfig (this is a known 'feature' in LDAP and can be triggered by brute force attacks from the net...see the forum for more details). If this is the case consider also using more non standard user names.
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, August 13 2011, 06:35 PM - #Permalink
    Resolved
    0 votes
    I havent done anything to this server in weeks. I try to log in through thunderbird and its not taking my password. I try to bring up Webaccess and now Im getting this

    Not Found: PHP mapi extension not found
    If you have upgraded zarafa, please restart Apache

    Zarafa WebAccess can't start because of incompatible configuration.

    Please correct above errors, a good start is by checking your '/usr/webconfig/etc/php.ini' file.

    Or if you wish, you can disable this config check by editing the file '/usr/share/zarafa-webaccess/config.php', but this is not recommend.

    I dont get it was working fine and I havent done shit to it This is really getting old
    I dont know if someones getting in and dicking with it or not

    YOU KNOW I LONG FOR THE DAYS OF SQUIRREL MAIL
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, July 21 2011, 06:18 PM - #Permalink
    Resolved
    0 votes
    Tim,

    Thanks again for the help. Mail is now safe and secure.

    Kevin
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, July 20 2011, 10:18 PM - #Permalink
    Resolved
    0 votes
    Hi Kevin,
    You'll need your system-mysql password, you can find this in /etc/system/database

    To drop your existing system-mysql database...
    /usr/share/system-mysql/usr/bin/mysqladmin -uroot -pPASSWORD drop zarafa


    To convert from user mysql to system-mysql see my post here
    http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,40/func,view/id,1983/limit,10/limitstart,630/#26051

    The latter part of the import process is reversible, as you are using a dumped version of your existing data. You can go back to your old Mysql settings if things don't work out.

    To dump the zarafa database from normal mysql...
    mysqladmin -uroot -pMYSQLPASSWORD drop zarafa
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, July 20 2011, 06:20 PM - #Permalink
    Resolved
    0 votes
    Tim,

    How would I go about removing an old and no longer used Zarafa 6 DB in system-mysql and importing a Zarafa 7 User MySQL DB into the system-mysql without loosing any emails that are currently in the Zarafa 7 User MySQL?

    Kevin
    The reply is currently minimized Show
  • Accepted Answer

    Monday, July 18 2011, 12:33 PM - #Permalink
    Resolved
    0 votes
    Thanks for the feedback! it looks like there is an issue with yum upgrading the libvmime / libmapi RPM's from 6.40. to 7.0

    When I get a chance i'll setup a test install of 6.40.9 and see if I can replicate the upgrade to 7.0.0 again
    The reply is currently minimized Show
  • Accepted Answer

    tiessuck
    tiessuck
    Offline
    Sunday, July 17 2011, 02:21 PM - #Permalink
    Resolved
    0 votes
    Hi Kevin / Tim

    First Tim thanks for this excellent product intergration. Just thought I would give you my experience on the above error.

    I had the same error using the Upgrade commands (Zarafa 7 thread). So removed and re-installed the packages following the posts on 78. but still had the problem. so removed the following:
    yum remove libvmime php-mapi libmapi
    yum --enablerepo=timb-testing remove zarafa zarafa-webaccess zarafa-license

    re-installed only:
    yum --enablerepo=timb-testing install zarafa zarafa-webaccess
    yum --enablerepo=timb install app-zarafa

    restarted:
    service webconfig restart
    service httpd restart

    then started the zarafa services first through the webconfig. dagent, server, spooling, gateway. they all started fine. then installed the license:
    rpm -Uvh zarafa-licensed-7.0.0-27791.i386.rpm --nodeps

    and that started fine. so looks like some the license package needs the other services running first. anyways its up and running. have manually restarted the dagent and this went down and up with the license service running. so far all good.
    The reply is currently minimized Show
  • Accepted Answer

    Ryan
    Ryan
    Offline
    Friday, July 15 2011, 06:35 PM - #Permalink
    Resolved
    0 votes
    Hi Tim,

    I removed zarafa and all the db's and reinstalled just to be sure.

    We have 20 users created in ClearOS but zarafa-admin -l shows 23 users and obviously zarafa-server does not start now.

    The following users are not created on clearos but listed in zarafa:

    SYSTEM
    flexshare
    email-archive

    Can these not be removed? or should teh be set 'non-active' ?
    The reply is currently minimized Show
  • Accepted Answer

    Friday, July 15 2011, 04:51 PM - #Permalink
    Resolved
    0 votes
    Hi Ryan, you see which users are stored using the 'zarafa-admin -l' command. Do you have any additional entries that you weren't expecting?

    This documentation should help. You can have up to 50% non active users, with a minimum of 20...so in theory you should still be OK
    http://doc.zarafa.com/6.40/Administrator_Manual/en-US/html-single/index.html#_active_and_non_active_users

    The use of zarafa-admin is limited because all user data is stored in LDAP. You can use a tool such as ldapadmin to administer the LDAP database. Who or what are the extra users you are now seeing?

    P.S You can find the 6.40.9 version of zarafa-licensed here
    ftp://timburgess.net/zarafa/zarafa-licensed-6.40.9-27553.i386.rpm
    The reply is currently minimized Show
  • Accepted Answer

    Ryan
    Ryan
    Offline
    Friday, July 15 2011, 04:27 PM - #Permalink
    Resolved
    0 votes
    The zarafa server.log shows there are too many users for the zarafa commercial license.

    It is a 20 user license but when I convert the zarafa to use User MySQL I find that there are 40 users in the zarafa user table.

    I only have 20 users in ClearOS.

    It seems like a LDAP issue.

    How do I clean this up?
    The reply is currently minimized Show
  • Accepted Answer

    Ryan
    Ryan
    Offline
    Friday, July 15 2011, 03:16 PM - #Permalink
    Resolved
    0 votes
    Hi guys,

    I have zarafa 6.40.9 working and installed zarafa-licensed-6.40.8-27223.i386.rpm to run the formal zarafa license.

    However, when I start zarafa-licenced I cannot get zarafa-server to start at all.

    What is the reason for this?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, July 14 2011, 11:44 PM - #Permalink
    Resolved
    0 votes
    Ryan, reinstall app-zarafa to install the services display
    yum remove app-zarafa
    yum --enablerepo=timb install app-zarafa


    System MySQL is preferred only because it's hidden and more protected from damage than the "user" mysql instance. (E.g. if someone logs into to phpmyadmin and accidentally dumps your mail database... ;)
    The reply is currently minimized Show
  • Accepted Answer

    Ryan
    Ryan
    Offline
    Thursday, July 14 2011, 10:49 PM - #Permalink
    Resolved
    0 votes
    What is the difference between configuring Zarafa with System MySQL and User MySQL?
    Is there a functional difference and which one would be best suited for large long term installations?
    The reply is currently minimized Show
  • Accepted Answer

    Ryan
    Ryan
    Offline
    Thursday, July 14 2011, 10:26 PM - #Permalink
    Resolved
    0 votes
    Hi Tim,

    I installed Zarafa 6.40.9 with your How T and everything worked fine.

    I then enabled the ClearOS Auto Updates and also installed Z-Push as per the How To.

    I now notice that when I navigate to Server > Zarafa the Zarafa Core Services and Zarafa Optional Services are no longer displayed. They are also no longer displayed in System > Services.

    Do you know what the reason for this could be and how to get them back?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, July 14 2011, 03:34 PM - #Permalink
    Resolved
    0 votes
    I still have one more upgrade to do. I will let you know if the same problem occurs.

    Kevin
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, July 14 2011, 03:28 PM - #Permalink
    Resolved
    0 votes
    OK - would have been nice to know why it the upgrade failed, but glad you have it working :)

    To reinstall app-zarafa (and make sure your logged into the webconfig as root)
    yum --enablerepo=timb install app-zarafa
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, July 14 2011, 03:20 PM - #Permalink
    Resolved
    0 votes
    Tim Burgess wrote:
    Hi Kevin, you appear to have a similar problem to Sam (back on page 76)

    Can you post the output of 'rpm -qa | grep -i mapi'...then run 'updatedb && locate mapi.so' (may take a few minutes to index the files)


    Tim,

    I fell back to page 76 after I made the post and followed all the instructions. I had the exact same problems. I then did a complete uninstall of Zarafa

    yum --enablerepo=timb-testing remove zarafa zarafa-webaccess


    And did the Yum install. It now appears that everything is working correctly. The only thing I see now, is I am missing app-zarafa in webconfig. I have restarted webconfig and still nada..

    Kevin
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, July 14 2011, 02:58 PM - #Permalink
    Resolved
    0 votes
    Hi Kevin, you appear to have a similar problem to Sam (back on page 76)

    Can you post the output of 'rpm -qa | grep -i mapi'...then run 'updatedb && locate mapi.so' (may take a few minutes to index the files)
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, July 14 2011, 01:38 PM - #Permalink
    Resolved
    0 votes
    Tim,

    Just did the upgrade. Everything went great. DB conversion and all. I'm getting an error when trying to access to Zarafa webaccess

    Not Found: PHP mapi extension not found
    If you have upgraded zarafa, please restart Apache

    Zarafa WebAccess can't start because of incompatible configuration.

    Please correct above errors, a good start is by checking your '/usr/webconfig/etc/php.ini' file.

    Or if you wish, you can disable this config check by editing the file '/usr/share/zarafa-webaccess/config.php', but this is not recommend.


    I also see that Delivery Agent and Gateway are not running.

    Starting zarafa-dagent: /usr/bin/zarafa-dagent: symbol lookup error: /usr/lib/libinetmapi.so.1: undefined symbol: _ZTIN5vmime6objectE
    [FAILED]


    Starting zarafa-gateway: /usr/bin/zarafa-gateway: symbol lookup error: /usr/lib/libinetmapi.so.1: undefined symbol: _ZTIN5vmime6objectE
    [FAILED]


    I restarted httpd and webconfig and nothing changed.

    I am also seeing and error in the logs

    webconfig: PHP Fatal error:  Class 'BackendICS' not found in /usr/share/z-push/index.php on line 146


    Kevin
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, July 14 2011, 08:25 AM - #Permalink
    Resolved
    0 votes
    Update - Zarafa-7.0.0-3 now available in the timb-testing repo which is rebuilt to provide compatibility with Zarafa-licensed (provided by Zarafa). This provides the 3No. free Outlook connectors in the community edition, and provides the facility for users to purchase a license through Zarafa.

    If you have previously installed Boost141, or Boost-1.39, and you wish to use Zarafa-licensed you will need to remove these prior to installing the new version. If you do not need it then you can upgrade as normal using yum.
    Zarafa can be completely removed and reinstalled without losing your mail as it's stored within Mysql. Just remember to update the database settings in the webconfig again, check your gateway port settings after reinstall.

    UPGRADING - If you are reading this and considering upgrading a zarafa-6.40 install then read this post FIRST!

    I'll start a new thread for Zarafa-7! Many thanks to Keil Gyozo for his zarafa-licensed solution :)
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, July 13 2011, 11:41 AM - #Permalink
    Resolved
    0 votes
    Hi Keil, I have downloaded - many thanks! Assuming everything works out OK, i'll run a rebuild of Zarafa-7 which uses this version of Boost, this means Zarafa-licensed can be used with Zarafa7 on ClearOS 5.2 :)

    @Ryan, those folders are part of your users IMAP structure, you'll need to configure fecthmail to only download the INBOX and not sub directories. It can also happen if you use your IMAP folder with a client such as Outlook or Horde and the subdirectories are automatically created.
    The reply is currently minimized Show
  • Accepted Answer

    Keil Gyozo
    Keil Gyozo
    Offline
    Wednesday, July 13 2011, 11:31 AM - #Permalink
    Resolved
    0 votes
    Hi!

    user: test
    password test
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, July 13 2011, 10:15 AM - #Permalink
    Resolved
    0 votes
    Hi Keil,
    that sounds great!

    But I can't download from this FTP Server.
    username: user
    password: test

    Thanks Stephan
    The reply is currently minimized Show
  • Accepted Answer

    Keil Gyozo
    Keil Gyozo
    Offline
    Wednesday, July 13 2011, 09:24 AM - #Permalink
    Resolved
    0 votes
    Hello Tim!

    First, I installed manually, but then I found a source rpm is what has been tested and works, it seems.
    Please check you. Be downloaded from here:
    ftp://innoffices.eu user / pass: test

    Keil Győző
    The reply is currently minimized Show
  • Accepted Answer

    Ryan
    Ryan
    Offline
    Wednesday, July 13 2011, 08:40 AM - #Permalink
    Resolved
    0 votes
    Ryan wrote:
    I just noticed something with zarafa 6.40.9 that I didn't have before with an earlier version.

    When I set an account to Retrieve Remote mail using POP3 Protocol there are folders created in Webaccess under the Inbox.
    Typically Calendar, Contacts, Notes, Tasks

    Why are these now being created under Inbox?
    When I don't use Retrieval this does not happen.


    Hi everyone,

    Apologies for bringing this up again, I'm not sure if this is teh correct thread either but it happened after the installation using this thread.

    The Calendar, Contacts, Notes, Tasks folders under Inbox are empty and can be deleted but re-appear soon.

    Is there a way to stop this or prevent it from happening again?
    The reply is currently minimized Show
Your Reply