Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

freebsd-isp Digest, Vol 316, Issue 2

1 view
Skip to first unread message

freebsd-i...@freebsd.org

unread,
Feb 11, 2010, 7:00:23 AM2/11/10
to freeb...@freebsd.org
Send freebsd-isp mailing list submissions to
freeb...@freebsd.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
or, via email, send a message with subject or body 'help' to
freebsd-i...@freebsd.org

You can reach the person managing the list at
freebsd-...@freebsd.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-isp digest..."


Today's Topics:

1. All-in-one Server (Odhiambo Washington)
2. Re: All-in-one Server (Matthew Seaman)
3. Re: All-in-one Server (Martin Sol?iansky)
4. Re: All-in-one Server (Odhiambo Washington)
5. Re: All-in-one Server (Albert Shih)
6. Re: All-in-one Server (Freddie Cash)
7. Re: All-in-one Server (Freddie Cash)
8. Re: All-in-one Server (Leander Damme)
9. Re: All-in-one Server (Martin Sol?iansky)
10. Re: All-in-one Server (Martin Sol?iansky)
11. Re: All-in-one Server (Freddie Cash)
12. Re: All-in-one Server (Martin Sol?iansky)


----------------------------------------------------------------------

Message: 1
Date: Wed, 10 Feb 2010 16:58:56 +0300
From: Odhiambo Washington <odhi...@gmail.com>
Subject: All-in-one Server
To: freeb...@freebsd.org
Message-ID:
<991123401002100558s4c9...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Hello sysadmins,

Happy New Year (2010)!

Anyone knows if I can build a FreeBSD box that has:

Firewall /Gateway /Mail Server Solution with
the following capabilities:
. http, pop, smtp, and imap email access.
. Global Address List facility
. Personal Address List facility
. Personal and Group Scheduling through a calendar facility
. System Dashboards to allow monitoring of the Managed
Firewall /Gateway /Mail Server.
. Ability for users to use the same password as that in windows
Active Directory is desired.
. Connector for Microsoft Outlook (Desirable)


Anyone managed to install Citadel on FreeBSD? I think somehow it can do the
e-mail parts. I have tried installing Citadel but it fails me always.

Anyone knows what I can use for System Dashboards other than webmin? Webmin
can do, but I feel there are other apps that can do much more visualization
of the server.


--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"If you have nothing good to say about someone, just shut up!."
-- Lucky Dube


------------------------------

Message: 2
Date: Wed, 10 Feb 2010 15:25:05 +0000
From: Matthew Seaman <m.se...@black-earth.co.uk>
Subject: Re: All-in-one Server
To: Odhiambo Washington <odhi...@gmail.com>
Cc: freeb...@freebsd.org
Message-ID: <4B72CFD...@black-earth.co.uk>
Content-Type: text/plain; charset="utf-8"

On 10/02/2010 13:58, Odhiambo Washington wrote:
> Hello sysadmins,
>
> Happy New Year (2010)!
>
> Anyone knows if I can build a FreeBSD box that has:
>
> Firewall /Gateway /Mail Server Solution with
> the following capabilities:
> . http, pop, smtp, and imap email access.
> . Global Address List facility
> . Personal Address List facility
> . Personal and Group Scheduling through a calendar facility
> . System Dashboards to allow monitoring of the Managed
> Firewall /Gateway /Mail Server.
> . Ability for users to use the same password as that in windows
> Active Directory is desired.
> . Connector for Microsoft Outlook (Desirable)

Horde or SquirrelMail + appropriate addons
Cyrus IMAPd or Dovecot
Sendmail or Postfix or Exim or ....

You should be able to use SASL to hook up any of these to AD for
authentication purposes. (If you choose sendmail, you'ld want the
version from ports so you can compile it with all the SASL bits.)

Horde certainly will allow you to create Global and Personal address
books via various different back-end databases. In principle it can
use LDAP so you might be able to bodge it into AD, but I'd recommend
MySQL as the least grief, fastest benefit solution.

Horde also provides shared and global calendars, accessilble via
CalDAV.

No idea what to recommend as a control panel for the firewall, MTA and
imap servers I'm afraid.

