Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Users

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-29-2006, 07:16 AM
Special Member
 
Posts: 123
Default Away message (out-of-office auto-reply)

Hi everybody,

I'm currently running ZCS 4 and I didn't find any information about a feature that is running on several other collaboration servers like Lotus Domino (even if on Domino this feature isn't so complete) :

when a user activate the away message (or out-of-office auto-reply), it would be great to add (optionnally) the start times/dates and stop times/dates between which this message is enabled.

More, it would be really useful to add an "out of office" event in the calendar during the dates set, or from the time the message was enable to the current time.

Other users then can be able to see unavailabilities from their planning when they create new appointments ...

Do I need to create a new request in the bugzilla DB ?
Reply With Quote
  #2 (permalink)  
Old 11-30-2006, 03:51 PM
Former Zimbran
 
Posts: 5,606
Default

I'm fairly postive that there is already a enhancement request for this. If there is, please feel free to vote for it.
Reply With Quote
  #3 (permalink)  
Old 12-01-2006, 07:30 AM
chh chh is offline
Advanced Member
 
Posts: 196
Default

There is a feature request here Bug 10071.
Reply With Quote
  #4 (permalink)  
Old 12-14-2011, 08:28 AM
Member
 
Posts: 13
Lightbulb Corporate out-of-office message

Hello everyone :-)

I have a small problem, and I hope you can help me (I hope I'm in the right thread).

Our office is giving us away holiday days for everyone for the Xmas-New Year week (Dec 26 - Jan 2), so we'll be closed during that week.

Is there any way to set a kinda "corporate" out-of-office message for all the users in the domain, for the aforemetioned week, without editing each account's away-message?

Thanks in advance, kindest regards
KMinamoto
Reply With Quote
  #5 (permalink)  
Old 12-15-2011, 12:09 PM
Advanced Member
 
Posts: 207
Default Add a script

Hi,

Yes you can.

script via zmprov using

zimbraPrefOutOfOfficeReply: Message you want
zimbraPrefOutOfOfficeReplyEnabled: TRUE

Based on Setting automatic Default Signature - Zimbra :: Wiki to get all accounts.

Code:
#!/bin/bash
 
  RUTA="/opt/zimbra/bin"
 
  # Check for run as zimbra user
  ID=`id -u -n`
  if [ x$ID != "xzimbra" ]; then
     echo "Please run as ZIMBRA user"
     echo "Exiting..."
     exit 1
  fi
 
  # Obtain all accounts
  accounts=`$RUTA/zmprov gaa`
  for ac in $accounts; do
     echo -ne "Checking account: $ac \t"
 
     echo -ne "Setting Out of Office message"
 
     # Set Out of Office Message for account $ca
     $RUTA/zmprov ma $ac zimbraPrefOutOfOfficeReplyEnabled TRUE zimbraPrefOutOfOfficeReply "Message you want"
 
  done
Be aware of exclude "system" accounts like admin, spam, ham, etc. This script doesn't.

Regards.

Last edited by ccelis5215; 12-15-2011 at 02:17 PM.. Reason: Sample script
Reply With Quote
  #6 (permalink)  
Old 01-31-2012, 01:46 AM
Active Member
 
Posts: 37
Default

how can you exclude system accounts?
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.