How to Move the SMTP Queue in Exchange 2007
作者:viviqiqi 日期:2009-09-23
Unlike previous versions of Exchange, all SMTP queue activity in Exchange Server 2007 happens in a new ESE database.
By default, this database (and its logs) exists in the C:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Queue folder. You may wish to move this database and its logs to a seperate physical volume for better performance. Here's how to do this:
To Change the Database Path:
1. Open the EdgeTransport.exe.config file in the C:\Program Files\Microsoft\Exchange Server\Bin folder using Notepad
2. Edit the value of the line containing add key="QueueDatabasePath" to reflect the new path. For example:
To Change the Database Logs Path:
3. Edit the value of the line containing add key="QueueDatabaseLoggingPath" to reflect the new path. For example:
4. Save the file and restart the Microsoft Exchange Transport service
By default, this database (and its logs) exists in the C:\Program Files\Microsoft\Exchange Server\TransportRoles\data\Queue folder. You may wish to move this database and its logs to a seperate physical volume for better performance. Here's how to do this:
To Change the Database Path:
1. Open the EdgeTransport.exe.config file in the C:\Program Files\Microsoft\Exchange Server\Bin folder using Notepad
2. Edit the value of the line containing add key="QueueDatabasePath" to reflect the new path. For example:
复制内容到剪贴板
程序代码
程序代码add key="QueueDatabasePath" value="D:\QueueDB"
To Change the Database Logs Path:
3. Edit the value of the line containing add key="QueueDatabaseLoggingPath" to reflect the new path. For example:
复制内容到剪贴板
程序代码
程序代码add key="QueueDatabaseLoggingPath" value="D:\QueueLogs"
4. Save the file and restart the Microsoft Exchange Transport service
评论: 0 | 引用: 0 | 查看次数: 659
发表评论
上一篇
下一篇


文章来自:
Tags:
相关日志:
Name:斑马YY
Name:小强





