Fulltext results:
- Lua Scripting
- 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
- Management Scripting
- 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 New box and pressing 'New' {{:reference:newscript.png?nolink|}} ====Manually running a script==== You can press the Run button to run the script you have
- SMTP Server Lua Scripting
- 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
- User Delivery Script
- ======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
- ======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//
- Scheduled Task Script
- ======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
- Scheduling Management Scripts
- =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
- ** - 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
- 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
- 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
- ======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
- DMARC Reporter Script
- ======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
- User Manager Script
- ======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
- Spamfilter Script Configuration tab
- ======Spamfilter Script Configuration tab====== You reach this tab by going to [[Settings]] --> [[Spam fil... hen choose the **General** tab. The [[Spamfilter script]] has various settings that can be changed to alt... viour of the spamfilter. These are defined in the script, so may change with different versions of the script. The settings are currently: =====AllowQuickEnd=====
- Password Strength Checking Script
- ======Password Strength Checking Script====== You can tell VPOP3 to enforce password strength checks by using a Lua script which performs the checks for you. The Lua script can be edited in Settings -> Scripts and is called **p... e end end </code> If you need, we can produce a script for you, but there would be a cost for this - con