Skip to content

Instantly share code, notes, and snippets.

@lee-pai-long
Created January 20, 2016 14:24
Show Gist options
  • Save lee-pai-long/328071efc8f2bea63162 to your computer and use it in GitHub Desktop.
Save lee-pai-long/328071efc8f2bea63162 to your computer and use it in GitHub Desktop.

[ZIMBRA] Prevent loop on notification messages

Connect as zimbra user

$ su - zimbra

Check value of parameter zimbraAutoSubmittedNullReturnPath

$ zmprov gacf | grep 'zimbraAutoSubmittedNullReturnPath'

It should be FALSE :

zimbraAutoSubmittedNullReturnPath: FALSE

Change it to TRUE

$ zmprov mcf zimbraAutoSubmittedNullReturnPath TRUE

Check it again to make sure of the change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment