Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: ddougan on September 29, 2008, 04:42:37 AM
-
Following the instructions in the Wiki, I have installed Zarafa on my test box. I've added a couple of users and have been playing with the Calendar through Webaccess.
I have an issue with setting up a multi-user meeting - the recipient receives the invitation successfully; however, it comes in as an email and does not provide the opportunity to accept/reject the appointment.
Both users are on the same box (7.3, all updates). Are others seeing the same circumstances?
Thanks to all who have put the Wiki together - installing from the instructions was a breeze.
Regards,
Des
-
Confirmed. Appears to be an related to how qpsmtpd deals with tnef. There is a tnef2mime plugin that Michael Weinberger authored. Might be a starting point...
Darrell
-
http://wiki.contribs.org/Talk:Zarafa#Other_tasks
Configure Zarafa calendar scheduling. (http://en.wikipedia.org/wiki/TNEF)
config setprop smtpd tnef2mime disabled
signal-event email-update
Darrell
-
Yes, I was just testing it with the plug-in disabled - works fine. I've also asked for write access to the wiki.
Thanks for the pointer.
Des
-
Darrell,
You've also added:
config set zarafa-gateway service TCPPort 144 access private status enabled [optional, access public/private as required]
What's the purpose here, if this is defined in the zarafa config files?
Also, don't you need zarafa-licensed to use with Outlook?
Thanks,
Des
-
Hi ddougan,
About your Outlook question: It should be possible to connect from Outlook for max. 3 users (see Zarafa's versions comparison page (http://www.zarafa.com/?q=en/content/versions)).
-
Darrell,
You've also added:
config set zarafa-gateway service TCPPort 144 access private status enabled [optional, access public/private as required]
What's the purpose here, if this is defined in the zarafa config files?
Also, don't you need zarafa-licensed to use with Outlook?
Thanks,
Des
Two completely separate topics which should be asked in two unique forum threads.
config set zarafa-gateway service TCPPort 144 access private status enabled
Advisable for SME config to update masq and set access private/public as desired
Also, don't you need zarafa-licensed to use with Outlook?
As Jester stated, should work for <=3 Outlook connections however I have not tested. My focus is on the GPL code at the moment.
Darrell