RE: MS exchange alternatives for FreeBSD

2007-06-28 Thread Ted Mittelstaedt

http://sourceforge.net/projects/remotecalendars/

http://outlook2ical.sourceforge.net/


But don't despair, many .ics files can be massaged
for digestion by Outlook, without the need to install
a plugin.

Ted

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Alexandre
> Biancalana
> Sent: Wednesday, June 27, 2007 4:42 AM
> To: Cheffo; freebsd-questions@freebsd.org
> Subject: Re: MS exchange alternatives for FreeBSD
>
>
> WebCalendar (*webcalendar*.sourceforge.net) can do the job of shared
> schedule for iCal compatible clients The problem is that M$ Outlook is
> not compatible with the standard... :-( Last time I'm looked, some
> opensource plugins could be used for partial compatibility of Outlook with
> iCal.
>
> Regards,
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: MS exchange alternatives for FreeBSD

2007-06-28 Thread Ted Mittelstaedt

There is a project out there to try to emulate the Microsoft NetBIOS
interface
on MS Exchange to allow clients like Outlook to share calendaring.  The
reports are that it doesen't work that well.  I don't know if they have gone
past exchanging mail with it.  But I do not recommend that approach.

I recommend that users jettison Outlook calendar entirely and switch to
a web interfaced calendar that you run on a webserver.  However, often
users don't want to do this and if that is the case you still can run a
shared calendar on a webserver, you just have to designate an admin to
be in charge of it.

In that scenario, users that want to make private calendar entries in their
Outlook calendars can continue to do that.  If they want to make a shared
calendar entry then they either send an e-mail to the calendar admin
person, or they make the appointment in their personal Outlook
calendar, then once the appointment is made they open the appointment
and do a File Save As and save the appointment to a vcalendar file, then
e-mail the vcalendar file to the calendar admin.

When the calendar admin either imports the vcalendar file into the master
web-based calendar, or just reads the e-mail and enters the appointment,
the admin can then export a vcalendar file from the appointment on the
master calendar and e-mail it to all users in the organization and when
they get the vcalendar file they just click on it and it will import into
their
personal Outlook calendars.

It is really a lot easier to just tell the users to use the master
webinterface
calendar.  After all they have to be connected to the network to send and
receive e-mail, so when they are doing that it is no trouble to call up a
web
browser and look at the master calendar.  And they can of course export
the appointments from the webinterface on the master calendar to their
own Outlooks, and even to their own PDAs and such, by themselves if
they insist on continuing to use Outlook calendar.  The better master
calendar
programs allow users to run their own calendars on the calendar server.

Ted

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Cheffo
> Sent: Tuesday, June 26, 2007 9:15 AM
> To: freebsd-questions@freebsd.org
> Subject: MS exchange alternatives for FreeBSD
>
>
> Hi list,
>
> I have server running postfix + courier-imap, and I'm looking for
> someway to add possibility to exchange calendars/contacts/meeting
> invitations/etc between mail clients.
>
> Can someone recommend calendar, that is compatible with windows clients
> and can be run under FreeBSD?
>
> Thanks in advance.
>
> P.S. Please CC me on reply as I'm not subscribed to -questions.
>
> --
>
> Best Wishes,
> Stefan Lambrev
> ICQ# 24134177
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MS exchange alternatives for FreeBSD

2007-06-27 Thread Kurt Buff

On 6/26/07, Ivan Carey <[EMAIL PROTECTED]> wrote:

Cheffo wrote:
> Hi list,
>
> I have server running postfix + courier-imap, and I'm looking for
> someway to add possibility to exchange calendars/contacts/meeting
> invitations/etc between mail clients.
>
> Can someone recommend calendar, that is compatible with windows
> clients and can be run under FreeBSD?
>
> Thanks in advance.
>
> P.S. Please CC me on reply as I'm not subscribed to -questions.
>
Hello Cheffo,
I wanted to do what you asked and after a lot of research I was able to
achieve this by installing on the FreeBSD server openldap for the email
addresses and a WEBDAV folder in Apache for the calendar.
My setup has my email address in the ldap server and these addresses can
be accessed by Outlook and Thunderbird.
I use Sunbird as the calendar and publish the calendar to the webdav folder.

The ldap server can be maintained by phpldapadmin
http://phpldapadmin.sourceforge.net/

This setup allows all users to have access to a common email address
book and a common calendar.

The only thing I was unable to do was setup an imap server to allow
access to Common emails.

I am interested in being able to set up an imap server.

Regards,
Ivan


While I don't have this kind of setup myself, I usually see either
Cyrus or Dovecot mentioned for IMAP on the Postfix list as being one
of the better choices.

Kurt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MS exchange alternatives for FreeBSD

2007-06-27 Thread Alexandre Biancalana

WebCalendar (*webcalendar*.sourceforge.net) can do the job of shared
schedule for iCal compatible clients The problem is that M$ Outlook is
not compatible with the standard... :-( Last time I'm looked, some
opensource plugins could be used for partial compatibility of Outlook with
iCal.

Regards,
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MS exchange alternatives for FreeBSD

2007-06-26 Thread Ivan Carey

Cheffo wrote:

Hi list,

I have server running postfix + courier-imap, and I'm looking for 
someway to add possibility to exchange calendars/contacts/meeting 
invitations/etc between mail clients.


Can someone recommend calendar, that is compatible with windows 
clients and can be run under FreeBSD?


Thanks in advance.

P.S. Please CC me on reply as I'm not subscribed to -questions.


Hello Cheffo,
I wanted to do what you asked and after a lot of research I was able to 
achieve this by installing on the FreeBSD server openldap for the email 
addresses and a WEBDAV folder in Apache for the calendar.
My setup has my email address in the ldap server and these addresses can 
be accessed by Outlook and Thunderbird.

I use Sunbird as the calendar and publish the calendar to the webdav folder.

The ldap server can be maintained by phpldapadmin 
http://phpldapadmin.sourceforge.net/


This setup allows all users to have access to a common email address 
book and a common calendar.


The only thing I was unable to do was setup an imap server to allow 
access to Common emails.


I am interested in being able to set up an imap server.

Regards,
Ivan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MS exchange alternatives for FreeBSD

2007-06-26 Thread Outback Dingo

Well doing this, before... research wise Hula from Suse, now open source,
and a work in progress or SugarCRM/Vtiger (Sugar fork) Ive heard of
OpenExchange running but it requires work and research.

On 6/27/07, Norberto Meijome <[EMAIL PROTECTED]> wrote:


On Tue, 26 Jun 2007 19:14:59 +0300
Cheffo <[EMAIL PROTECTED]> wrote:

> Hi list,
>
> I have server running postfix + courier-imap, and I'm looking for
> someway to add possibility to exchange calendars/contacts/meeting
> invitations/etc between mail clients.
>
> Can someone recommend calendar, that is compatible with windows clients
> and can be run under FreeBSD?

I don't know whether it works on FBSD, but http://www.openchange.org/looks 
promising

_
{Beto|Norberto|Numard} Meijome

"Quality is never an accident, it is always the result of intelligent
effort."
  John Ruskin  (1819-1900)

I speak for myself, not my employer. Contents may be hot. Slippery when
wet. Reading disclaimers makes you go blind. Writing them is worse. You have
been Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "
[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MS exchange alternatives for FreeBSD

2007-06-26 Thread Norberto Meijome
On Tue, 26 Jun 2007 19:14:59 +0300
Cheffo <[EMAIL PROTECTED]> wrote:

> Hi list,
> 
> I have server running postfix + courier-imap, and I'm looking for 
> someway to add possibility to exchange calendars/contacts/meeting 
> invitations/etc between mail clients.
> 
> Can someone recommend calendar, that is compatible with windows clients 
> and can be run under FreeBSD?

I don't know whether it works on FBSD, but http://www.openchange.org/ looks 
promising

_
{Beto|Norberto|Numard} Meijome

"Quality is never an accident, it is always the result of intelligent effort."
  John Ruskin  (1819-1900)

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MS exchange alternatives for FreeBSD

2007-06-26 Thread Stefan Lambrev

Oliver Peter wrote:

On Tue, Jun 26, 2007 at 07:14:59PM +0300, Cheffo wrote:
  

Hi list,

I have server running postfix + courier-imap, and I'm looking for 
someway to add possibility to exchange calendars/contacts/meeting 
invitations/etc between mail clients.


Can someone recommend calendar, that is compatible with windows clients 
and can be run under FreeBSD?



% cat /usr/ports/deskutils/sunbird/pkg-descr
The Sunbird Project is a redesign of the Mozilla Calendar component. The goal
is to produce a cross platform standalone calendar application based on
Mozilla's XUL user interface language.

WWW:http://www.mozilla.org/projects/calendar/sunbird.html

I like it :) 
But I'm not sure if you can exchange your inputs with other clients.


  
I think you can exchange mozilla's (sunbird/lightning) calendar using MS 
exchange, zimbra and few other apps, but all that I found are not 
working under freebsd.
And this is what I'm looking for - server that support iCal and will 
allow mail clients (outlook, evolution & sunbird/lighnting) to exchange 
their calendars.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MS exchange alternatives for FreeBSD

2007-06-26 Thread Oliver Peter
On Tue, Jun 26, 2007 at 07:14:59PM +0300, Cheffo wrote:
> Hi list,
> 
> I have server running postfix + courier-imap, and I'm looking for 
> someway to add possibility to exchange calendars/contacts/meeting 
> invitations/etc between mail clients.
> 
> Can someone recommend calendar, that is compatible with windows clients 
> and can be run under FreeBSD?

% cat /usr/ports/deskutils/sunbird/pkg-descr
The Sunbird Project is a redesign of the Mozilla Calendar component. The goal
is to produce a cross platform standalone calendar application based on
Mozilla's XUL user interface language.

WWW:http://www.mozilla.org/projects/calendar/sunbird.html

I like it :) 
But I'm not sure if you can exchange your inputs with other clients.

-- 
Oliver PETER, email: [EMAIL PROTECTED], ICQ# 113969174
"Worker bees can leave. Even drones can fly away. The Queen is their slave."


pgpzC98gc9YnR.pgp
Description: PGP signature