• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • What is the VPOP3 Antivirus solution? • GDPR for VPOP3 self-hosted software • Socket Error 10503 - No More Data • Installation checklist • What are the limitations of the Home User licence • Exchange 2007 • Trying to perform administrative tasks without rights • Sending mail through your Gmail account • How to create a Mail Sender

type

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (71)
  • how_to (57)
  • adminapi (6)
  • mailapi (6)
  • faq (1)
  • tips (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Spam Filter Rules: GetAddressType

Fulltext results:

Spam Filter Rules: GetAddressType @reference
10 Hits, Last modified: 7 years ago
======Spam Filter Rules: GetAddressType====== ^Statement |GetAddressType | ^Version |2.4.6+ | ^Purpose |Analyses a specified email address and reports what 'type' of address it is | The **GetAddressType** statement requires an email address and variable name, in t
Attachment Processing Script @reference
10 Hits, Last modified: 3 years ago
e==== function NeedsRewrite(attachmentname, MIMEtype, filtervariables) Called when VPOP3 is about to ... ttachment ====GetRename==== function GetRename(type, attachmentName, MIMEtype, filterVariables) * type = MIME or UUENCODE * returns two values, the first is the new filename,
POP3 Client Lua Scripting @reference
9 Hits, Last modified: 24 months ago
AP style path to the message section * ContentType string - the main content type (eg 'text', 'image' etc) * ContentSubtype string - the content subtype (eg 'html', 'plain', 'gif', etc) * ContentTypeFilename string - the fi
SMTP Server Lua Scripting @reference
9 Hits, Last modified: 2 months ago
AP style path to the message section * ContentType string - the main content type (eg 'text', 'image' etc) * ContentSubtype string - the content subtype (eg 'html', 'plain', 'gif', etc) * ContentTypeFilename string - the fi
Spam Filter Rules: ForEach @reference
7 Hits, Last modified: 7 years ago
either two or three parameters (depending on the type of loop that is being conducted), in the format ForEach <loop type> <data> <loop variable name> On each pass throug... ts must be followed by an **EndFor** statement ^ Type ^ Description ^ Data ^ Version ^ ^Addr |Finds ea... as\\ ''<section number>:<IMAP4 section ID>:<MIME type>:<section size>:<number of lines>:<attachment nam
French Webmail Language File @how_to
6 Hits, Last modified: 7 years ago
settingsmarkreadtimer2=seconds v4settingspasswordtype=Password Type v4settingsoldpassword=Current Password v4settingsnewpassword=New Password v4settingsconfi... veshares=Apply v4closeshares=Apply & Close v4sharetype=Type v4sharename=Name v4sharepermissions=Rights v4sharepreset=Preset v4nogroup=<No group> v4addressbo
How to move messages between users @how_to
6 Hits, Last modified: 7 years ago
3 vpop3** (default password is **vpop3pass**) - Type **SELECT * FROM users.users;** - find the source ... all existing folders for the target user: - type **DELETE FROM messages.folders where userid=//<targetuser>//;** - type **UPDATE messages.folders SET userid=//<targetuse... he moved folders "moved_<original name>": - type **UPDATE messages.folders SET userid=//<targetuse
SMTPStats.SMTPClientFailures table @reference
6 Hits, Last modified: 7 years ago
ime - the date & time the event occurred * errortype - the type of event (see below) * errordetails - data relating to the type of event * ignore - if the event has been ignor... ss has been removed from the block list) ===ErrorType=== The ErrorType value indicates the type of SMTP
UserRuleUpdate Replacement @mailapi
6 Hits, Last modified: 7 years ago
s - inserted/deleted/updated * name * all * type This inserts/updates/deletes the specified messa... rn value is an 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 type="delete" sid="id" tid="id"> ==For updated== <act
UserRuleUpdate Replacement @adminapi
6 Hits, Last modified: 7 years ago
s - inserted/deleted/updated * name * all * type This inserts/updates/deletes the specified messa... rn value is an 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 type="delete" sid="id" tid="id"> ==For updated== <act
UserRuleActionUpdate Replacement @adminapi
6 Hits, Last modified: 7 years ago
ativeeditor_status - inserted/deleted/updated * type * data This inserts/updates/deletes the specif... rn value is an 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 type="delete" sid="id" tid="id"> ==For updated== <act
UserRuleActionUpdate Replacement @mailapi
6 Hits, Last modified: 7 years ago
ativeeditor_status - inserted/deleted/updated * type * data This inserts/updates/deletes the specif... rn value is an 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 type="delete" sid="id" tid="id"> ==For updated== <act
German Webmail Language Page @how_to
6 Hits, Last modified: 7 years ago
settingsmarkreadtimer2=seconds v4settingspasswordtype=Password Type v4settingsoldpassword=Current Password v4settingsnewpassword=New Password v4settingsconfi... veshares=Apply v4closeshares=Apply & Close v4sharetype=Type v4sharename=Name v4sharepermissions=Rights v4sharepreset=Preset v4nogroup=<No group> v4addressbo
Spam Filter Rules: DBInsert @reference
5 Hits, Last modified: 7 years ago
database | The **DBInsert** statement requires a type, component name, key and value, in the format DBInsert <type> <component name> <key> <value> * <type> may be either 'unique' or 'multi' * If <type> is 'unique', then the record will only be created if t
Spam Filter Rules: AddBag @reference
5 Hits, Last modified: 7 years ago
necessary | The **AddBag** statement requires a type, bag name and value, in the format AddBag <type> <bag name> <value> *<type> may be either 'unique' or 'multi' *If <type> is 'unique', then 'value' will only be added to 'bag' i
Troubleshooting Tips @how_to
5 Hits, Last modified: 7 years ago
PostgreSQL server won't start due to damaged log files @how_to
5 Hits, Last modified: 7 years ago
UserRuleConditionUpdate Replacement @adminapi
5 Hits, Last modified: 7 years ago
UserRuleConditionUpdate Replacement @mailapi
5 Hits, Last modified: 7 years ago
Spam Filter Rules: CopyBag @reference
4 Hits, Last modified: 7 years ago
Move the message store - alternative method @how_to
4 Hits, Last modified: 7 years ago
Running database updates within a transaction @reference
4 Hits, Last modified: 7 years ago
VPOP3 Not Starting Properly @how_to
4 Hits, Last modified: 7 years ago
Move VPOP3 Version 3 or 4 to a new PC @how_to
4 Hits, Last modified: 6 years ago
Repairing corrupted database @how_to
4 Hits, Last modified: 18 months ago
Restore Deleted Calendars @how_to
4 Hits, Last modified: 3 years ago
Sending mail through your Gmail account @how_to
4 Hits, Last modified: 7 years ago
Signature Script @reference
4 Hits, Last modified: 7 years ago
Status @reference
4 Hits, Last modified: 7 years ago
LogDB.Recipients table @reference
4 Hits, Last modified: 7 years ago
LogDB.Sessions table @reference
4 Hits, Last modified: 7 years ago
Monitor Scripting @reference
4 Hits, Last modified: 6 years ago
Error Handling Scripting @reference
4 Hits, Last modified: 20 months ago
Calendars on eM Client @how_to
4 Hits, Last modified: 7 years ago
Copy SMTP Rules - Database Query @reference
3 Hits, Last modified: 7 years ago
Spanish Webmail Language File @how_to
3 Hits, Last modified: 7 years ago
Allow Remote Access to VPOP3 Mailboxes @how_to
3 Hits, Last modified: 7 years ago
Move VPOP3 Version 5 (or later) to a new PC @how_to
3 Hits, Last modified: 11 months ago
Message Rules @reference
3 Hits, Last modified: 7 years ago
Mappings @reference
3 Hits, Last modified: 7 years ago
Autoresponders - v3 and v4 @reference
3 Hits, Last modified: 7 years ago
Message Headers @reference
3 Hits, Last modified: 7 years ago
Archive Script @reference
3 Hits, Last modified: 2 years ago
Spam Filter Rules: DNS @reference
3 Hits, Last modified: 7 years ago
How to remove messages from the outbound queue @how_to
3 Hits, Last modified: 7 years ago
Access Restrictions Internal Format @reference
2 Hits, Last modified: 24 months ago
Bandwidth Control @reference
2 Hits, Last modified: 7 years ago
Mail Sender Advanced Settings @reference
2 Hits, Last modified: 7 years ago
How To Move VPOP3 Version 2 to a New PC @how_to
2 Hits, Last modified: 6 years ago
UserRuleActions Replacement @mailapi
2 Hits, Last modified: 7 years ago
Sent message summary @reference
2 Hits, Last modified: 7 years ago
LAN Forwarding Scripting @reference
2 Hits, Last modified: 9 months ago
UserRuleConditions Replacement @mailapi
2 Hits, Last modified: 7 years ago
UserRuleActions Replacement @adminapi
2 Hits, Last modified: 7 years ago
SMTP Service - Filtering @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNS @reference
2 Hits, Last modified: 7 years ago
UserRuleConditions Replacement @adminapi
2 Hits, Last modified: 7 years ago
How to Backup VPOP3 @how_to
2 Hits, Last modified: 7 years ago
Calendars @how_to
2 Hits, Last modified: 7 years ago
How to create an SSL Certificate @how_to
2 Hits, Last modified: 7 years ago
Delete OutQueue messages directly from the database @how_to
2 Hits, Last modified: 7 years ago
Don't download big messages during the working day using Download Rules @how_to
2 Hits, Last modified: 7 years ago
Spam Filter Rules @reference
2 Hits, Last modified: 3 years ago
Spam Filter Rules: ZipCount @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContentsFull @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContents @reference
2 Hits, Last modified: 7 years ago
Status Monitor (port 5109) protocol @reference
2 Hits, Last modified: 6 years ago
How to Install VPOP3 @how_to
2 Hits, Last modified: 4 years ago
How to install PostgreSQL to use another port @how_to
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DBQueryOne @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DBDeleteTime @reference
2 Hits, Last modified: 7 years ago
ping_test @how_to
2 Hits, Last modified: 7 years ago
PostgreSQL Replication @how_to
2 Hits, Last modified: 7 years ago
Redirect message for a user if a sender is a particular email address @how_to
2 Hits, Last modified: 7 years ago
Using tables/grids @reference
1 Hits, Last modified: 7 years ago
Lists @reference
1 Hits, Last modified: 7 years ago
LogDB.Messages table @reference
1 Hits, Last modified: 7 years ago
What's new in version 5 webmail? @reference
1 Hits, Last modified: 7 years ago
Webmail Tabs @reference
1 Hits, Last modified: 7 years ago
LogDB.SpamRules table @reference
1 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting @reference
1 Hits, Last modified: 7 years ago
Database query to view password change history @reference
1 Hits, Last modified: 7 years ago
Database query to make LAN Forwarding immediately attempt to dequeue all pending messages @reference
1 Hits, Last modified: 7 years ago
User Manager Script @reference
1 Hits, Last modified: 15 months ago
Mail Connectors -> Mail Senders @reference
1 Hits, Last modified: 7 years ago
Spamfilter Quarantine Viewer @reference
1 Hits, Last modified: 7 years ago
Autoresponder @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Comments @reference
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score if there are many links in the email @reference
1 Hits, Last modified: 7 years ago
Password Strength Checking Script @reference
1 Hits, Last modified: 7 years ago
Reset Message Folder Counts @reference
1 Hits, Last modified: 7 years ago
LogDB.Attachments table @reference
1 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another @reference
1 Hits, Last modified: 7 years ago
Database query to list messages in the LAN forwarding queue waiting to go to a specific server @reference
1 Hits, Last modified: 7 years ago
Exchange 2007 @how_to
1 Hits, Last modified: 7 years ago
How to configure Mozilla Thunderbird @how_to
1 Hits, Last modified: 7 years ago
ISP needs you to connect on port 587 @how_to
1 Hits, Last modified: 7 years ago
ISP needs SSL connection @how_to
1 Hits, Last modified: 7 years ago
Setting up an iPhone/iPad/iPod Touch @how_to
1 Hits, Last modified: 7 years ago
Installation conficts @how_to
1 Hits, Last modified: 7 years ago
Using IMAP4 with VPOP3 Enterprise @how_to
1 Hits, Last modified: 7 years ago
Configuring iCal on Mac OSX to connect to VPOP3's CalDAV service @how_to
1 Hits, Last modified: 7 years ago
How to Forward Messages to an External Address @how_to
1 Hits, Last modified: 7 years ago
Find the IP address of the VPOP3 Computer @how_to
1 Hits, Last modified: 7 years ago
Setting up VPOP3 to work with Exchange 2003 @how_to
1 Hits, Last modified: 7 years ago
How to configure Outlook 2007 @how_to
1 Hits, Last modified: 7 years ago
How to estimate Database Upgrade Time @how_to
1 Hits, Last modified: 7 years ago
How to download VPOP3 @how_to
1 Hits, Last modified: 7 years ago
How to Open a Command Prompt @how_to
1 Hits, Last modified: 7 years ago
How to automatically forward spam to the PSCS spamtrap @how_to
1 Hits, Last modified: 7 years ago
Alternative method of automatically starting VPOP3 @how_to
1 Hits, Last modified: 7 years ago
How to Access VPOP3's WebMail @how_to
1 Hits, Last modified: 7 years ago
Socket Error 10048 - Specified Address Already in Use @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
What is PostgreSQL? @faq
1 Hits, Last modified: 7 years ago
UserRuleList Replacement @adminapi
1 Hits, Last modified: 7 years ago
How to configure Outlook 2003 @how_to
1 Hits, Last modified: 7 years ago
How to configure Outlook 2010 @how_to
1 Hits, Last modified: 7 years ago
Database query to list failed message sends @reference
1 Hits, Last modified: 7 years ago
Calendar.Events table @reference
1 Hits, Last modified: 7 years ago
Database query to list ALL messages in the LAN forwarding queue @reference
1 Hits, Last modified: 7 years ago
Import Users From File @reference
1 Hits, Last modified: 7 years ago
Database query to get all lists and members @reference
1 Hits, Last modified: 7 years ago
Find a message @reference
1 Hits, Last modified: 7 years ago
Database query to find forwards/assistants etc in user settings @reference
1 Hits, Last modified: 7 years ago
Find biggest messages @reference
1 Hits, Last modified: 6 years ago
Database query to export LAN Forwarding rules @reference
1 Hits, Last modified: 7 years ago
Settings -> Diagnostics @reference
1 Hits, Last modified: 7 years ago
Delete list member from all lists @reference
1 Hits, Last modified: 7 years ago
Calendar.Calendars table @reference
1 Hits, Last modified: 7 years ago
SAVSERVICE.EXE runs at 90%+ and slows the computer down @how_to
1 Hits, Last modified: 7 years ago
Settings -> Attachment Processing @reference
1 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another @reference
1 Hits, Last modified: 7 years ago
UserRuleList Replacement @mailapi
1 Hits, Last modified: 7 years ago
VPOP3DB Service doesn't exist @how_to
1 Hits, Last modified: 7 years ago
SMTP Relay Protection in VPOP3 @how_to
1 Hits, Last modified: 7 years ago
How to move the VPOP3 Message Store to a new PC @how_to
1 Hits, Last modified: 7 years ago
Total Rebuild of Database @how_to
1 Hits, Last modified: 7 years ago
VPOP3 - SMTP Client Problem @how_to
1 Hits, Last modified: 7 years ago
Sending mail from different email addresses or domains @how_to
1 Hits, Last modified: 7 years ago
Seeing where a message came from @how_to
1 Hits, Last modified: 7 years ago
Tips & Tricks @tips
1 Hits, Last modified: 7 years ago

Page Tools

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