Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
  #1 (permalink)  
Old 04-29-2007, 01:23 AM
technoteen technoteen is offline
Member
 
Join Date: Apr 2007
ZCS Version: Release 4.5.6_GA_1044.UBUNTU6 UBUNTU6 FOSS edition
Posts: 10
technoteen is on a distinguished road
Default Sending Adminstrative Alerts

Hello everyone,

i am testing zimbra to install it as a mail solution for my college. i have few questions:
1. How can i send administrative alerts to everyone:
can i send a single mail to all users through the administrative console?
2.can i put up a message somewhere on the webpages, so that is clearly visible to everyone?
3. we have to create domains for every department, so at the login page, can a drop down menu be placed, so that the user is not required to type his/her complete address.
4. can i create mailing lists to which only certain users can mail?
that is i create a list of all the students of a class and only the faculty is allowed to mail them
5. i have read abt the mass user addition script, but can i also add their details when using that script
6. currently we use qmail/courier-imap/vpopmail on RHEL 4, can i transfer existing mails and accounts?

hope to get my queries solved, the zimbra suite is an excellent application and i would like to implement it.
Reply With Quote
  #2 (permalink)  
Old 04-29-2007, 01:49 AM
dijichi2 dijichi2 is offline
OpenSource Buildmaster
 
Join Date: Nov 2005
Posts: 993
dijichi2 is on a distinguished road
Default

All of these questions are answered either on the main website, or here in the forums.
Reply With Quote
  #3 (permalink)  
Old 04-29-2007, 01:53 AM
technoteen technoteen is offline
Member
 
Join Date: Apr 2007
ZCS Version: Release 4.5.6_GA_1044.UBUNTU6 UBUNTU6 FOSS edition
Posts: 10
technoteen is on a distinguished road
Default

i tried searching on the forum as well as website, but could not get conclusive answers, so thought asking them would be a better idea
Reply With Quote
  #4 (permalink)  
Old 04-29-2007, 02:01 AM
Klug's Avatar
Klug Klug is offline
Moderator
 
Join Date: Mar 2006
Location: Beaucaire, France
ZCS Version: Several 4.5.x & 5.0.x (NE and OSS) on RedHat for HSP & customers
Posts: 1,313
Klug is on a distinguished road
Send a message via MSN to Klug Send a message via Skype™ to Klug
Default

1. You have to create a distribution list with everybody in

2. Not easily, you'll have to change the template/skin. You can develop a Zimlet showing a message too.

3. No drop down list possible (unless you develop what is needed). If you use the VirtualHost feature of Zimbra, using the correct URL to log in will allow your users not to type their full eMail address.

4. No with Zimbra, do a search in the forum, you'll find information on implementing mailman to handle the distribution lists (can be used for answer 1. too).

5. Yes

6. If you're not using the LDAP or mysql version of vpopmail, you're like me, ie stuck...
Reply With Quote
  #5 (permalink)  
Old 04-29-2007, 01:55 PM
technoteen technoteen is offline
Member
 
Join Date: Apr 2007
ZCS Version: Release 4.5.6_GA_1044.UBUNTU6 UBUNTU6 FOSS edition
Posts: 10
technoteen is on a distinguished road
Default

thanks a lot for the answers...

Quote:
Originally Posted by Klug View Post
1. You have to create a distribution list with everybody in
i thought that was the closest, just that the list will be required to updated everytime before sending the alerts, i will do that

Quote:
Originally Posted by Klug View Post
2. Not easily, you'll have to change the template/skin. You can develop a Zimlet showing a message too.
hacking the skin will require to hack it everytime zimbra is updates, but it seems ok
i think such a feature should be available

Quote:
Originally Posted by Klug View Post
3. No drop down list possible (unless you develop what is needed). If you use the VirtualHost feature of Zimbra, using the correct URL to log in will allow your users not to type their full eMail address.
can a single virtualhost do for all different domain??
for ex. mail.localhost.com will work for dn1.localhost.com,dn2.localhost.com, etc..

Quote:
Originally Posted by Klug View Post
4. No with Zimbra, do a search in the forum, you'll find information on implementing mailman to handle the distribution lists (can be used for answer 1. too).
this is not that serious requirement, i will try mailman though

Quote:
Originally Posted by Klug View Post
5. Yes
thanks

Quote:
Originally Posted by Klug View Post
6. If you're not using the LDAP or mysql version of vpopmail, you're like me, ie stuck...
yes i am using vpasswd based system for vpop , guess i will have to convert it to mysql first and then transfer the accounts
Reply With Quote
  #6 (permalink)  
Old 04-29-2007, 11:59 PM
Klug's Avatar
Klug Klug is offline
Moderator
 
Join Date: Mar 2006
Location: Beaucaire, France
ZCS Version: Several 4.5.x & 5.0.x (NE and OSS) on RedHat for HSP & customers
Posts: 1,313
Klug is on a distinguished road
Send a message via MSN to Klug Send a message via Skype™ to Klug
Default

