Quotas and Replication

We have three servers running, all with mail files on them. Each of the mail files replicate between each other, and does so smoothy and often.

However recently I came across something kind of weird. One of our people was having problems with his quota, and exceeding it. When I checked his quotas on one server, it said that he had a 600 meg limit on one of his quotas with the warning set at 100 megs, but on one of our other servers his quota was set at 20 megs with an 18 meg warning set.

Do quotas replicate along with mail files?

If so, are these mail replicas simply not talking to each other?

Subject: Quotas and Replication… found this, hope it helps

To make sure that replicas will be identical when users fail over, cluster replication ignores database size quotas by default. This makes cluster replication consistent with the router, which also ignores quotas by default. If you want cluster replication to obey database size quotas, follow these steps.From the Domino Administrator

  1. Click the Configuration tab.

  2. In the Task pane, expand Server, and then click Configurations.

  3. Do one of the following:

If a Configuration Settings document already exists for the server you want, select that document, and then click Edit Configuration.

If a Configuration Settings document does not already exist for the server you want, click Add Configuration, and add the name of the server in the “Group or Server name” field on the Basics tab.

  1. Click the NOTES.INI Settings tab.

  2. Click Set/Modify Parameters.

  3. In the Item field, select or enter CLREPL_OBEYS_QUOTAS.

  4. In the Value field, enter 1.

  5. Click Add, and then click OK.

  6. Click Save & Close.

Subject: RE: Quotas and Replication… found this, hope it helps

Okay Thanks alot. I’ll try that out.