AAm@ilsoft.com
Copyright © 2002-, AAm@ilsoft Inc.
|
|
|
AA Mail Server FAQs Windows Mail Server :: Database Email Server for Windows SQL based Mail Server :: Webmail Server software
|
|
Database based Windows mail server software
| Easy-to-use and rich-function email server software
| UTF-8 Webmail server, email monitoring, etc...
|
|
|
AA Mail Server is an easy-to-use SQL based mail server software for Win2000/WinXP/Win2003. It is great for small to medium sized business to build their own mail servers. You can install and configure AA Mail Server very easy. When follows below detailed instructions for installation, you can make email service ready as quickly as within 1 minute.
|
| |
|
| | |
| |
|
|
|
|
How to Do when Database is so large?
c:\AAMailPro\dbs\sqlldapinfo.mdf
This database file is for "sqlldapinfo" database. It keeps all information of accounts and system logs. If it is very large, you can do followings to shrink it.
- Open SQL Server Enterprise Manager.
- Choose "sqlldapinfo" database as target and start a new query.
- Run "truncate table systemlog" statement, this will empty systemlog table.
- Select "Shrink database" task, select sqlldapinfo database and using Precise Shrink mode.
- Shrink it.
c:\AAMailPro\dbs\sqlmaildata.mdf
This database file is for "sqlmaildata" database. It keeps all information for deocoded mails, attachments and pop3 UIDs. If it is very large, you can do followings to shrink it.
- Open SQL Server Enterprise Manager.
- Choose "sqlmaildata" database as target.
- Select "Shrink database" task, select aamailpro database and using Precise Shrink mode.
- Shrink it.
c:\AAMailPro\dbs\sqlldapinfo.ldf
c:\AAMailPro\dbs\sqllmaildata.ldf
The above two files are log files for "sqlldapinfo" and "sqlmaildata" databases. They are managed by SQL Server. If the two files are very large, you can do followings to rebuild them. Let's take "c:\AAMailPro\dbs\sqlldapinfo.ldf" as an example.
- Open SQL Server Enterprise Manager.
- Detach "sqlldapinfo" database.
- Rename sqlldapinfo.ldf to sqlldapinfobackup.ldf in Windows Explorer.
- Attach c:\AAMailPro\dbs\sqlldapinfo.mdf.
- Note to remove the auto-added log file when attaching, we need SQL Server to create an empty log file.
- If sqlldapinfo is attached OK, delete sqlldapinfobackup.ldf.
|
|
|