• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

id

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (77)
  • how_to (70)
  • adminapi (16)
  • mailapi (11)
  • faq (3)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • sidebar
  • SMTPIDSEvents Replacement
  • UserId Replacement
  • Error 1348 - The validation information class requested was invalid
  • Android - Stock Client
  • SMTP error 'Invalid HELO name'
  • Outlook/Windows Messaging reports "No transport provider is available"
  • quarantine_report_email_has_invalid_links
  • sending_different_users_mail_separately_using_mx_dns_overrides
  • UserId Replacement
  • Bandwidth Control
  • IDS Log Event Numbers
  • SMTP Server -> IDS/IPS
  • Tips & Tricks Suggestions
  • How to download & Install VPOP3
  • Move the VPOP3 Message Store to a New Folder/Drive - V5

Fulltext results:

Restore Deleted Calendars @how_to
41 Hits, Last modified: 3 years ago
abase = 'vpop3' def restoreEvents(oldConn, oldCalId, newConn, newCalId): curEvents = oldConn.cursor() curEvents.execute('SELECT scopestart, scopeend, c... date, filename, content, recurrence, objecttype, uid FROM calendar.events WHERE calid=%s', (oldCalId,)) for scopestart, scopeend, created, lastupdate, fi
Repairing corrupted database @how_to
29 Hits, Last modified: 17 months ago
t, so it should be done as soon as possible to avoid excessive data loss. If that is not possible, th... he error message will say something like: Invalid page header in block x in relation base/16385/512... c inner join pg_namespace n on (c.relnamespace=n.oid) where c.relfilenode=<filename>; In the above ... has been damaged. A similar problem is an "Invalid page header in block x" error. The same procedure
UserRuleConditionUpdate Replacement @mailapi
24 Hits, Last modified: 7 years ago
econditionupdate~ Required parameter: * RuleID * gr_id - condition ID * !nativeeditor_status - inserted/deleted/updated * matchi (1/0) * matchn (1/0) ... sage condition See [[UserRuleConditions]] for valid **match** & **field** values The return value is
UserRuleConditionUpdate Replacement @adminapi
24 Hits, Last modified: 7 years ago
date~ Required parameter: * Account * RuleID * gr_id - condition ID * !nativeeditor_status - inserted/deleted/updated * matchi (1/0) * matchn (1/0) ... sage condition See [[UserRuleConditions]] for valid **match** & **field** values The return value is
UserRuleActionUpdate Replacement @mailapi
23 Hits, Last modified: 7 years ago
ruleactionupdate~ Required parameter: * RuleId * gr_id - action ID * !nativeeditor_status - inserted/deleted/updated * type * data This inserts/updat... XML tag: ==For inserted== <action type="insert" sid="old id" tid="new id"> or <action type="error" si
UserRuleActionUpdate Replacement @adminapi
23 Hits, Last modified: 7 years ago
date~ Required parameter: * Account * RuleId * gr_id - action ID * !nativeeditor_status - inserted/deleted/updated * type * data This inserts/updat... XML tag: ==For inserted== <action type="insert" sid="old id" tid="new id"> or <action type="error" si
UserRuleUpdate Replacement @mailapi
22 Hits, Last modified: 7 years ago
~userruleupdate~ Required parameter: * gr_id - rule ID * !nativeeditor_status - inserted/deleted/updated * name * all * type This inserts... XML tag: ==For inserted== <action type="insert" sid="old id" tid="new id"> or <action type="error" sid="old id" tid="old id"> ==For deleted== <action ty
UserRuleUpdate Replacement @adminapi
22 Hits, Last modified: 7 years ago
pdate~ Required parameter: * Account * gr_id - rule ID * !nativeeditor_status - inserted/deleted/updated * name * all * type This inserts... XML tag: ==For inserted== <action type="insert" sid="old id" tid="new id"> or <action type="error" sid="old id" tid="old id"> ==For deleted== <action ty
Copy SMTP Rules - Database Query @reference
16 Hits, Last modified: 7 years ago
n CREATE OR REPLACE FUNCTION copysmtprules(fromid integer,toid integer) RETURNS integer AS $$ DECLARE rl RECORD; newruleid INTEGER; cnt INTEGER := 0; BEGIN FOR rl... N SELECT * FROM rules.smtprules WHERE service=fromid ORDER BY ruleid LOOP INSERT INTO rules.smtp
Performance Requirements @how_to
16 Hits, Last modified: 7 years ago
2 (or the number of striped disks you have in a RAID 0/10 array) then performance is probably being li... of around 75-100 IOPS. If you put these into a RAID 0 or RAID 10 array with a decent hardware RAID controller (not the cheap RAID controllers on desktop motherboar
Error Handling Scripting @reference
14 Hits, Last modified: 19 months ago
ecipient or sender ProcessMessage3(<component>, <id>, <type>, <severity>, <error>, <connect_error>, <title_id>, <title>, <template_id>, <message>, <target>, <sender>) * component - number indicating which com... the message (eg Mail Collector, Mail Sender) * id - number indicating the id of the component (eg w
Misc -> Advanced Tab @reference
11 Hits, Last modified: 7 years ago
VPOP3 will reply to the sender telling them it did not understand the message in these cases. If you... it has downloaded by remembering the UIDs (Unique ID) of the messages it has downloaded. If VPOP3 sees a UID which it has not seen before, then that message will be downloaded, and if it sees a UID which it has seen before, the message will be ign
How to move messages between users @how_to
11 Hits, Last modified: 7 years ago
- type **DELETE FROM messages.folders where userid=//<targetuser>//;** - type **UPDATE messages.folders SET userid=//<targetuser>// WHERE userid=//<sourceuser>//;** - If you want to move ALL folders from the source... ": - type **UPDATE messages.folders SET userid=//<targetuser>//, folder= 'moved_' || folder WHER
Installation checklist @how_to
10 Hits, Last modified: 7 years ago
* Make sure that VPOP3 is not installed on a RAID 5 or RAID 6 array. ===Make sure that VPOP3 is not installed on a RAID 5 or RAID 6 array=== Because VPOP3 uses a database for data storage, it will perform badly on a RAID
Autoresponder Global Scripting @reference
10 Hits, Last modified: 3 days ago
this is a table with the following fields: * ID - the numeric ID of the autoresponder * OwnerID - the numeric ID of the autoresponder's owner * Name - the name of the autoresponder * Text -
VPOP3 Deleting messages as 'old' messages @how_to
9 Hits, Last modified: 7 years ago
Mail Not Downloading From ISP @how_to
9 Hits, Last modified: 7 years ago
SMTP Server Lua Scripting @reference
8 Hits, Last modified: 3 weeks ago
Reset Message Folder Counts @reference
8 Hits, Last modified: 7 years ago
French Webmail Language File @how_to
7 Hits, Last modified: 7 years ago
How to make VPOP3 re-download POP3 messages from the ISP @how_to
7 Hits, Last modified: 7 years ago
AutoresponderConditionList Replacement @mailapi
7 Hits, Last modified: 7 years ago
Users.AutoresponderConditions table @reference
7 Hits, Last modified: 7 years ago
Making VPOP3 re-download POP3 messages from the ISP @how_to
6 Hits, Last modified: 7 years ago
Autoresponder Commands @reference
6 Hits, Last modified: 7 years ago
AutoresponderInfo Replacement @mailapi
6 Hits, Last modified: 7 years ago
German Webmail Language Page @how_to
6 Hits, Last modified: 7 years ago
Quarantine tab @reference
6 Hits, Last modified: 7 years ago
POP3 Mail Collection @reference
5 Hits, Last modified: 7 years ago
LAN Forwarding Scripting @reference
5 Hits, Last modified: 7 months ago
Import Users From File @reference
5 Hits, Last modified: 7 years ago
Spam Filter Rules: ForEach @reference
5 Hits, Last modified: 7 years ago
SMTPSPFWhitelist Replacement @adminapi
5 Hits, Last modified: 7 years ago
Using tables/grids @reference
4 Hits, Last modified: 7 years ago
Error message: Your connection has been blocked temporarily - Try again later @how_to
4 Hits, Last modified: 7 years ago
Lua SMTP Relay Control @reference
4 Hits, Last modified: 7 years ago
Using a Mobile Phone with VPOP3 @how_to
4 Hits, Last modified: 7 years ago
Autoresponder scripting @reference
4 Hits, Last modified: 3 days ago
Calendar.Calendars table @reference
4 Hits, Last modified: 7 years ago
Download Rules @reference
4 Hits, Last modified: 7 years ago
Find a message @reference
4 Hits, Last modified: 7 years ago
How to Install VPOP3 @how_to
4 Hits, Last modified: 4 years ago
Spanish Webmail Language File @how_to
4 Hits, Last modified: 7 years ago
Data stream contained NUL character @how_to
3 Hits, Last modified: 7 years ago
UserRuleActions Replacement @adminapi
3 Hits, Last modified: 7 years ago
LogDB.Recipients table @reference
3 Hits, Last modified: 7 years ago
UserRuleConditions Replacement @adminapi
3 Hits, Last modified: 7 years ago
Seeing where a message came from @how_to
3 Hits, Last modified: 7 years ago
Address Book tab @reference
3 Hits, Last modified: 7 years ago
UserRuleConditions Replacement @mailapi
3 Hits, Last modified: 7 years ago
UserId Replacement @adminapi
3 Hits, Last modified: 7 years ago
UserRuleActions Replacement @mailapi
3 Hits, Last modified: 7 years ago
VPOP3 Database Size @how_to
3 Hits, Last modified: 7 years ago
Mail tab @reference
3 Hits, Last modified: 7 years ago
VPOP3.PurgeMessage Lua function @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection @reference
3 Hits, Last modified: 7 years ago
Lua SMTP MX Control @reference
3 Hits, Last modified: 22 months ago
UserId Replacement @mailapi
3 Hits, Last modified: 7 years ago
Users.Autoresponders table @reference
3 Hits, Last modified: 7 years ago
LogDB.Messages table @reference
3 Hits, Last modified: 7 years ago
Android - Stock Client @how_to
3 Hits, Last modified: 7 years ago
Database query to list messages in the LAN forwarding queue waiting to go to a specific server @reference
3 Hits, Last modified: 7 years ago
What's new in version 5 webmail? @reference
3 Hits, Last modified: 7 years ago
Spamfilter White/Blacklists @reference
3 Hits, Last modified: 7 years ago
SMTP Reputation Stats @reference
3 Hits, Last modified: 7 years ago
VPOP3 - POP3 Client Problem @how_to
3 Hits, Last modified: 7 years ago
VPOP3.MarkMessageRead Lua function @reference
3 Hits, Last modified: 7 years ago
Running database updates within a transaction @reference
3 Hits, Last modified: 7 years ago
OutMsgRecipients Replacement @adminapi
3 Hits, Last modified: 7 years ago
Database query to list ALL messages in the LAN forwarding queue @reference
3 Hits, Last modified: 7 years ago
Bandwidth Control @reference
3 Hits, Last modified: 7 years ago
VPOP3.DeleteMessage Lua function @reference
3 Hits, Last modified: 7 years ago
SMTP error 'Invalid HELO name' @how_to
3 Hits, Last modified: 7 years ago
Calendars @how_to
2 Hits, Last modified: 7 years ago
LogDB.Attachments table @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipCount @reference
2 Hits, Last modified: 7 years ago
Find biggest messages @reference
2 Hits, Last modified: 6 years ago
ListServer Settings @reference
2 Hits, Last modified: 7 years ago
LDAP Schema in VPOP3 4.x @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContentsFull @reference
2 Hits, Last modified: 7 years ago
Calendar.Events table @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionMD5 @reference
2 Hits, Last modified: 7 years ago
UserRuleList Replacement @mailapi
2 Hits, Last modified: 7 years ago
Archive Script @reference
2 Hits, Last modified: 2 years ago
Spam Filter Rules: ZipContents @reference
2 Hits, Last modified: 7 years ago
How to filter attachments @how_to
2 Hits, Last modified: 7 years ago
loginaudit Database table @reference
2 Hits, Last modified: 22 months ago
Spamfilter Whitelist & Blacklist @how_to
2 Hits, Last modified: 7 years ago
Sender Domain Must Resolve @how_to
2 Hits, Last modified: 7 years ago
Error Messages @how_to
2 Hits, Last modified: 2 years ago
SMTPStats.SMTPClientFailures table @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Comments @reference
2 Hits, Last modified: 7 years ago
SMTP Service -> Advanced Tab @reference
2 Hits, Last modified: 7 years ago
Sent message summary @reference
2 Hits, Last modified: 7 years ago
-ERR Mailbox Locked error @how_to
2 Hits, Last modified: 7 years ago
Offline Archive Error Messages @reference
2 Hits, Last modified: 7 years ago
VPOP3 Status Monitor Problems @how_to
2 Hits, Last modified: 7 years ago
msgaudit Database table @reference
2 Hits, Last modified: 7 years ago
UserRuleList Replacement @adminapi
2 Hits, Last modified: 7 years ago
Settings -> Global Address Book @reference
2 Hits, Last modified: 7 years ago
Move VPOP3 Version 3 or 4 to a new PC @how_to
2 Hits, Last modified: 6 years ago
LogDB.Sessions table @reference
2 Hits, Last modified: 7 years ago
The message could not be loaded. Please return to the Quarantine page and try again @how_to
2 Hits, Last modified: 7 years ago
LogDB.SpamRules table @reference
2 Hits, Last modified: 7 years ago
Signing outgoing mail with DKIM @how_to
2 Hits, Last modified: 5 years ago
Spam Filter Rules: GetSectionEncoding @reference
2 Hits, Last modified: 7 years ago
Status @reference
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct @reference
1 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting @reference
1 Hits, Last modified: 7 years ago
VPOP3.UnHexString @reference
1 Hits, Last modified: 7 months ago
VPOP3.GetMessages Lua function @reference
1 Hits, Last modified: 7 years ago
VPOP3Net.GetHTTP @reference
1 Hits, Last modified: 4 years ago
Database query to list failed message sends @reference
1 Hits, Last modified: 7 years ago
Mappings @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: IfMatch @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetAddressType @reference
1 Hits, Last modified: 7 years ago
User Routing Script @reference
1 Hits, Last modified: 2 years ago
Lists @reference
1 Hits, Last modified: 7 years ago
Misc -> General Tab @reference
1 Hits, Last modified: 7 years ago
Route incoming POP3 mail by parsing message headers @reference
1 Hits, Last modified: 7 years ago
OutMsgAuth Replacement @adminapi
1 Hits, Last modified: 7 years ago
Database query to get all lists and members @reference
1 Hits, Last modified: 7 years ago
Socket Error 10047 - Addresses in the specified family cannot be used with this socket @how_to
1 Hits, Last modified: 7 years ago
Error Message Handling @how_to
1 Hits, Last modified: 7 years ago
-ERR Unknown User @how_to
1 Hits, Last modified: 7 years ago
-ERR Can't open the message file - it's gone! @how_to
1 Hits, Last modified: 7 years ago
Delete OutQueue messages directly from the database @how_to
1 Hits, Last modified: 7 years ago
Database Maintenance @how_to
1 Hits, Last modified: 7 years ago
Database & Disk Caching @how_to
1 Hits, Last modified: 7 years ago
How to Backup VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Alternative method of automatically starting VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Allow Remote Access to VPOP3 Mailboxes @how_to
1 Hits, Last modified: 7 years ago
Socket Error 11002 - Host not found (Non-Authoritative answer) @how_to
1 Hits, Last modified: 7 years ago
Socket Error 10049 - The specified address is not available from the local computer @how_to
1 Hits, Last modified: 7 years ago
Error 1348 - The validation information class requested was invalid @how_to
1 Hits, Last modified: 2 years ago
How to 'share' domains between Exchange and VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Error 1068 - the dependency service or group failed to start @how_to
1 Hits, Last modified: 7 years ago
550 5.7.1 Unable to Relay for... @how_to
1 Hits, Last modified: 7 years ago
550 5.7.1 Relaying not allowed! Bad sender IP address @how_to
1 Hits, Last modified: 7 years ago
535 Authentication Failed @how_to
1 Hits, Last modified: 7 years ago
What is PostgreSQL? @faq
1 Hits, Last modified: 7 years ago
Support Remote Access facility @faq
1 Hits, Last modified: 7 years ago
How long are old versions of VPOP3 supported @faq
1 Hits, Last modified: 7 years ago
UserQueueMessage Replacement @adminapi
1 Hits, Last modified: 7 years ago
UserNumber Replacement @adminapi
1 Hits, Last modified: 7 years ago
Admin Replacement Names @adminapi
1 Hits, Last modified: 7 years ago
OutMsgRetPath Replacement @adminapi
1 Hits, Last modified: 7 years ago
OutMsgIP Replacement @adminapi
1 Hits, Last modified: 7 years ago
Exceptions @how_to
1 Hits, Last modified: 7 years ago
Outlook/Windows Messaging reports "No transport provider is available" @how_to
1 Hits, Last modified: 7 years ago
DMARC Reporter Script @reference
1 Hits, Last modified: 19 months ago
Upgrading PostgreSQL Database Software @how_to
1 Hits, Last modified: 7 years ago
Database -> Restore Tab @reference
1 Hits, Last modified: 7 years ago
Batch file to end a database backup @reference
1 Hits, Last modified: 7 years ago
Settings -> Attachment Processing @reference
1 Hits, Last modified: 7 years ago
Attachment Extraction Scripting @reference
1 Hits, Last modified: 7 years ago
UserNumber Replacement @mailapi
1 Hits, Last modified: 7 years ago
Webmail Replacement Names @mailapi
1 Hits, Last modified: 7 years ago
OutMsgHold Replacement @adminapi
1 Hits, Last modified: 7 years ago
VPOP3 Server Access Not Allowed @how_to
1 Hits, Last modified: 7 years ago
VPOP3 re-downloading old messages from the ISP POP3 server @how_to
1 Hits, Last modified: 7 years ago
VPOP3 Historical Logger Backlog @how_to
1 Hits, Last modified: 7 years ago
VPOP3 cannot access PostgreSQL - timeout expired @how_to
1 Hits, Last modified: 7 years ago
Upgrading VPOP3 to version 8.x from v7 or earlier @how_to
1 Hits, Last modified: 5 years ago
Not Working As Expected @how_to
1 Hits, Last modified: 7 years ago
How To Upgrade VPOP3 to version 5 or later @how_to
1 Hits, Last modified: 6 years ago
Troubleshooting Tips @how_to
1 Hits, Last modified: 7 years ago
Transmission Receipt Message @how_to
1 Hits, Last modified: 7 years ago
Training the VPOP3 Spam Filter @how_to
1 Hits, Last modified: 7 years ago
VPOP3 - SMTP Client Problem @how_to
1 Hits, Last modified: 7 years ago
Restore a database backup @how_to
1 Hits, Last modified: 21 months ago
quarantine_report_email_has_invalid_links @how_to
1 Hits, Last modified: 7 years ago
Problems sending messages to spam@<your domain> @how_to
1 Hits, Last modified: 7 years ago
Problems sending mail via BT from your own domain @how_to
1 Hits, Last modified: 7 years ago
Problems accessing VPOP3 Settings @how_to
1 Hits, Last modified: 7 years ago
PostgreSQL Replication @how_to
1 Hits, Last modified: 6 years ago
How to Obtain Error Logs @how_to
1 Hits, Last modified: 7 years ago
Formatting Syntax @wiki
1 Hits, Last modified: 3 years ago

Page Tools

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