
Originally Posted by
mmorse
When LMTP receives the same message for the same user twice in a short period of time, it drops the second copy
...
it's possible to disable this by setting zimbraMessageIdDedupeCacheSize to 0 in the global LDAP config.
Code:
zmprov gcf zimbraMessageIdDedupeCacheSize
3000
zmprov mcf zimbraMessageIdDedupeCacheSize 0
zmprov gcf zimbraMessageIdDedupeCacheSize
0
NOTE: Even after flushing the config cache (zmprov fc config), the change was not reflected. It appears a restart is necessary for the change to take affect.
See also: Flushing LDAP Cache