Note that Outlook is designed to work with MS Exchange, and often gives
less than optimal results with other mail servers.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard, Flat 3
Black Earth Consulting Ramsgate
Kent, CT11 9PW
Free and Open Source Solutions Tel: +44 (0)1843 580647

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 267 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-isp/attachments/20100210/789d0a43/signature-0001.pgp

------------------------------

Message: 3
Date: Wed, 10 Feb 2010 16:44:08 +0100 (CET)
From: Martin Sol?iansky <martin.s...@solko.sk>
Subject: Re: All-in-one Server
To: freeb...@freebsd.org
Cc: Odhiambo Washington <odhi...@gmail.com>
Message-ID:
<592707868.1652.126581...@zmail.bubble.eu>
Content-Type: text/plain; charset=utf-8

----- "Matthew Seaman" <m.se...@black-earth.co.uk> wrote:

> On 10/02/2010 13:58, Odhiambo Washington wrote:
> > Hello sysadmins,
> >
> > Happy New Year (2010)!
> >
> > Anyone knows if I can build a FreeBSD box that has:
> >
> > Firewall /Gateway /Mail Server Solution with
> > the following capabilities:
> > . http, pop, smtp, and imap email access.
> > . Global Address List facility
> > . Personal Address List facility
> > . Personal and Group Scheduling through a calendar facility
> > . System Dashboards to allow monitoring of the Managed
> > Firewall /Gateway /Mail Server.
> > . Ability for users to use the same password as that in
> windows
> > Active Directory is desired.
> > . Connector for Microsoft Outlook (Desirable)
>
> Horde or SquirrelMail + appropriate addons
> Cyrus IMAPd or Dovecot
> Sendmail or Postfix or Exim or ....
>
> You should be able to use SASL to hook up any of these to AD for
> authentication purposes. (If you choose sendmail, you'ld want the
> version from ports so you can compile it with all the SASL bits.)
>
> Horde certainly will allow you to create Global and Personal address
> books via various different back-end databases. In principle it can
> use LDAP so you might be able to bodge it into AD, but I'd recommend
> MySQL as the least grief, fastest benefit solution.
>
> Horde also provides shared and global calendars, accessilble via
> CalDAV.
>
> No idea what to recommend as a control panel for the firewall, MTA
> and
> imap servers I'm afraid.
>
> Note that Outlook is designed to work with MS Exchange, and often
> gives
> less than optimal results with other mail servers.

You could try zimbra for all-in-one-email-solution instead of Citadel or Horde+, that would solve most of the problems as it integrates all the bits you need into a one working opensource bundle.

You can always write something to manage your firewall (like zimlet to zimbra) and that greatly depends on your expectations. I don't change firewall rules very often on my zimbra box but then again, i am the ascii lover ;).

kind regards,

s.


------------------------------

Message: 4
Date: Wed, 10 Feb 2010 19:10:27 +0300
From: Odhiambo Washington <odhi...@gmail.com>
Subject: Re: All-in-one Server
To: Martin Sol?iansky <martin.s...@solko.sk>
Cc: freeb...@freebsd.org
Message-ID:
<991123401002100810o24f...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

On Wed, Feb 10, 2010 at 6:44 PM, Martin Solčiansky <
martin.s...@solko.sk> wrote:

> ----- "Matthew Seaman" <m.se...@black-earth.co.uk> wrote:
>
> > On 10/02/2010 13:58, Odhiambo Washington wrote:
> > > Hello sysadmins,
> > >
> > > Happy New Year (2010)!
> > >
> > > Anyone knows if I can build a FreeBSD box that has:
> > >
> > > Firewall /Gateway /Mail Server Solution with
> > > the following capabilities:
> > > . http, pop, smtp, and imap email access.
> > > . Global Address List facility
> > > . Personal Address List facility
> > > . Personal and Group Scheduling through a calendar facility
> > > . System Dashboards to allow monitoring of the Managed
> > > Firewall /Gateway /Mail Server.
> > > . Ability for users to use the same password as that in
> > windows
> > > Active Directory is desired.
> > > . Connector for Microsoft Outlook (Desirable)
> >
> > Horde or SquirrelMail + appropriate addons
> > Cyrus IMAPd or Dovecot
> > Sendmail or Postfix or Exim or ....
> >
> > You should be able to use SASL to hook up any of these to AD for
> > authentication purposes. (If you choose sendmail, you'ld want the
> > version from ports so you can compile it with all the SASL bits.)
> >
> > Horde certainly will allow you to create Global and Personal address
> > books via various different back-end databases. In principle it can
> > use LDAP so you might be able to bodge it into AD, but I'd recommend
> > MySQL as the least grief, fastest benefit solution.
> >
> > Horde also provides shared and global calendars, accessilble via
> > CalDAV.
> >
> > No idea what to recommend as a control panel for the firewall, MTA
> > and
> > imap servers I'm afraid.
> >
> > Note that Outlook is designed to work with MS Exchange, and often
> > gives
> > less than optimal results with other mail servers.
>
> You could try zimbra for all-in-one-email-solution instead of Citadel or
> Horde+, that would solve most of the problems as it integrates all the bits
> you need into a one working opensource bundle.
>
> You can always write something to manage your firewall (like zimlet to
> zimbra) and that greatly depends on your expectations. I don't change
> firewall rules very often on my zimbra box but then again, i am the ascii
> lover ;).
>
> kind regards,
>
> s.
>


