Fulltext results:
- Lua Scripting @reference
- 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
- Formatting Syntax @wiki
- ''combine''//__** all these. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can mark something as <del>deleted</del> as well. You can
- SMTP Server Lua Scripting @reference
- 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
- 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
- User Routing Script @reference
- ======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//
- User Delivery Script @reference
- ======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
- Scheduled Task Script @reference
- ======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 @reference
- =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
- ** - 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
- 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
- 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
- ======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
- ======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
- DMARC Reporter Script @reference
- ======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
- Use the spam filter scripting to add random text to the subject on incoming messages @reference
- ====== This needs VPOP3 version 5 or later. This script is for the case where you want a message to the '... ht" version of a ticket help desk. Note that this script will not check for uniqueness of the reference nu... ng to the ''spamrules_userchecks.txt'' file. This script file only gets processed on incoming messages (the ''spamrules_localmail.txt'' script ends the processing of locally sent messages) <c