Messages not being received

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
patrickwilson82
Advanced member
Advanced member
Posts: 134
Joined: Tue Mar 13, 2018 5:37 pm
ZCS/ZD Version: 8.8.15

Messages not being received

Post by patrickwilson82 »

It appears that we are having an issue where certain messages sent internally are not being received, even though there is no bounceback message. And when I run a zmmsgtrace it shows no indication that the message was bounced. There are no outlook rules set up, and the messages aren't showing in webmail. Any suggestions?
User avatar
ccelis5215
Outstanding Member
Outstanding Member
Posts: 632
Joined: Sat Sep 13, 2014 2:04 am
Location: Caracas - Venezuela
ZCS/ZD Version: 8.8.15.GA.3869.UBUNTU18.64 P12

Re: Messages not being received

Post by ccelis5215 »

Hi Patrick,

Maybe you have duplicate message ids https://wiki.zimbra.com/wiki/How_to_del ... licate_ids

ccelis
patrickwilson82
Advanced member
Advanced member
Posts: 134
Joined: Tue Mar 13, 2018 5:37 pm
ZCS/ZD Version: 8.8.15

Re: Messages not being received

Post by patrickwilson82 »

So if zimbraMessageIdDedupeCacheSize: 3000 is my current value, am I set to enable delivery of duplicate message id's or disable them?
User avatar
ccelis5215
Outstanding Member
Outstanding Member
Posts: 632
Joined: Sat Sep 13, 2014 2:04 am
Location: Caracas - Venezuela
ZCS/ZD Version: 8.8.15.GA.3869.UBUNTU18.64 P12

Re: Messages not being received

Post by ccelis5215 »

patrickwilson82 wrote:So if zimbraMessageIdDedupeCacheSize: 3000 is my current value, am I set to enable delivery of duplicate message id's or disable them?
You have to set to zero..

Code: Select all

zmprov mcf zimbraMessageIdDedupeCacheSize 0
zmmailboxdctl restart
ccelis
patrickwilson82
Advanced member
Advanced member
Posts: 134
Joined: Tue Mar 13, 2018 5:37 pm
ZCS/ZD Version: 8.8.15

Re: Messages not being received

Post by patrickwilson82 »

ccelis5215 wrote:
patrickwilson82 wrote:So if zimbraMessageIdDedupeCacheSize: 3000 is my current value, am I set to enable delivery of duplicate message id's or disable them?
You have to set to zero..

Code: Select all

zmprov mcf zimbraMessageIdDedupeCacheSize 0
zmmailboxdctl restart
ccelis
Thanks for the help! That fixed it for me!
Post Reply