You run Zimbra on FreeBSD? Let me see the guide you followed in order to do
that although I don't love Zimbra that much because accessing it via the web
requires so much bandwidth - unless this changed.
I have seen
http://wiki.zimbra.com/index.php?title=Installing_GNR_on_FreeBSD_7.2_i386 but
wonder if you run the latest zimbra on your FreeBSD. Does it meet my
requirements?

--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"If you have nothing good to say about someone, just shut up!."
-- Lucky Dube


------------------------------

Message: 5
Date: Wed, 10 Feb 2010 17:05:12 +0100
From: Albert Shih <Alber...@obspm.fr>
Subject: Re: All-in-one Server
To: Martin Sol??iansky <martin.s...@solko.sk>
Cc: freeb...@freebsd.org, Odhiambo Washington <odhi...@gmail.com>
Message-ID: <2010021016...@obspm.fr>
Content-Type: text/plain; charset=iso-8859-1

Le 10/02/2010 � 16:44:08+0100, Martin Sol??iansky a �crit
> ----- "Matthew Seaman" <m.se...@black-earth.co.uk> wrote:
>
> > On 10/02/2010 13:58, Odhiambo Washington wrote:
> > > Hello sysadmins,
> > >
> > > Happy New Year (2010)!
> > >
> > > Anyone knows if I can build a FreeBSD box that has:
> > >
> > > Firewall /Gateway /Mail Server Solution with
> > > the following capabilities:
> > > . http, pop, smtp, and imap email access.
> > > . Global Address List facility
> > > . Personal Address List facility
> > > . Personal and Group Scheduling through a calendar facility
> > > . System Dashboards to allow monitoring of the Managed
> > > Firewall /Gateway /Mail Server.
> > > . Ability for users to use the same password as that in
> > windows
> > > Active Directory is desired.
> > > . Connector for Microsoft Outlook (Desirable)
> >
> > Horde or SquirrelMail + appropriate addons
> > Cyrus IMAPd or Dovecot
> > Sendmail or Postfix or Exim or ....
> >
> > You should be able to use SASL to hook up any of these to AD for
> > authentication purposes. (If you choose sendmail, you'ld want the
> > version from ports so you can compile it with all the SASL bits.)
> >
> > Horde certainly will allow you to create Global and Personal address
> > books via various different back-end databases. In principle it can
> > use LDAP so you might be able to bodge it into AD, but I'd recommend
> > MySQL as the least grief, fastest benefit solution.
> >
> > Horde also provides shared and global calendars, accessilble via
> > CalDAV.
> >
> > No idea what to recommend as a control panel for the firewall, MTA
> > and
> > imap servers I'm afraid.
> >
> > Note that Outlook is designed to work with MS Exchange, and often
> > gives
> > less than optimal results with other mail servers.
>
> You could try zimbra for all-in-one-email-solution instead of Citadel or Horde+, that would solve most of the problems as it integrates all the bits you need into a one working opensource bundle.
>
Anyone knwon if they exit a zimbra ports ?

Regards.

JAS
--
Albert SHIH
SIO batiment 15
Observatoire de Paris Meudon
5 Place Jules Janssen
92195 Meudon Cedex
T�l�phone : 01 45 07 76 26/06 86 69 95 71
Heure local/Local time:
Mer 10 f�v 2010 17:04:43 CET


