==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=5410
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
H. de Visser <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
--- Comment #5 from H. de Visser <[email protected]> 2010-01-05 10:34:34 MST
---
= Environment:
Clean SME7.4 installation / fully updated
= Current version installed:
[r...@sme74clean ~]# yum list installed smeserver-zarafa
smeserver-zarafa.noarch 0.9.0-28.el4.sme installed
= Original problem:
In line 32 of the ical.cfg template file the variable 'tcpport' is used where
is should be 'TCPPort':
[r...@sme74clean ~]# cat
/etc/e-smith/templates/etc/zarafa/ical.cfg/ical.cfg|grep -n1 236
31-# default connection to the Zarafa server
32:server_socket =
http://localhost:{${'zarafa-server'}{tcpport}||'236';}/zarafa
33-
= Resolution:
Update to latest test version (i can not find version 0.9-33 from comment #1
anymore so using latest version in test repo):
[r...@sme74clean ~]# yum update smeserver-zarafa --enablerepo=smetest
= Updated version installed:
[r...@sme74clean ~]# yum list installed smeserver-zarafa
smeserver-zarafa.noarch 0.9.0-43.el4.sme installed
= Problem fixed:
Yes. Line 32 of the ical.cfg template now shows the use of 'TCPPort':
[r...@sme74clean ~]# cat
/etc/e-smith/templates/etc/zarafa/ical.cfg/ical.cfg|grep -n1 236
31-# default connection to the Zarafa server
32:server_socket =
http://localhost:{${'zarafa-server'}{TCPPort}||'236';}/zarafa
33-
= Verified or Reopen:
Marking VERIFIED.
--
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/