This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| how_to:restore_folder_v3 [2012/12/18 11:41] – paul | how_to:restore_folder_v3 [2018/11/14 10:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======Restore a single user's mailbox or folder====== | + | ======Restore a single user's mailbox or folder in v3 or v4====== |
| - | =====Version 5 or later===== | + | |
| - | ====Recycle Bin==== | + | |
| - | If you have recently deleted messages by mistake, and want to undelete them, you can use the ' | + | |
| - | + | ||
| - | In the VPOP3 settings, go to Users, then double-click the user in question to edit their account. Go to the '' | + | |
| - | + | ||
| - | In the '' | + | |
| - | + | ||
| - | The VPOP3 recycle bin keeps messages for the time specified in Settings -> Database -> Message Store | + | |
| - | + | ||
| - | ====Partial Restore==== | + | |
| - | You can perform a partial restore of a database backup by going to Settings -> Database -> Restore | + | |
| - | + | ||
| - | First, you need to restore the backup into a PostgreSQL database. Do this using the pg_restore command. From a command-line in the VPOP3 directory, run | + | |
| - | + | ||
| - | pgsql\bin\createdb -U postgres -p 5433 -E SQL_ASCII -T template0 vpop3back | + | |
| - | pgsql\bin\pg_restore -U postgres -p 5433 -d vpop3back -v <backup file> | + | |
| - | + | ||
| - | (the password is ' | + | |
| - | + | ||
| - | This will restore the backup database to the ' | + | |
| - | + | ||
| - | Then, in the '' | + | |
| - | * Server: localhost | + | |
| - | * Username: postgres | + | |
| - | * Password: pgsqlpass | + | |
| - | * Database: vpop3back | + | |
| - | + | ||
| - | Choose the relevant username/ | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | =====Version 3 or 4===== | + | |
| To restore a single user's Mailbox or folder is currently only possible in VPOP3 Enterprise, and requires a second PC to act as a temporary VPOP3 server. | To restore a single user's Mailbox or folder is currently only possible in VPOP3 Enterprise, and requires a second PC to act as a temporary VPOP3 server. | ||