------------------------------

Message: 6
Date: Wed, 10 Feb 2010 08:45:10 -0800
From: Freddie Cash <fjw...@gmail.com>
Subject: Re: All-in-one Server
To: freeb...@freebsd.org
Message-ID:
<b269bc571002100845l1e9...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

On Wed, Feb 10, 2010 at 7:44 AM, Martin Solčiansky <
martin.s...@solko.sk> wrote:

> You could try zimbra for all-in-one-email-solution instead of Citadel or
> Horde+, that would solve most of the problems as it integrates all the bits
> you need into a one working opensource bundle.
>
> Zimbra OSS doesn't include the Outlook Connector. You need the Network
Edition for that, which is only available for Linux systems.

The FreeBSD port of Zimbra OSS is also very experimental and not recommended
for production use.

For a setup like Odhiambo wants, I'd recommend two boxes:
firewall (FreeBSD or OpenBSD)
groupware server (Linux)

For the groupware server, I've tested the following:
citadel
opengroupware
phpgroupware
egroupware
zimbra
kolab
icewarp
merak

Citadel is more of a BBS than a real groupware solution, and is geared more
toward online discussions and forums and whatnot. It's very similar to
FirstClass (which is a horrible product, avoid at all costs).

Open/PHP/eGroupware were okay, but they didn't really fulfill all our needs
at the time.

IceWarp and Merak left a sour taste in my mouth, and have some very strange
configuration methods.

Kolab was very nice, but uses the OpenPackage format and wants to install
everything under /opt and use all of it's own services, requiring you to
disable the OS-provided services (SMTP, web, etc). If you use Kontact (KDE
PIM), it's the best one to use. It has an Outlook connector, and provides
pretty much everything Exchange does. At the time we tested it, there was
no web-based client, so we didn't go with it.

Zimbra is the best of the bunch, IMO/IME. The paid edition includes
Blackberry sync support, ActiveSync support, and Outlook connector, along
with more robust shared features. You can extend the functionality using
Zimlets (JavaScript plugins). And the web interface is top-notch. However,
you really need to install this on a 64-bit Linux server with lots of RAM.

There's also the OpenXchange server, but I've never tried it, and don't know
much about it.

IOW, you pretty much need to run a Linux server if you want a stable
groupware setup, without having to manage all the individual pieces.


--
Freddie Cash
fjw...@gmail.com


------------------------------

Message: 7
Date: Wed, 10 Feb 2010 08:49:46 -0800
From: Freddie Cash <fjw...@gmail.com>
Subject: Re: All-in-one Server
To: freeb...@freebsd.org
Message-ID:
<b269bc571002100849y6ac...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

On Wed, Feb 10, 2010 at 8:05 AM, Albert Shih <Alber...@obspm.fr> wrote:

> Anyone knwon if they exit a zimbra ports ?


There is an experimental port available, but it's not part of the FreeBSD
ports tree. You need to go to the Zimbra Wiki and follow the instructions
in there.

--
Freddie Cash
fjw...@gmail.com


------------------------------

Message: 8
Date: Wed, 10 Feb 2010 17:54:27 +0100
From: Leander Damme <ma...@leander-damme.com>
Subject: Re: All-in-one Server
To: Odhiambo Washington <odhi...@gmail.com>
Cc: freeb...@freebsd.org
Message-ID: <E9D56FBF-4AF0-41C0...@leander-damme.com>
Content-Type: text/plain; charset=us-ascii


> On 10/02/2010 13:58, Odhiambo Washington wrote:
>> Hello sysadmins,
>>
>> Happy New Year (2010)!
>>
>> Anyone knows if I can build a FreeBSD box that has:
>>
>> Firewall /Gateway /Mail Server Solution with
>> the following capabilities:
>> . http, pop, smtp, and imap email access.
>> . Global Address List facility
>> . Personal Address List facility
>> . Personal and Group Scheduling through a calendar facility
>> . System Dashboards to allow monitoring of the Managed
>> Firewall /Gateway /Mail Server.
>> . Ability for users to use the same password as that in windows
>> Active Directory is desired.
>> . Connector for Microsoft Outlook (Desirable)
>
> Horde or SquirrelMail + appropriate addons

