• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

type

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • how_to (56)
  • reference (56)
  • 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:

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
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
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
Spam Filter Rules: ForEach @reference
6 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
Attachment Processing Script @reference
5 Hits, Last modified: 3 years ago
ttachment ====GetRename==== function GetRename(type, attachmentName, MIMEtype, filterVariables) * type = MIME or UUENCODE * returns two values, the f... t is the new filename, the second is the new MIME type (eg 'text/plain', 'image/jpeg', etc) ====GetCont... ntDispositionLine(originalContentDispositionLine, type, attachmentName, rewriteSection, MIMEtype, filter
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
UserRuleConditionUpdate Replacement @mailapi
5 Hits, Last modified: 7 years ago
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== <action type="update" sid="id" tid="id"> or <action type="erro
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
Troubleshooting Tips @how_to
5 Hits, Last modified: 7 years ago
et client, go to ''Start -> Run'' in Windows, and type ''cmd'' and press OK In the command prompt window that appears, type: Telnet <address of VPOP3 computer> <port numb... P3 service (port 110) if VPOP3 is on 192.168.1.1, type: Telnet 192.168.1.1 110 The response should... > If this is the response you get then you can type USER <username> followed by PASS <password>
PostgreSQL server won't start due to damaged log files @how_to
5 Hits, Last modified: 7 years ago
-A md5</code> - When it prompts for a password, type in the password you want for the PostgreSQL super... different, make sure you remember what it is! - Type <code>copy data_old\postgresql.conf data</code><c... ssword for new role' and 'Enter it again' prompts type **vpop3pass**. At the 'Password:' prompt type **pgsqlpass** (or whatever password you defined in the st
UserRuleConditionUpdate Replacement @adminapi
5 Hits, Last modified: 7 years ago
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== <action type="update" sid="id" tid="id"> or <action type="erro
SMTP Server Lua Scripting @reference
4 Hits, Last modified: 3 weeks ago
ction * ContentType string - the main content type (eg 'text', 'image' etc) * ContentSubtype str... f the attachment * MIMEType string - the MIME type of the attachment * Size number - the size of the attachment * Type string - the type of attachment (MIME, UUE, BINHEX, MIMEUUE, MIMEBINHEX, TNEF) In <actions>, 'Delete'
Move the message store - alternative method @how_to
4 Hits, Last modified: 7 years ago
nd go to the VPOP3 directory (eg 'cd \vpop3') - Type ''pgsql\bin\psql -U postgres -p 5433 vpop3'' (for... ''). The default password here is 'pgsqlpass' - Type ''CREATE TABLESPACE vpop3ts OWNER vpop3 LOCATION... //(use the appropriate folder name here)// - Type ''ALTER DATABASE vpop3 SET TABLESPACE vpop3ts;'' ... data is all moved across to the new location) - Type ''\q'' to leave the psql command prompt - [[sta
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: 17 months ago
Error Handling Scripting @reference
4 Hits, Last modified: 19 months ago
German Webmail Language Page @how_to
4 Hits, Last modified: 7 years ago
French Webmail Language File @how_to
4 Hits, Last modified: 7 years ago
Sending mail through your Gmail account @how_to
4 Hits, Last modified: 7 years ago
POP3 Client Lua Scripting @reference
4 Hits, Last modified: 22 months ago
Spam Filter Rules: CopyBag @reference
4 Hits, Last modified: 7 years ago
Status @reference
4 Hits, Last modified: 7 years ago
Calendars on eM Client @how_to
4 Hits, Last modified: 7 years ago
Mappings @reference
3 Hits, Last modified: 7 years ago
Move VPOP3 Version 5 (or later) to a new PC @how_to
3 Hits, Last modified: 9 months ago
Allow Remote Access to VPOP3 Mailboxes @how_to
3 Hits, Last modified: 7 years ago
Spam Filter Rules: DNS @reference
3 Hits, Last modified: 7 years ago
Running database updates within a transaction @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: GetAddressType @reference
3 Hits, Last modified: 7 years ago
SMTPStats.SMTPClientFailures table @reference
3 Hits, Last modified: 7 years ago
Autoresponders - v3 and v4 @reference
3 Hits, Last modified: 7 years ago
Copy SMTP Rules - Database Query @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
Signature Script @reference
3 Hits, Last modified: 7 years ago
Message Rules @reference
3 Hits, Last modified: 7 years ago
Monitor Scripting @reference
3 Hits, Last modified: 6 years ago
Status Monitor (port 5109) protocol @reference
2 Hits, Last modified: 6 years ago
How To Move VPOP3 Version 2 to a New PC @how_to
2 Hits, Last modified: 6 years ago
Spam Filter Rules: DBQueryOne @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNS @reference
2 Hits, Last modified: 7 years ago
UserRuleConditions Replacement @mailapi
2 Hits, Last modified: 7 years ago
Access Restrictions Internal Format @reference
2 Hits, Last modified: 22 months ago
Archive Script @reference
2 Hits, Last modified: 2 years ago
SMTP Service - Filtering @reference
2 Hits, Last modified: 7 years ago
Mail Sender Advanced Settings @reference
2 Hits, Last modified: 7 years ago
UserRuleActions Replacement @adminapi
2 Hits, Last modified: 7 years ago
UserRuleActions Replacement @mailapi
2 Hits, Last modified: 7 years ago
How to install PostgreSQL to use another port @how_to
2 Hits, Last modified: 7 years ago
How to Install VPOP3 @how_to
2 Hits, Last modified: 4 years ago
Delete OutQueue messages directly from the database @how_to
2 Hits, Last modified: 7 years ago
Calendars @how_to
2 Hits, Last modified: 7 years ago
How to Backup VPOP3 @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
UserRuleConditions Replacement @adminapi
2 Hits, Last modified: 7 years ago
PostgreSQL Replication @how_to
2 Hits, Last modified: 6 years ago
ping_test @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
How to create an SSL Certificate @how_to
2 Hits, Last modified: 7 years ago
How to download VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Sent message summary @reference
1 Hits, Last modified: 7 years ago
Sending mail from different email addresses or domains @how_to
1 Hits, Last modified: 7 years ago
How to estimate Database Upgrade Time @how_to
1 Hits, Last modified: 7 years ago
Reset Message Folder Counts @reference
1 Hits, Last modified: 7 years ago
Spamfilter Quarantine Viewer @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
Mail Connectors -> Mail Senders @reference
1 Hits, Last modified: 7 years ago
Exchange 2007 @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
How to Forward Messages to an External Address @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 Open a Command Prompt @how_to
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
LogDB.Recipients table @reference
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
Autoresponder @reference
1 Hits, Last modified: 7 years ago
Using tables/grids @reference
1 Hits, Last modified: 7 years ago
Database query to view password change history @reference
1 Hits, Last modified: 7 years ago
Webmail Tabs @reference
1 Hits, Last modified: 7 years ago
What's new in version 5 webmail? @reference
1 Hits, Last modified: 7 years ago
LogDB.Sessions table @reference
1 Hits, Last modified: 7 years ago
Database query to list failed message sends @reference
1 Hits, Last modified: 7 years ago
Lists @reference
1 Hits, Last modified: 7 years ago
VPOP3DB Service doesn't exist @how_to
1 Hits, Last modified: 7 years ago
ISP needs SSL connection @how_to
1 Hits, Last modified: 7 years ago
UserRuleList Replacement @mailapi
1 Hits, Last modified: 7 years ago
ISP needs you to connect on port 587 @how_to
1 Hits, Last modified: 7 years ago
How to configure Mozilla Thunderbird @how_to
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 2007 @how_to
1 Hits, Last modified: 7 years ago
SMTP Relay Protection in VPOP3 @how_to
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
How to configure Outlook 2010 @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
SAVSERVICE.EXE runs at 90%+ and slows the computer down @how_to
1 Hits, Last modified: 7 years ago
Total Rebuild of Database @how_to
1 Hits, Last modified: 7 years ago
Spanish Webmail Language File @how_to
1 Hits, Last modified: 7 years ago
VPOP3 - SMTP Client Problem @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
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
Find biggest messages @reference
1 Hits, Last modified: 6 years ago
Seeing where a message came from @how_to
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
Database query to export LAN Forwarding rules @reference
1 Hits, Last modified: 7 years ago
Settings -> Attachment Processing @reference
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
Settings -> Diagnostics @reference
1 Hits, Last modified: 7 years ago
Delete list member from all lists @reference
1 Hits, Last modified: 7 years ago
Using IMAP4 with VPOP3 Enterprise @how_to
1 Hits, Last modified: 7 years ago
Bandwidth Control @reference
1 Hits, Last modified: 7 years ago
Installation conficts @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