• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • LAN Forward Warning: 452 (4.3.1 Insufficient system resources) • Increase the spam score for subject marker

database

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@reference
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Database query to alter LAN Forwarding rules for one server to go to another
  • Database query to alter LAN Forwarding rules for one server to go to another
  • Batch file to end a database backup
  • Calendar database schema
  • Copy SMTP Rules - Database Query
  • Settings -> Database
  • Database -> Backups Tab
  • Database files used in VPOP3 2.x
  • Database -> Message Store Tab
  • Database -> Restore Tab
  • Database schema used in VPOP3 5.x
  • Users database schema
  • Database query to export LAN Forwarding rules
  • Database query to find forwards/assistants etc in user settings
  • Database query to get all lists and members
  • Database query to list ALL messages in the LAN forwarding queue
  • Database query to list failed message sends
  • Database query to list messages in the LAN forwarding queue waiting to go to a specific server
  • LogDB database schema
  • loginaudit Database table
  • Database query to make LAN Forwarding immediately attempt to dequeue all pending messages
  • msgaudit Database table
  • Running database updates within a transaction
  • SMTPStats database schema
  • Spamfilter database comparators
  • Useful Database Queries
  • Database query to view password change history

Fulltext results:

Database -> Restore Tab
14 Hits, Last modified: 7 years ago
======Database -> Restore Tab====== This tab is only in VPOP3 Enterprise (v5 and later), and is for performi... ng a partial (mailbox/mail folder) restore of the database. To do a full restore of the database, or for VPOP3 Basic/Standard, see the "[[how_to:restore_a_backup_of_v... en deleted within the last few days. To use this database restore facility, first you need to restore a dat
Database -> Backups Tab
11 Hits, Last modified: 7 years ago
======Database -> Backups Tab====== The **Backups** tab lets you specify how VPOP3 will make its daily backup of its database. We strongly recommend that you backup the database regularly in case of disk problems or file corruption.... backup feature, or manually backup the PostgreSQL database using the pg_dump command, or use another program
Running database updates within a transaction
10 Hits, Last modified: 7 years ago
======Running database updates within a transaction====== This is a trick which database experts use, because they have learned (often the hard way) that a simple mistype can trash a database... Before running any database query which can alter the database (UPDATE, DELETE, INSERT, DROP, CREATE, A
Settings -> Database
8 Hits, Last modified: 7 years ago
======Settings -> Database====== The **Settings -> Database** page lets you configure the use of the back-end database which VPOP3 uses for configuration data, message storage and other uses. =====Tabs===== * [[Database Backups|Backups]] * [[Database Query|Query]]
Database -> Message Store Tab
8 Hits, Last modified: 7 years ago
======Database -> Message Store Tab====== This tab says how VPOP3 handles its message store =====Message St... VPOP3 how quickly to import messages into the new database structure if it was upgraded from version 2.x or ... 2 message store and other messages are in the new database store. However, during this time, the database backups will not contain all your data, so you should [[how
Logging
7 Hits, Last modified: 7 years ago
o keep the data for before it is removed from the database. (Once it has been removed from the database it cannot be recovered, unless you have a database backup) =====Log Database Status===== The Log Database Status section contains information about the **His
Database schema used in VPOP3 5.x
6 Hits, Last modified: 7 years ago
======Database schema used in VPOP3 5.x====== Note that all information in this section is subject to change. We do not guarantee that the database schema will remain constant, even between minor u... information at your own risk. //Do not alter the database schema used by VPOP3 (including indexes, triggers... /release-8-3-15.html|8.3]] or later. The default database name used by VPOP3 is 'vpop3', the default userna
Reset Message Folder Counts
6 Hits, Last modified: 7 years ago
rare cases, the mail folder message counts in the database may get out of step with the actual stored messages. There are database triggers which will keep the counts in sync durin... rmal operation, but if you have to manipulate the database directly (eg to recover from a corrupted database) it is possible that they will get out of step. **Before
Database files used in VPOP3 2.x
5 Hits, Last modified: 7 years ago
======Database files used in VPOP3 2.x====== VPOP3 2.x usually uses SQLite 2.8.3 as its database engine. This stores databases in discrete *.db files in the VPOP3\_database directory on the server PC. We do not recommend t... nt/spam filter. Whilst VPOP3 is stopped, certain database files can be deleted if they are corrupt without
Database query to alter LAN Forwarding rules for one server to go to another
5 Hits, Last modified: 7 years ago
======Database query to alter LAN Forwarding rules for one server to go to another====== If a LAN forwardin... iated with the server host name instead) As this database query updates the database, be sure to take care doing it as you can damage your VPOP3 installation if you do it incorrectly. Make sure you have a database backup before performing the query. If you want
Database query to alter LAN Forwarding rules for one server to go to another
5 Hits, Last modified: 7 years ago
======Database query to alter LAN Forwarding rules for one server to go to another====== If a LAN forwardin... iated with the server host name instead) As this database query updates the database, be sure to take care doing it as you can damage your VPOP3 installation if you do it incorrectly. Make sure you have a database backup before performing the query. If you want
Lua Scripting
4 Hits, Last modified: 4 days ago
3 v6.7 and later, scripts are stored in the VPOP3 database, and are managed from the Settings -> Scripts pag... he VPOP3 directory, VPOP3 will import it into the database on first use. * [[Archive Script|Archive Scrip... bal Script|Autoresponder Global Scripting]] * [[Database Backup Script|Database Backup Scripting]] * [[DMARC Reporter Script|DMARC Reporter Scripting]] * [[Erro
LogDB database schema
3 Hits, Last modified: 7 years ago
======LogDB database schema====== The LogDB database schema contains historical logging information for reports etc. Entries are... reporting' section uses the data here. The LogDB database is only populated if the '[[logging#historical_lo
Calendar database schema
3 Hits, Last modified: 7 years ago
======Calendar database schema====== The Calendar database schema contains the data for the Calendar/CalDAV component of VPOP3. No... data is stored in iCalendar/.ics file format. The database just stores information for helping with selectiv
Batch file to end a database backup
3 Hits, Last modified: 7 years ago
======Batch file to end a database backup====== VPOP3 runs pg_dump.exe to perform the regular database backups. Ending this process through Task Manager will not end the back-end database processes creating the backup data. This batch fi
Spam Filter Rules: DBQueryOne
3 Hits, Last modified: 7 years ago
Useful Database Queries
3 Hits, Last modified: 4 years ago
Calendar.Events table
3 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBayesSpam
2 Hits, Last modified: 7 years ago
SMTPStats database schema
2 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBayesHam
2 Hits, Last modified: 7 years ago
Database query to make LAN Forwarding immediately attempt to dequeue all pending messages
2 Hits, Last modified: 7 years ago
msgaudit Database table
2 Hits, Last modified: 7 years ago
Spamfilter -> General
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBayesHam
2 Hits, Last modified: 7 years ago
Message Archive
2 Hits, Last modified: 7 years ago
Access Restrictions Internal Format
2 Hits, Last modified: 22 months ago
Database query to list messages in the LAN forwarding queue waiting to go to a specific server
2 Hits, Last modified: 7 years ago
VPOP3 Internals
2 Hits, Last modified: 22 months ago
Copy SMTP Rules - Database Query
2 Hits, Last modified: 7 years ago
Users database schema
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBayesSpam
2 Hits, Last modified: 7 years ago
User Advanced settings
2 Hits, Last modified: 7 years ago
Database query to find forwards/assistants etc in user settings
2 Hits, Last modified: 7 years ago
Database query to list ALL messages in the LAN forwarding queue
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DBDeleteTime
1 Hits, Last modified: 7 years ago
Useful other things
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBInsert
1 Hits, Last modified: 7 years ago
SMTP Reputation Stats
1 Hits, Last modified: 7 years ago
Prune Rules
1 Hits, Last modified: 7 years ago
Users.Users table
1 Hits, Last modified: 7 years ago
Database query to view password change history
1 Hits, Last modified: 7 years ago
VPOP3.GetSetting
1 Hits, Last modified: 7 years ago
Spamfilter database comparators
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Assignments
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBUpdate
1 Hits, Last modified: 7 years ago
VPOP3.PostgresQuery
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Variables
1 Hits, Last modified: 22 months ago
loginaudit Database table
1 Hits, Last modified: 22 months ago
Settings
1 Hits, Last modified: 7 years ago
Database query to list failed message sends
1 Hits, Last modified: 7 years ago
Calendar.Calendars table
1 Hits, Last modified: 7 years ago
Delete list member from all lists
1 Hits, Last modified: 7 years ago
Error Handling Scripting
1 Hits, Last modified: 19 months ago
Database query to export LAN Forwarding rules
1 Hits, Last modified: 7 years ago
Find biggest messages
1 Hits, Last modified: 6 years ago
Find a message
1 Hits, Last modified: 7 years ago
Database query to get all lists and members
1 Hits, Last modified: 7 years ago
Internal Data Formats
1 Hits, Last modified: 22 months ago
LDAP Schema in VPOP3 4.x
1 Hits, Last modified: 7 years ago
Lists
1 Hits, Last modified: 7 years ago
VPOP3 Reference
1 Hits, Last modified: 7 years ago
LogDB.Attachments table
1 Hits, Last modified: 7 years ago
LogDB.Messages table
1 Hits, Last modified: 7 years ago
LogDB.Recipients table
1 Hits, Last modified: 7 years ago
LogDB.Sessions table
1 Hits, Last modified: 7 years ago
LogDB.SpamRules table
1 Hits, Last modified: 7 years ago
SMTP Server Lua Scripting
1 Hits, Last modified: 3 weeks ago
Outgoing Message Scripting
1 Hits, Last modified: 15 months ago
Password Lengths
1 Hits, Last modified: 4 years ago
public
1 Hits, Last modified: 22 months ago
VPOP3.SetSetting
1 Hits, Last modified: 4 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki