Koozali.org: home of the SME Server

Zarafa calendar question

Offline ddougan

  • *
  • 155
  • +0/-0
    • http://www.DouganConsulting.com
Zarafa calendar question
« 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
Des Dougan

Offline dmay

  • *
  • 450
  • +0/-0
    • http://myezserver.com
Re: Zarafa calendar question
« Reply #1 on: September 29, 2008, 11:51:24 PM »
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

Offline dmay

  • *
  • 450
  • +0/-0
    • http://myezserver.com
Re: Zarafa calendar question
« Reply #2 on: September 30, 2008, 05:50:07 AM »
http://wiki.contribs.org/Talk:Zarafa#Other_tasks

Code: [Select]
Configure Zarafa calendar scheduling. (http://en.wikipedia.org/wiki/TNEF)

config setprop smtpd tnef2mime disabled
signal-event email-update

Darrell

Offline ddougan

  • *
  • 155
  • +0/-0
    • http://www.DouganConsulting.com
Re: Zarafa calendar question
« Reply #3 on: September 30, 2008, 06:19:18 AM »
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
Des Dougan

Offline ddougan

  • *
  • 155
  • +0/-0
    • http://www.DouganConsulting.com
Re: Zarafa calendar question
« Reply #4 on: September 30, 2008, 06:24:47 AM »
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
Des Dougan

Offline jester

  • *
  • 496
  • +1/-0
Re: Zarafa calendar question
« Reply #5 on: September 30, 2008, 01:36:37 PM »
Hi ddougan,

About your Outlook question: It should be possible to connect from Outlook for max. 3 users (see Zarafa's versions comparison page).

Offline dmay

  • *
  • 450
  • +0/-0
    • http://myezserver.com
Re: Zarafa calendar question
« Reply #6 on: September 30, 2008, 02:55:36 PM »
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.

 
Code: [Select]
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

 
Code: [Select]
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
« Last Edit: September 30, 2008, 03:04:04 PM by dmay »