This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
reference:message_archive [2009/09/21 12:32] – created paul | reference:message_archive [2018/11/14 10:45] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
======Message Archive====== | ======Message Archive====== | ||
The **Message Archive** facility is for VPOP3 to store copies of all messages sent or received. It stores the messages in a central archive store which can be searched by an administrator. | The **Message Archive** facility is for VPOP3 to store copies of all messages sent or received. It stores the messages in a central archive store which can be searched by an administrator. | ||
- | The prime purpose of the archive facility is for recording messages in case of possible disputes, as you can see what was sent/ | + | The prime purpose of the archive facility is for recording messages in case of possible disputes, as you can see what was sent/ |
- | =====Offline Tab===== | + | |
- | The **Offline** tab lets you tell VPOP3 to move old archived messages to an alternative store, such as CD/DVD or external drive etc. VPOP3 will create a ZIP file containing the old messages. The archive index will still remember the messages, and the name of the ZIP file they are contained in, so you will still be able to search for messages on date, sender, subject, etc, but not on the message content. | + | |
- | {{: | + | * [[Archive General|General Tab]] |
- | * The **Archive | + | * [[Archive |
- | * The **Archive | + | * [[Archive |
- | * You can choose how to limit the messages to be archived using the **Backup Messages Older Than** or **Backup Messages Before** options | + | * [[Archive Offline|Offline Tab]] |
- | * You can set the maximum backup size as well, depending on the target media where you will store the ZIP file. | + | |
- | Note that the ZIP file will contain messages starting from the oldest archived message until the **Maximum Backup Size** //or// the **Backup Messages Older Than**/ | + | |
- | Once you press **Start Backup** VPOP3 will start creating the ZIP file, and you cannot create another ZIP file until the first one has been completed, or VPOP3 is stopped. | + | =====Enabling Message Archiving===== |
- | The archive creation can take a long time if the target file is large, because VPOP3 needs to create it in sections. The target size is after compression, | + | To enable message archiving, simply go to **Settings -> Message Archive** |
- | For possible error messages | + | =====Technical info on archiving===== |
+ | When messages | ||
- | {{tag> | + | Later, a background thread will detect the P*.DAT files and read them, insert the data into the searchable index database, and move the file to a subfolder of the **Main Archive Store** folder (which may be VPOP3\_archive, |
+ | |||
+ | If the index database is lost or corrupted somehow, then you can force VPOP3 to reindex the messages by moving the files from the **Main Archive Store** subfolders into the VPOP3\_archive folder (not subfolders) and renaming them to **P< | ||
+ | C: | ||
+ | CD \VPOP3\_archive | ||
+ | FOR /D %i IN (*) DO MOVE %i\A*.DAT . | ||
+ | REN A*.DAT P*.DAT | ||
+ | |||
+ | If your VPOP3 is not installed in the C:\VPOP3 folder, then you will need to change the first two commands as appropriate | ||
+ | |||
+ | (make sure you have a backup first) | ||
+ | |||
+ | {{tag> |