• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • UserId Replacement • "How To" Articles • Move VPOP3 Version 3 or 4 to a new PC • Not Working As Expected • Spamfilter Whitelist & Blacklist • Socket Error 10054 - The virtual circuit was reset by the remote end • How To Setup VPOP3 Service Security • Webmail Tabs • SMTP Server -> IDS/IPS • Move VPOP3 Version 5 (or later) to a new PC

contain

Search

You can find the results of your search below.

Starts with
  • 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

Fulltext results:

SMTP Server Lua Scripting
22 Hits, Last modified: 4 weeks ago
* function if desired: * **RBLServers** - table containing a list of RBL servers to query * **RBLWhitelist** - table containing a list of white-listed servers (wildcards are ... o there is a table called **RBLResultInfo** which contains the raw result information in the form of a tabl... ion will be used. The text string returned should contain the SMTP result code - VPOP3 will terminate the c
Autoresponder Global Scripting
7 Hits, Last modified: 9 days ago
sponder.lua' script in Settings → Scripts It can contain two function hooks. For each of these, there are ... be appended to the autoresponse * To - table containing the email addresses the autoresponse should go... riginal message sender) * Attachments - table containing the names of the attachments for the autoresponse * CopyTo - table containing email addresses the original message should be
User Delivery Script
7 Hits, Last modified: 7 years ago
Lua script will be used instead. The script can contain two functions "PreDeliver" and "DeliverMessage". ... ameters, but will have access to global variables containing information about the message and can modify g... der * Filename - the temporary name of the file containing the message to be delivered * MessageSize - ... livered as flagged/starred * Keywords - a table containing a list of keywords to be associated with the m
Database files used in VPOP3 2.x
6 Hits, Last modified: 7 years ago
support request you to. * **logdb.db** - this contains historical logging information for reports. It c... al Logging' section. * **spamfilter.db** - this contains statistical information for the Bayesian filter ... of the VPOP3 spam filter * **msgids.db** - this contains summary information on the last few days' worth ... or duplicate detection * **archive*.db** - this contains index information for the message archive facili
Spam Filter Rules
6 Hits, Last modified: 2 years ago
spam-filtering of email messages. This reference contains a definition of the spam filtering script langua... t. For instance, the default spamrules.txt file contains the statements <code> include spamrules_initiali... her files * **spamrules_initialise.txt** - this contains the initialisation of some variables which must ... the script * **spamrules_localmail.txt** - this contains some standard rules to process messages sent by
Lua SMTP MX Control
6 Hits, Last modified: 23 months ago
me - the filename on disk * Actions - An object containing the values: **ForceLastTry**, **SkipSend**, **... sender/return path value * Recipients - A table containing a list of recipients * HeaderData - The head... return the Actions parameter. The Actions object contain four values: * ForceLastTry - if this is true, ... s, HeaderLines, Actions)** The Parameters object contains details of the message being sent: * authsende
Settings -> Attachment Processing
6 Hits, Last modified: 7 years ago
o perform two distinct functions on messages that contain attachments: * [[#Filtering|Filtering]] * [[#... actual filename extension. //**Note**: GUIDs only contain hexadecimal characters (numbers 0-9 and letters A... ip file. **Note**: VPOP3 would not look for files contained within Zip files that are themselves contained within another Zip file.// * **Block password protected
Send Admin Message
6 Hits, Last modified: 7 years ago
g. **{username}** will ensure each user's message contains their own username). * **{username}** * **{... certain global variables set: * **Username** - contains the username of the user currently being processed * **MessageCount** - contains the number of messages in the user's inbox * **MailboxSize** - contains the size of the user's whole mailbox (in bytes)
Lua SMTP Relay Control
5 Hits, Last modified: 7 years ago
f the ISP gives a multi-line response, this value contains the full response, not just one line of it * L... P The function optionally returns a string which contains the new full response. This must start with a nu... me - the filename on disk * Actions - An object containing the values: **SkipSend**, **Reason**, **Priori... sender/return path value * Recipients - A table containing a list of recipients * HeaderData - The head
Mail tab
5 Hits, Last modified: 7 years ago
ucture===== ====Mail toolbar==== The Mail toolbar contains the following buttons: * **New Message** -> La... folder messages==== The top-right panel is a grid containing fields: **From**, **Subject**, **Date**, read,... panel displays the currently selected message. It contains a header bar, which provides the most commonly r... - Read 'circle' icon - The fourth grid column contains a blue circle that is filled blue for unread mes
Message Archive -> Offline Tab
5 Hits, Last modified: 7 years ago
external drive etc. VPOP3 will create a ZIP file containing the old messages. The archive index will still... e messages, and the name of the ZIP file they are contained in, so you will still be able to search for mes... l store the ZIP file. Note that the ZIP file will contain messages starting from the oldest archived messag... of 50MB, then VPOP3 will only create one ZIP file containing the oldest messages, which are at least 30 day
VPOP3Net.GetHTTP
5 Hits, Last modified: 4 years ago
//%% The function returns two values - a table containing the result of the GET * Host - the hostnam... * File - the filename * Headers - a table containing the response headers * Body - a table containing the response body (one line per table row) * ErrorInfo - a string containing error information * HTTPResult - a string
Spam Filter Rules: ForEach
5 Hits, Last modified: 7 years ago
ach pass through the loop, the loop variable will contain the current value of the data found. All **ForEa... ion ^ Data ^ Version ^ ^Addr |Finds each address contained in the specified header line of the message |He... message |::: |2.1.7+ | ^Tag |Finds each HTML tag contained in the message |::: |2.1.9+ | ^URL |Finds each URL contained in the message |::: |2.1.7+ | =====Examples==
Calendar.Events table
4 Hits, Last modified: 7 years ago
.Events table====== The [[Calendar]].Events table contains a record of all the events in calendars managed ... hich [[calendar_calendar|calendar]] this event is contained within * scopestart - this is a timestamp whi... me' used within CalDAV * content - this is text containing the iCalendar event (VEVENT) description * r... (false) Note that the database does not directly contain most of the data about the event, such as descrip
Spam Filter Rules: ZipContents
4 Hits, Last modified: 7 years ago
|Enables the script to obtain the list of files contained in a ZIP attachment | The **ZipContents** stat... r> <bag name> * If the message section doesn't contain a ZIP attachment, then the bag will be empty after this statement * If the message section does contain a ZIP attachment, then the bag will contain a list of the ZIP file contents in the format: ''filename<tab>
Spam Filter Rules: ZipContentsFull
4 Hits, Last modified: 7 years ago
Autoresponder Commands
4 Hits, Last modified: 7 years ago
Spamrules example - increase spam score if there are many links in the email
3 Hits, Last modified: 7 years ago
LogDB.Attachments table
3 Hits, Last modified: 7 years ago
SMTPStats.SMTPClientFailures table
3 Hits, Last modified: 7 years ago
SMTP Service -> Advanced Tab
3 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBag
3 Hits, Last modified: 7 years ago
Quarantine tab
3 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipCount
3 Hits, Last modified: 7 years ago
Logging
3 Hits, Last modified: 7 years ago
LogDB.Sessions table
3 Hits, Last modified: 7 years ago
LogDB.Messages table
3 Hits, Last modified: 7 years ago
Address Book tab
3 Hits, Last modified: 7 years ago
Lists
3 Hits, Last modified: 7 years ago
Autoresponder scripting
3 Hits, Last modified: 9 days ago
LAN Forwarding Scripting
3 Hits, Last modified: 7 months ago
IDS Log Event Numbers
3 Hits, Last modified: 7 years ago
Signature Script
2 Hits, Last modified: 7 years ago
Spam Filter Rules: IfMatch
2 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBag
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Variables
2 Hits, Last modified: 22 months ago
Calendar.Calendars table
2 Hits, Last modified: 7 years ago
VPOP3 Status Monitor
2 Hits, Last modified: 7 years ago
Summary Log File Format
2 Hits, Last modified: 7 years ago
Spamfilter.Whitelist table
2 Hits, Last modified: 7 years ago
Message Rules
2 Hits, Last modified: 7 years ago
Settings -> Diagnostics
2 Hits, Last modified: 7 years ago
VPOP3.Base64
2 Hits, Last modified: 7 months ago
Import Users From File
2 Hits, Last modified: 7 years ago
LogDB.Recipients table
2 Hits, Last modified: 7 years ago
Message Headers
2 Hits, Last modified: 7 years ago
VPOP3.HexString
2 Hits, Last modified: 7 months ago
POP3 Client Lua Scripting
2 Hits, Last modified: 22 months ago
VPOP3.GetSetting
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Random
1 Hits, Last modified: 7 years ago
Spam Filter Rules: WinHTTPGet
1 Hits, Last modified: 7 years ago
Bulk Add Users
1 Hits, Last modified: 7 years ago
VPOP3.UnHexString
1 Hits, Last modified: 7 months ago
Attachment Extraction Scripting
1 Hits, Last modified: 7 years ago
VPOP3.UnBase64
1 Hits, Last modified: 7 months ago
VPOP3.PostgresQuery
1 Hits, Last modified: 7 years ago
VPOP3.HMAC
1 Hits, Last modified: 7 months ago
Autoresponder
1 Hits, Last modified: 7 years ago
User Advanced settings
1 Hits, Last modified: 7 years ago
VPOP3.GetMessages Lua function
1 Hits, Last modified: 7 years ago
Archive Script
1 Hits, Last modified: 2 years ago
Users.AutoresponderConditions table
1 Hits, Last modified: 7 years ago
Users.Autoresponders table
1 Hits, Last modified: 7 years ago
Users.Users table
1 Hits, Last modified: 7 years ago
VPOP3.GetUsers Lua function
1 Hits, Last modified: 7 years ago
VPOP3.GetFolders Lua function
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePart
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartBody
1 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartHeader
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Include
1 Hits, Last modified: 7 years ago
LogDB database schema
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPPost
1 Hits, Last modified: 7 years ago
Find a message
1 Hits, Last modified: 7 years ago
LogDB.SpamRules table
1 Hits, Last modified: 7 years ago
loginaudit Database table
1 Hits, Last modified: 22 months ago
Lua Hashing Functions
1 Hits, Last modified: 7 months ago
VPOP3 Internals
1 Hits, Last modified: 22 months ago
IMAP4 -> Advanced tab
1 Hits, Last modified: 7 years ago
Message Monitoring
1 Hits, Last modified: 7 years ago
Misc -> Advanced Tab
1 Hits, Last modified: 7 years ago
Misc Settings
1 Hits, Last modified: 7 years ago
msgaudit Database table
1 Hits, Last modified: 7 years ago
New message tab
1 Hits, Last modified: 7 years ago
Outgoing Message Scripting
1 Hits, Last modified: 15 months ago
Groups
1 Hits, Last modified: 7 years ago
Security Settings
1 Hits, Last modified: 7 years ago
DMARC Reporter Script
1 Hits, Last modified: 19 months ago
Spam Filter Rules: HTTPGetMD5
1 Hits, Last modified: 7 years ago
SMTP Reputation Stats
1 Hits, Last modified: 7 years ago
SMTPStats database schema
1 Hits, Last modified: 7 years ago
Users database schema
1 Hits, Last modified: 7 years ago
Database -> Message Store Tab
1 Hits, Last modified: 7 years ago
Spamfilter Rule Weights
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score for long sender domain
1 Hits, Last modified: 7 years ago
Connections
1 Hits, Last modified: 7 years ago
Spam Filter Rules: BulkScan
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DNS
1 Hits, Last modified: 7 years ago
Calendar database schema
1 Hits, Last modified: 7 years ago
Settings -> Local Mail -> General
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetRFC822Date
1 Hits, Last modified: 22 months ago
Spam Filter Rules: HTTPGet
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection
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