This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
reference:message_archive [2010/07/12 11:01] – paul | reference:message_archive [2018/11/14 10:45] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
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/ | ||
+ | |||
+ | * [[Archive General|General Tab]] | ||
+ | * [[Archive Search|Search Tab]] | ||
+ | * [[Archive Search Results|Results Tab]] | ||
+ | * [[Archive Offline|Offline Tab]] | ||
=====Enabling Message Archiving===== | =====Enabling Message Archiving===== | ||
Line 7: | Line 12: | ||
To enable message archiving, simply go to **Settings -> Message Archive** in the VPOP3 settings and check the **Archive Messages** box, then press **Submit** | To enable message archiving, simply go to **Settings -> Message Archive** in the VPOP3 settings and check the **Archive Messages** box, then press **Submit** | ||
- | You can set the message archive store to any directory accessible by the VPOP3 service. Enter the path in the **Main Archive Store Directory** box. Note that you cannot use mapped drives. To use a remote share use the UNC naming convention - ie **\\server\share\path**. If VPOP3 cannot access this folder, it will queue archived messages locally until the remote path can be accessed. | + | =====Technical info on archiving===== |
- | + | When messages are sent/ | |
- | Also, note that the VPOP3 service needs to have access to any shared folders - the VPOP3 service may be running as a different user from the currently logged in user, so you need to check access permissions carefully if you are having problems. | + | |
- | + | ||
- | The **Don' | + | |
- | + | ||
- | + | ||
- | =====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 | + | |
- | {{: | + | Later, |
- | * The **Archive Backup Name** is the filename of the ZIP file which will be created - eg a setting of " | + | |
- | * The **Archive | + | |
- | | + | |
- | * 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 | + | |
- | 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. | + | 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 | ||
- | The archive creation can take a long time if the target file is large, because | + | If your VPOP3 is not installed in the C:\VPOP3 folder, then you will need to change the first two commands as appropriate |
- | For possible error messages during offline archive creation see: [[Offline archive error messages]] | + | (make sure you have a backup first) |
- | {{tag> | + | {{tag> |