Quote:
Originally Posted by technoteen View Post
can a single virtualhost do for all different domain?? for ex. mail.localhost.com will work for dn1.localhost.com,dn2.localhost.com, etc..
If you use single virtualhost, it's not virtualhosts anymore 8)
Check the Zimbra's virtualhost feature (in the admin UI and in the doc) to understand clearly how it works.

Quote:
Originally Posted by technoteen View Post
yes i am using vpasswd based system for vpop , guess i will have to convert it to mysql first and then transfer the accounts
Actually the main problem is about the passwords : if you don't know the users passwords in vpopmail, you can not read their mailbox (so impossible to imapsync them to Zimbra).
Unless you force a password change, then create their account in Zimbra with a forced password, imapsync the data and get Zimbra to ask for "password change on first use"...

mySQL (or LDAP) will help mainly on getting a "clean" (scriptable) users list and aliases list.

If you do it, please contribute to the wiki with an article on "vpopmail to Zimbra migration".
Reply With Quote
  #7 (permalink)  
Old 04-30-2007, 12:23 AM
technoteen technoteen is offline
Member
 
Join Date: Apr 2007
ZCS Version: Release 4.5.6_GA_1044.UBUNTU6 UBUNTU6 FOSS edition
Posts: 10
technoteen is on a distinguished road
Default

Quote:
Originally Posted by Klug View Post
If you use single virtualhost, it's not virtualhosts anymore 8)
Check the Zimbra's virtualhost feature (in the admin UI and in the doc) to understand clearly how it works.
i tried on a test machine, it worked for two domains, so that means it will work

Quote:
Originally Posted by Klug View Post
Actually the main problem is about the passwords : if you don't know the users passwords in vpopmail, you can not read their mailbox (so impossible to imapsync them to Zimbra).
Unless you force a password change, then create their account in Zimbra with a forced password, imapsync the data and get Zimbra to ask for "password change on first use"...

mySQL (or LDAP) will help mainly on getting a "clean" (scriptable) users list and aliases list.

If you do it, please contribute to the wiki with an article on "vpopmail to Zimbra migration".
in our implementation the passwords are available in vpasswd file, so they are available for imapsync, that means i should be able to do it, surely i will try and add it to wiki

LDAP based accounts is one of the main reasons to move to zimbra
Reply With Quote
  #8 (permalink)  
Old 04-30-2007, 12:26 AM
Klug's Avatar
Klug Klug is offline
Moderator
 
Join Date: Mar 2006
Location: Beaucaire, France
ZCS Version: Several 4.5.x & 5.0.x (NE and OSS) on RedHat for HSP & customers
Posts: 1,313
Klug is on a distinguished road
Send a message via MSN to Klug Send a message via Skype™ to Klug
Default

Quote:
Originally Posted by technoteen View Post
in our implementation the passwords are available in vpasswd file, so they are available for imapsync, that means i should be able to do it, surely i will try and add it to wiki
You have clear text passwords in your vpasswd files ?!
Reply With Quote
  #9 (permalink)  
Old 04-30-2007, 12:28 AM
technoteen technoteen is offline
Member
 
Join Date: Apr 2007
ZCS Version: Release 4.5.6_GA_1044.UBUNTU6 UBUNTU6 FOSS edition
Posts: 10
technoteen is on a distinguished road
Default

Quote:
Originally Posted by Klug View Post
You have clear text passwords in your vpasswd files ?!
ya thats the way the old administrator had implemented it, that why it needs to be changed


EDIT:
if you have asked, i will also like to mention that i dont like the "view mail" button in the zimbra admin console as well, it should not be there, or if its there, the user password must be reseted automatically, basically, the user should come to know somehow that his mailbox has been accessed.

different people view privacy differently, i think even if the administrator has all rights, that he can see any mail he wants, but the user should come to know when his privacy is breached, the guy before me thought otherwise, we had a good discussion over the topic

Last edited by technoteen : 04-30-2007 at 12:49 AM.
Reply With Quote
  #10 (permalink)  
Old 04-30-2007, 05:45 AM
flums flums is offline
Senior Member
 
Join Date: Mar 2007
Location: Oslo, Norway
ZCS Version: zcs-NETWORK-5.0.2_GA_1976.RHEL4
Posts: 71
flums is on a distinguished road
Default

I agree on this last one. At least, you should have the possebility to let the user know this so you can deside this self.

Will this be posseble?
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sending mail to china (!) fails with SMTP 551 error... tommy Administrators 3 07-19-2007 02:00 AM
sending zimbra alerts via jabber boblin Administrators 5 06-25-2007 06:34 AM
Scheduled Sending Costa-101 Developers 2 05-27-2007 02:04 PM
Problem sending and Receiving mail geroshea Installation 3 03-06-2006 09:16 AM
Error when sending mail cwallace Installation 3 10-16-2005 08:55 AM


freshmeat.net sourceforge.net The best Java IDE



 

Search Engine Optimization by vBSEO 3.0.0