Difference between revisions of "Out of office auto reply duration"
Line 5: | Line 5: | ||
<hr> | <hr> | ||
{{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}} | {{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|{{ZCS 8.5}}|}} | ||
− | |||
+ | ====Problem==== | ||
+ | Set frequency of out of office auto-reply sent | ||
− | |||
− | |||
====Solution==== | ====Solution==== | ||
− | + | By default, the out of office auto-reply message is sent to each recipient once in every 7 days. | |
+ | These email addresses are stored in a cache for a period of 7 days and no further auto-reply is sent to these addresses until 7 days.<br> | ||
This duration is configured in ''zimbraPrefOutOfOfficeCacheDuration'' attribute at COS and account level. | This duration is configured in ''zimbraPrefOutOfOfficeCacheDuration'' attribute at COS and account level. | ||
Line 25: | Line 25: | ||
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 | ||
− | + | ||
− | + | zimbraPrefOutOfOfficeCacheDuration 0 : This will send an auto reply to every sender repeatedly and not cache any email address.<br> | |
− | + | 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. | |
− | |||
− | |||
{| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" | {| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" |
Latest revision as of 14:27, 31 August 2018
Contents
Set OutOfOffice auto-reply duration
Problem
Set frequency of out of office auto-reply sent
Solution
By default, the out of office auto-reply message is sent to each recipient once in every 7 days.
These email addresses are stored in a cache 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 |