With exchange 2003 SP2, the database store in Exchange is increase to 75GB, this is not setup automatic.
You have to change something in the registry database.
To set the size of the private mail store
- Click Start, click Run, type regedit, and then click OK. Regedit starts.
- Browse to HKEY_LOCAL_MACHINE/ System/ CurrentControlSet/ Services/ MSExchangeIS/ ServerName, where ServerName is the name of your server that is running Windows SBS.
- To modify the private mail store size, right-click the Private-GUID folder, click New, and then click DWORD Value.
- Type Database Size Limit in GB, and then press ENTER.
- Right-click the new entry and then click Modify.
- In the Base field, click Decimal. In the Value data text box, type a number between 1 and 75. This is the new maximum size of your database in gigabytes.
- Click OK.
- Close Regedit.
Next you maybe want to get a warning when the database is almost at the limit, this can be setup this way:
To set the size of the buffer
- Click Start, click Run, type regedit, and then click OK. Regedit starts.
- Browse to HKEY_LOCAL_MACHINE/ System/ CurrentControlSet/ Services/ MSExchangeIS/ ServerName, where ServerName is the name of your server that is running Windows SBS.
- To set a buffer size for the private mail store, right-click the Private-GUID folder, click New, and then click DWORD Value.
- Type Database Size Buffer in Percentage, and press ENTER.
- Right-click the new value and then click Modify.
- In the Base field, click Decimal. In the Value data text box, type a number between 1 and 100. A value of 10, for example, results in warning events being logged when the database has 10 percent capacity remaining.
- Click OK.
- Close Regedit.