Difference between revisions of "Out of office auto reply duration"
Line 2: | Line 2: | ||
__FORCETOC__ | __FORCETOC__ | ||
<div class="col-md-12 ibox-content"> | <div class="col-md-12 ibox-content"> | ||
− | =Set OutOfOffice auto-reply duration= | + | =Set OutOfOffice auto-reply duration= |
− | {{KB|{{ZC}}||||}} | + | <hr> |
− | {{WIP}} | + | {{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}} |
+ | {{WIP}} | ||
+ | |||
====Problem==== | ====Problem==== | ||
Can out of office auto-reply duration be changed? | Can out of office auto-reply duration be changed? | ||
− | |||
====Solution==== | ====Solution==== | ||
Line 17: | Line 18: | ||
Below are few examples to change the duration of auto-reply : | Below are few examples to change the duration of auto-reply : | ||
− | + | =====Set on COS Level:===== | |
zmprov mc COSname zimbraPrefOutOfOfficeCacheDuration 0 | zmprov mc COSname zimbraPrefOutOfOfficeCacheDuration 0 | ||
zmprov mc COSname2 zimbraPrefOutOfOfficeCacheDuration 1d | zmprov mc COSname2 zimbraPrefOutOfOfficeCacheDuration 1d | ||
− | + | =====Set on Account Level:===== | |
− | |||
zmprov ma user@domain.com zimbraPrefOutOfOfficeCacheDuration 0 | zmprov ma user@domain.com zimbraPrefOutOfOfficeCacheDuration 0 | ||
zmprov ma user2@domain.com zimbraPrefOutOfOfficeCacheDuration 1d | zmprov ma user2@domain.com zimbraPrefOutOfOfficeCacheDuration 1d | ||
+ | <code>zimbraPrefOutOfOfficeCacheDuration 0</code> : This will send an auto reply to every sender repeatedly and not cache any email address.<br> | ||
+ | <code>zimbraPrefOutOfOfficeCacheDuration 1d</code> : This will send an auto reply to the sender after a day only and avoid multiple auto replies for a day, you can adjust the value to xd (x days) according to your need. | ||
− | |||
− | |||
− | |||
− | + | {| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" | |
+ | |'''Submitted by''': Aarti Shah | ||
+ | |} | ||
− | + | {{Article Footer|ZCS 8.8, 8.7, 8.6, 8.5|2017-08-23}} |
Revision as of 16:26, 17 August 2018
Contents
Set OutOfOffice auto-reply duration
Problem
Can out of office auto-reply duration be changed?
Solution
The default duration of Out of office auto-reply message is 7 days i.e. the email addresses to whom Out of office auto-reply has been sent already will be cached for a period of 7 days and no further auto-reply is sent to these addresses until 7 days.
This duration is configured in zimbraPrefOutOfOfficeCacheDuration attribute at COS and account level.
Below are few examples to change the duration of auto-reply :
Set on COS Level:
zmprov mc COSname zimbraPrefOutOfOfficeCacheDuration 0 zmprov mc COSname2 zimbraPrefOutOfOfficeCacheDuration 1d
Set on Account Level:
zmprov ma user@domain.com zimbraPrefOutOfOfficeCacheDuration 0 zmprov ma user2@domain.com zimbraPrefOutOfOfficeCacheDuration 1d
zimbraPrefOutOfOfficeCacheDuration 0
: This will send an auto reply to every sender repeatedly and not cache any email address.
zimbraPrefOutOfOfficeCacheDuration 1d
: This will send an auto reply to the sender after a day only and avoid multiple auto replies for a day, you can adjust the value to xd (x days) according to your need.
Submitted by: Aarti Shah |