• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

script

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (70)
  • how_to (7)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Spam filter / Content filter scripts
  • Archive Script
  • Attachment Extraction Scripting
  • Attachment Processing Script
  • Autoresponder Global Scripting
  • Autoresponder scripting
  • Bandwidth Control
  • DMARC Reporter Script
  • Error Handling Scripting
  • IMAP4 Server Scripting
  • LAN Forwarding Scripting
  • Monitor Scripting
  • POP3 Client Lua Scripting
  • Lua Scripting
  • SMTP Server Lua Scripting
  • Management Scripting
  • Outgoing Message Scripting
  • Password Strength Checking Script
  • Scheduled Task Script
  • Scheduling Management Scripts
  • Signature Script
  • Spamfilter Script Configuration tab
  • Use the spam filter scripting to add fixed text to the subject on incoming messages
  • Use the spam filter scripting to add random text to the subject on incoming messages
  • User Delivery Script
  • User Manager Script
  • User Routing Script
  • Virus Scan Filter Scripting

Fulltext results:

Lua Scripting @reference
25 Hits, Last modified: 2 days ago
ked up with the main VPOP3 backups. If you save a script as a file in the VPOP3 directory, VPOP3 will impo... it into the database on first use. * [[Archive Script|Archive Scripting]] * [[Attachment Extraction Script|Attachment Extraction Scripting]] * [[Attachment Processing Script|Attachment Process Scripting]] * [[Autoresponde
SMTP Server Lua Scripting @reference
16 Hits, Last modified: 3 weeks ago
ttp://wiki.pscs.co.uk/reference;lua_scripting|Lua Script]] is called SMTPSVR.LUA and can be edited from th... tings -> Scripts page in the VPOP3 settings. This script is called whenever an instance of the VPOP3 SMTP ... instance has its own instance of the SMTPSVR.LUA script. No threading conflicts will occur. During the l... l global variables which are available to the Lua script. These may change as the script is called on diff
Management Scripting @reference
15 Hits, Last modified: 7 years ago
orm some maintenance on them. ====Creating a new script==== In Settings -> Scripts you can create a new script by typing the name in the box to the left of the N... e:newscript.png?nolink|}} ====Manually running a script==== You can press the Run button to run the script you have entered (this does not save the script, so yo
Scheduled Task Script @reference
11 Hits, Last modified: 4 years ago
======Scheduled Task Script====== **Note that this functionality is only available in VPOP3 Enterprise** VPOP3 Enterprise can run Lua script periodically to do custom background tasks. It ca... very minute, 5 minutes, hourly or daily. The Lua script is stored in a file called **scheduler.lua** in t... ings → Scripts page in VPOP3 v6.7 and later. The script is long lasting - ie the script is loaded at star
User Delivery Script @reference
11 Hits, Last modified: 7 years ago
======User Delivery Script====== (VPOP3 v6.5 or later) If there is a <username>/delivery.lua script, this Lua script can override VPOP3's message delivery options. You can edit this in the Settings -> Scripts page in the settings. This script affects how VPOP3 will handle how messages being
User Routing Script @reference
11 Hits, Last modified: 2 years ago
======User Routing Script====== If there is a <username>/user_redirect.lua script, this Lua script can override VPOP3's message routing options. You can edit this either in the Settings -... ettings in the VPOP3 administration console. This script affects how VPOP3 will handle how messages //to//
Scheduling Management Scripts @reference
10 Hits, Last modified: 7 years ago
=Scheduling Management Scripts====== VPOP3 runs a script called scheduler.lua in the background, it will periodically call functions in this script at approximately 1 minute, 5 minute, 1 hour and 1... ate so should not be relied upon for timing. The script is loaded when VPOP3 loads and is kept loaded per... riables etc can be used to maintain state. If the script is edited, then VPOP3 will unload the old script
Send Admin Message @reference
7 Hits, Last modified: 7 years ago
** - will execute an embedded [[Lua scripting|Lua script]]. =====Using Lua===== On of the options of this facility lets you specify a Lua script in the message to send. This script lets you customise the message for each user. See the [[Lua scriptin... ails on the VPOP3 Lua implementation. When a Lua script in the administrator message is run, it has certa
LAN Forwarding Scripting @reference
7 Hits, Last modified: 7 months ago
V8.7) This is stored in the 'LanForwarding.lua' script in Settings -> Scripts There are two global vari... - this is the state VPOP3 is in when calling the script. * message = this is a message received from ... riginal return path address may not be known, the script may be called many times. It will be a new instance of the script each time. Only the "PreprocessRules" function wi
Spam Filter Rules @reference
6 Hits, Last modified: 2 years ago
ilt-in spam filter system which supports a simple script language optimised for content- and spam-filterin... rence contains a definition of the spam filtering script language supported by VPOP3. Note that as later v... ce. VPOP3 comes with a pre-configured spam filter script, and it is recommended that you use that, and modify the configuration of that script using the Settings -> Spam Filter (Utilities -> S
Attachment Processing Script @reference
6 Hits, Last modified: 3 years ago
======Attachment Processing Script====== (Added in v7.6) This script has functions to allow message attachments to be altered: * NeedsRe... to process a message * returns True if the Lua script wants to alter any of the attachments of the whol... ttachment Filtering) * returns True if the Lua script wants to rewrite/rename the attachment ====GetRe
User Manager Script @reference
5 Hits, Last modified: 13 months ago
======User Manager Script====== If you want people to be able to log in using a different username than t... il address), then you can use the UserManager Lua script The Lua script is managed through the Settings → Scripts page in VPOP3 v8.0 and later and is called 'Use... sername is the user name entered by the user The script will return a single value, which is the VPOP3 us
Autoresponder Global Scripting @reference
5 Hits, Last modified: 2 days ago
in the autoresponder itself, see [[Autoresponder Script|Autoresponder Scripting]] The Autoresponder Global Script is executed for every autoresponse. It is stored in the 'Autoresponder.lua' script in Settings → Scripts It can contain two functio... ====PreProcessAutoresponder==== This allows the script to see the autoresponder data before the autoresp
Autoresponder scripting @reference
5 Hits, Last modified: 2 days ago
autoresponder itself, see [[Autoresponder Global Script|Autoresponder Global Scripting]] In an autoresponder, you can create a Lua script by surrounding it with <lua> & </lua> tags, eg ... ith some Lua in it <lua>print 73</lua> The Lua script is executed with the following global variables ... local-dependent format (or "unknown") After the script has been called, the //Keep, CheckLog, Sender, Re
DMARC Reporter Script @reference
5 Hits, Last modified: 19 months ago
======DMARC Reporter Script====== (from VPOP3 v8.6 onwards) This script lets you customise how VPOP3 sends DMARC reports to the send... efine within VPOP3, then you can use a simple Lua script to define the signature. The Lua script is stored in a file called dmarcreporter.lua in the VPOP3 direct
Password Strength Checking Script @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: DefineSetting @reference
4 Hits, Last modified: 7 years ago
Signature Script @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNSBL @reference
4 Hits, Last modified: 7 years ago
Spamfilter Script Configuration tab @reference
4 Hits, Last modified: 7 years ago
Lua SMTP Relay Control @reference
4 Hits, Last modified: 7 years ago
Spam Filter Rules: StartSURBL @reference
4 Hits, Last modified: 7 years ago
Use the spam filter scripting to add random text to the subject on incoming messages @reference
4 Hits, Last modified: 7 years ago
Archive Script @reference
4 Hits, Last modified: 2 years ago
Spam Filter Rules: StartDNS @reference
4 Hits, Last modified: 7 years ago
SMTP Server -> IDS/IPS @reference
4 Hits, Last modified: 7 years ago
Use the spam filter scripting to add fixed text to the subject on incoming messages @reference
3 Hits, Last modified: 4 years ago
Custom filtering incoming mail @how_to
3 Hits, Last modified: 7 years ago
Increase the spam score for header marker @reference
3 Hits, Last modified: 5 years ago
Allow messages through from a specific IP address @reference
3 Hits, Last modified: 3 years ago
Spamrules example - increase spam score for long sender domain @reference
3 Hits, Last modified: 7 years ago
Spamrules example - increase spam score if there are many links in the email @reference
3 Hits, Last modified: 7 years ago
Increase the spam score for certain recipients @reference
3 Hits, Last modified: 7 years ago
Increase the spam score for subject marker @reference
3 Hits, Last modified: 7 years ago
Spam Filter Rules: Variables @reference
3 Hits, Last modified: 22 months ago
POP3 Client Lua Scripting @reference
3 Hits, Last modified: 22 months ago
Attachment Extraction Scripting @reference
3 Hits, Last modified: 7 years ago
VPOP3.GetMessageLines @reference
2 Hits, Last modified: 7 years ago
VPOP3.GetMessagePart @reference
2 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartBody @reference
2 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartHeader @reference
2 Hits, Last modified: 7 years ago
VPOP3.MessageReset @reference
2 Hits, Last modified: 7 years ago
VPOP3.MessageSeek @reference
2 Hits, Last modified: 7 years ago
VPOP3.SaveAttachment @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DNSBL @reference
2 Hits, Last modified: 5 years ago
Spamfilter White/Blacklists @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DNS @reference
2 Hits, Last modified: 7 years ago
Outgoing Message Scripting @reference
2 Hits, Last modified: 15 months ago
Full Text Search @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
Repairing corrupted database @how_to
2 Hits, Last modified: 17 months ago
Global Signature @reference
2 Hits, Last modified: 7 years ago
Spamfilter -> General @reference
2 Hits, Last modified: 7 years ago
SMTP -> Load Limiting tab @reference
2 Hits, Last modified: 7 years ago
Lua SMTP MX Control @reference
2 Hits, Last modified: 22 months ago
Spam Filter Rules: DefineRule @reference
2 Hits, Last modified: 7 years ago
Restore Deleted Calendars @how_to
1 Hits, Last modified: 3 years ago
Spamfilter Whitelist & Blacklist @how_to
1 Hits, Last modified: 7 years ago
Monitor Scripting @reference
1 Hits, Last modified: 6 years ago
Virus Scan Filter Scripting @reference
1 Hits, Last modified: 7 years ago
Lua SMTP MX Server Rules @reference
1 Hits, Last modified: 22 months ago
msgaudit Database table @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContentsFull @reference
1 Hits, Last modified: 7 years ago
SMTP Service - Filtering @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipCount @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContents @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: WinHTTPGet @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: SURBL @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Stop @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Rule names and weights @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: *STOP @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: *IFSUPPORT @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPPost @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGetMD5 @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGet @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Goto @reference
1 Hits, Last modified: 7 years ago
How to Backup VPOP3 @how_to
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