Jump to content

Recommended Posts

Posted

Following on from my last post last week in regards to Exchange - I am now looking at Zimbra. Now I have NO experience at all in setting up Exchange or Zimbra - the last time I worked with any mail solution was with Lotus notes and that was over 7 years ago.

 

So my question is this - who has setup Zimbra from scratch ? Was this an easy task and what is your overall impression of it.

Thanks in advance.

Posted
I set up Zimbra from scratch about 2 years ago. I think the recommended OS was CentOS, but I went with Ubuntu as it's what I know. I documented the process from start to finish, including SSO setups etc, which I might be persuaded to give you if you ask nicely ;)
  • Thanks 2
Posted
We have it here for a shared calender (unused) and im told the instructions are easy to follow and we didnt come up against any problems during the install so overall its easy to setup but we dont use it so I couldnt give you an overall impression of it.
Posted
I set up Zimbra from scratch about 2 years ago. I think the recommended OS was CentOS, but I went with Ubuntu as it's what I know. I documented the process from start to finish, including SSO setups etc, which I might be persuaded to give you if you ask nicely ;)

 

I was thinking [ if we get it ] to stick it on [ hopefully - still got to get the hardware ] as a Virtual Server as it's part of VMWare.

 

My other concern is that I will have to buy another box for Spam and proxy server roles.

Posted
May I have a copy of the documentation pretty please Hightower

 

You may, but I've just checked and it seems I didn't update the documentation for the following:

 

Automatically creating users (with a python script)

Creating a bad word filtering system

Applying a disclaimer to all outgoing emails

 

Although there is documentation on the web for this, I like to have it all in one place so leave it with me for a mo while I update these details, and remove anything personal like IP's etc. Will post it up as soon as it's ready.

  • Thanks 1
Posted
I was thinking [ if we get it ] to stick it on [ hopefully - still got to get the hardware ] as a Virtual Server as it's part of VMWare.

 

Yeah, we have an ESXi server with Zimbra on as a VM - makes backing up easier as we just use a python script (ghettoBackup) to take a snapshot to a NAS each night. Then, if there's a problem you can just restore the snapshot instead of having to dig down into Linux commands etc.

Posted
Yeah, we have an ESXi server with Zimbra on as a VM - makes backing up easier as we just use a python script (ghettoBackup) to take a snapshot to a NAS each night. Then, if there's a problem you can just restore the snapshot instead of having to dig down into Linux commands etc.

 

What are you using for SPAM and proxy roles ?

Posted
What are you using for SPAM and proxy roles ?

 

Zimbra has built in spam functionality, and in 2 years it's been pretty impressive. What do you mean about proxy roles?

  • Thanks 1
Posted

Here's the documentation. For the 3 parts I missed, I've just added links to where I found the instructions from. I know it looks like a lot of work, but we had ours up in no time, and it's been trouble free since (touch wood).

 

Plus, there's plenty of great people on here to get you up and running if it's the route you decided to take.

 

Zimbra Installation v1.2.pdf

Posted

I moved the school over to Zimbra in 2008, following 6 months on-and-off testing and planning. Once set up, it's easy to use for both users and administrators. I did some bits of documentation but they may be out of date now. I'd advise checking the Zimbra wiki when doing anything, especially stuff by Ajcody - he's a bit of a community guru.

 

Users and distribution lists are created and updated automatically via 2 scripts - one VBScript on our AD server to export users, groups, account status to CSV, and the other Perl script on the Zimbra server to run the Zimbra command-line provisioning tool to create or modify users from the CSV file.

 

To make it even easier for our users, I developed a C# application which used pre-authentication to automatically log the current Windows user in.

Posted
To make it even easier for our users, I developed a C# application which used pre-authentication to automatically log the current Windows user in.

 

Ooooh, that's just reminded me mate. Not as advanced as @webmans solution, but we use Moodle here which uses NTLM to auto-log users on to Moodle. Then in Moodle we have an add-on that the users can click to auto-log onto Zimbra using keys and stuff.

 

The beauty about it is, I've wanted it to do a few things (auto-create users, bad word filter, disclaimer) and each time it pulls it out the bag.