> Cyrus IMAPd or Dovecot
> Sendmail or Postfix or Exim or ....
Postfix(with mysql support) & Dovecot work fine for me
Postfixadmin can be used as a config panel (ugly php - but works more or less)
http://sourceforge.net/projects/postfixadmin/

> You should be able to use SASL to hook up any of these to AD for
> authentication purposes. (If you choose sendmail, you'ld want the
> version from ports so you can compile it with all the SASL bits.)
>
> Horde certainly will allow you to create Global and Personal address
> books via various different back-end databases. In principle it can
> use LDAP so you might be able to bodge it into AD, but I'd recommend
> MySQL as the least grief, fastest benefit solution.
>
you could try egroupware as an alternative to horde
http://sourceforge.net/projects/egroupware/
I think it supports syncml to integrate with Outlook and mobile devices.
> Horde also provides shared and global calendars, accessilble via
> CalDAV.
I have tried the Darwin calendar and contact Server with FreeBSD recently - but would not recommend it in a productive enviroment

> No idea what to recommend as a control panel for the firewall, MTA and
> imap servers I'm afraid.
>
> Note that Outlook is designed to work with MS Exchange, and often gives
> less than optimal results with other mail servers.

------------------------------

Message: 9
Date: Wed, 10 Feb 2010 18:19:58 +0100 (CET)
From: Martin Sol?iansky <martin.s...@solko.sk>
Subject: Re: All-in-one Server
To: Odhiambo Washington <odhi...@gmail.com>
Cc: freeb...@freebsd.org
Message-ID:
<2002642622.1673.12658...@zmail.bubble.eu>
Content-Type: text/plain; charset=utf-8


----- "Odhiambo Washington" <odhi...@gmail.com> wrote:


You could try zimbra for all-in-one-email-solution instead of Citadel or Horde+, that would solve most of the problems as it integrates all the bits you need into a one working opensource bundle.
>
> You can always write something to manage your firewall (like zimlet to zimbra) and that greatly depends on your expectations. I don't change firewall rules very often on my zimbra box but then again, i am the ascii lover ;).
>
> kind regards,
>
> s.
>

> You run Zimbra on FreeBSD? Let me see the guide you followed in order to do that although I don't love Zimbra that much because accessing it via the web requires so much bandwidth - unless this changed. I have seen http://wiki.zimbra.com/index.php?title=Installing_GNR_on_FreeBSD_7.2_i386 but wonder if you run the latest zimbra on your FreeBSD. Does it meet my requirements?

I ported zimbra to freebsd starting with 5.0.16 which is still running on one of my boxes. It was a patch designed to run - not for full integration and I lost my interest back then.
Starting with zimbra 6 i made a complete rewrite of the source tree to support freebsd natively, meaning no more crude hacks. I have been using and maintaining the wiki+patch since then (because i spent years looking for all-in-one-email freebsd solution). Zimbra team is pretty open to new ideas but there is no reason to support freebsd with no freebsd user-base. Use zimbra, we might get it once. Hell, it is supported on mac..
I am running 6.0.4 in production and I will gladly help anyone with installation. Linux rules the commercial skies nowadays so every little bit helps.

There is *absolutely* no reason for zimbra not to run correctly on freebsd because 99% of the code is fully portable, leaving behind only some linux-specific-scripts for statistics (disk,memory etc.). Please check http://www.zimbra.com/forums/installation/33477-zcs-6-0-1-ported-freebsd7.html for more info.

Zimbra offers mobile, html, ajax web interface. If your users prefer simple visual interface go for squirrelmail. Sadly, most users prefer flashy fancy stuff.

s.


------------------------------

Message: 10
Date: Wed, 10 Feb 2010 18:31:27 +0100 (CET)
From: Martin Sol?iansky <martin.s...@solko.sk>
Subject: Re: All-in-one Server
To: Freddie Cash <fjw...@gmail.com>
Cc: freeb...@freebsd.org
Message-ID:
<2060953559.1684.12658...@zmail.bubble.eu>
Content-Type: text/plain; charset=utf-8


----- "Freddie Cash" <fjw...@gmail.com> wrote:

> On Wed, Feb 10, 2010 at 8:05 AM, Albert Shih <Alber...@obspm.fr>
> wrote:
>
> > Anyone knwon if they exit a zimbra ports ?
>
>
> There is an experimental port available, but it's not part of the
> FreeBSD
> ports tree. You need to go to the Zimbra Wiki and follow the
> instructions
> in there.
it is not experimental in terms of stability, it is just not that simple as "make install". but everything is stable until someone proves otherwise, right? ;)

s.


------------------------------

Message: 11
Date: Wed, 10 Feb 2010 09:47:30 -0800
From: Freddie Cash <fjw...@gmail.com>
Subject: Re: All-in-one Server
To: freeb...@freebsd.org
Message-ID:
<b269bc571002100947q697...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

On Wed, Feb 10, 2010 at 9:31 AM, Martin Solčiansky <
martin.s...@solko.sk> wrote:

> ----- "Freddie Cash" <fjw...@gmail.com> wrote:
> > On Wed, Feb 10, 2010 at 8:05 AM, Albert Shih <Alber...@obspm.fr>
> > wrote:
> >
> > > Anyone knwon if they exit a zimbra ports ?
> >
> > There is an experimental port available, but it's not part of the
> > FreeBSD ports tree. You need to go to the Zimbra Wiki and follow the
> > instructions in there.
>


> it is not experimental in terms of stability, it is just not that simple as
> "make install". but everything is stable until someone proves otherwise,
> right? ;)
>
> Nice. I've only been partially following the development of the FreeBSD
port of Zimbra. Didn't realise you have actually patched the source to make
it work. Nicely done!!

Here's hoping that the patches are accepted by the Zimbra devs, and that it
eventually leads to a real, supported, bless-by-Zimbra port to FreeBSD. :)
We can always dream. :D

Zimbra on ZFS would be so nice.


--
Freddie Cash
fjw...@gmail.com


------------------------------

Message: 12
Date: Wed, 10 Feb 2010 18:56:45 +0100 (CET)
From: Martin Sol?iansky <martin.s...@solko.sk>
Subject: Re: All-in-one Server
To: Freddie Cash <fjw...@gmail.com>
Cc: freeb...@freebsd.org
Message-ID:
<209980792.1689.126582...@zmail.bubble.eu>
Content-Type: text/plain; charset=utf-8


----- "Freddie Cash" <fjw...@gmail.com> wrote:

> On Wed, Feb 10, 2010 at 9:31 AM, Martin Solčiansky <
> martin.s...@solko.sk> wrote:
>
> > ----- "Freddie Cash" <fjw...@gmail.com> wrote:
> > > On Wed, Feb 10, 2010 at 8:05 AM, Albert Shih
> <Alber...@obspm.fr>
> > > wrote:
> > >
> > > > Anyone knwon if they exit a zimbra ports ?
> > >
> > > There is an experimental port available, but it's not part of the
> > > FreeBSD ports tree. You need to go to the Zimbra Wiki and follow
> the
> > > instructions in there.
> >
>
>
> > it is not experimental in terms of stability, it is just not that
> simple as
> > "make install". but everything is stable until someone proves
> otherwise,
> > right? ;)
> >
> > Nice. I've only been partially following the development of the
> FreeBSD
> port of Zimbra. Didn't realise you have actually patched the source
> to make
> it work. Nicely done!!
>
> Here's hoping that the patches are accepted by the Zimbra devs, and
> that it
> eventually leads to a real, supported, bless-by-Zimbra port to
> FreeBSD. :)
> We can always dream. :D
>
> Zimbra on ZFS would be so nice.
i promised/offered zimbra i would completely rewrite the ThirdParty build process to make it even more other-than-linux-friendly. sadly, i don't have that much free time as i thought i would have and sadly2, i can't access the source code repository since vmware bought zimbra (that's the reason for nonexistent 6.0.5 patch) :(.

i stopped dreaming long time ago:
solko@[zmail /home/solko] # zfs list | grep zimbra
zfs/zimbra 27.1G 857G 13.8G /opt/zimbra
zfs/zimbra/index 295M 857G 295M /opt/zimbra/index
zfs/zimbra/store 13.0G 857G 13.0G /opt/zimbra/store
zfs/zimbrasrc 14.9G 857G 14.9G /home/public/p4

i will be migrating whole university to zimbra this month.

kind regards,

s.


------------------------------


End of freebsd-isp Digest, Vol 316, Issue 2
*******************************************

0 new messages