Posted
Zimbra has built in spam functionality, and in 2 years it's been pretty impressive. What do you mean about proxy roles?

 

Great news on the SPAM front - that's another tick in the box. Proxy - sorry web content filtering etc.

I take it Zimbra is quite flexiable on mail box account sizes / limits etc and you can setup groups etc.

Posted
Great news on the SPAM front - that's another tick in the box. Proxy - sorry web content filtering etc.

I take it Zimbra is quite flexiable on mail box account sizes / limits etc and you can setup groups etc.

 

Yeah, something called Class of Services in Zimbra - my docs show how I set up a staff CoS and a student CoS, with different rules (like staff get 1GB where as students get 40mb).

 

As for web content filtering, I think you need a different solution for that (if I'm on the same wave length as you). I wouldn't install a proxy server to the zimbra server as they are completely different jobs, but if you are using VM's why not make a new VM with Ubuntu and stick Squid proxy on there. I did that about 3 years ago for a whitelist, and it works really well (which I also have install docs for)

  • Thanks 1
Posted
I take it Zimbra is quite flexiable on mail box account sizes / limits etc and you can setup groups etc.

 

Yes, you'd need another box for web content filtering - it's not advisable to run anything else but Zimbra on the one server. But yes, it copes very well with spam :)

 

Zimbra's 'groups' are called Class of Service (COS for short) and allow you to set a variety of features and options that are available to users in that COS.

  • Thanks 1
Posted
Yeah, something called Class of Services in Zimbra - my docs show how I set up a staff CoS and a student CoS, with different rules (like staff get 1GB where as students get 40mb).

 

As for web content filtering, I think you need a different solution for that (if I'm on the same wave length as you). I wouldn't install a proxy server to the zimbra server as they are completely different jobs, but if you are using VM's why not make a new VM with Ubuntu and stick Squid proxy on there. I did that about 3 years ago for a whitelist, and it works really well (which I also have install docs for)

 

Like the idea of Squid - anything to keep costs down. I've not touched a nix box for a while so it may be worth myself installing that and trying it at home for my two boys as they are using the internet more and more now and I need better control. I can then transfer what I pick up on that to the school - [ if I am still here, so desporate to get out it's untrue ]

Posted
For proxying, I can recommend IPCop as a self-contained installable distro, with the Advproxy and URLFilter addons. We've been using it on the same desktop-grade box since 2005 - rock solid and just works.

 

How do you have that setup @webman? Do you use a green & red interface? How are those interfaces configured?

Posted
Yes, green and red only. Green is our LAN, and the Red is a mini-DMZ comprised of the Magicbox (ISP router, for those not in Durham LEA) and legacy video conferencing equipment.
Posted
For proxying, I can recommend IPCop as a self-contained installable distro, with the Advproxy and URLFilter addons. We've been using it on the same desktop-grade box since 2005 - rock solid and just works.

Do you have SSO/AD Auth working with this?

Posted
Yes, green and red only. Green is our LAN, and the Red is a mini-DMZ comprised of the Magicbox (ISP router, for those not in Durham LEA) and legacy video conferencing equipment.

 

Is this the only way to do this? ie green and red can't be in the same subnet right? or it wont work as a proxy with just a green will it?

Posted
Alis_Klar: Yes, totally transparent. Proxy is running on port 8080, and authentication configured as Windows. Domain/PDC/BDC are just the simple short format (no dots or IPs).
Posted
Is this the only way to do this? ie green and red can't be in the same subnet right? or it wont work as a proxy with just a green will it?

 

It definitely won't work with red and green on the same subnet, as it acts as a router/default gateway as well. As far as I know, it won't work with just a green interface.

Posted
It definitely won't work with red and green on the same subnet, as it acts as a router/default gateway as well. As far as I know, it won't work with just a green interface.

 

Shame - liked the look of it, but don't want to go messing with DMZ's and things

  • 3 weeks later...
Posted
ZIMBRA DOES SUCK!!! Took over Lycos mail, no spam filter lost dozens of saved messages, some with legal content I.E. Conformation #s, Order #s, correspondence with state agencies. POUNDED by SPAM! 161 the very first day. How could this possibly be considered better? FYI you can tell by the grammar that there must only be a P.O.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...