Fulltext results:
- Lua Scripting @reference
 - ======Lua Scripting====== [[http://www.lua.org|Lua]] is a simple scripting programming language often used for embedding in other applications. V... a more flexible scripting facility. For general Lua programming instructions see www.lua.org for docu
 - Configure SRS @how_to
 - re SRS====== In VPOP3 8.8 and later, you can use Lua scripting to implement 'SRS' (Sender Rewriting Sc... ons to rewrite outgoing return paths in 'relayout.lua' or 'mxout.lua' as appropriate and a couple of functions to redirect rewritten bounce message recipients in 'smtpsvr.lua' In earlier versions of VPOP3 (or if you don't w
 - Send Admin Message @reference
 - ue will be 0, where no quota has been set. * **{lua}...{/lua}** - will execute an embedded [[Lua scripting|Lua script]]. =====Using Lua===== On of the options of this facility lets you specify a Lua
 - User Routing Script @reference
 - ipt====== 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 ... cript doesn't exist, but there is a user_redirect.lua script, that Lua script will be used instead. When the user_redirect.lua script is run there are seve
 - SMTP Server Lua Scripting @reference
 - ======SMTP Server Lua Scripting====== The SMTP Server [[http://wiki.pscs.co.uk/reference;lua_scripting|Lua Script]] is called SMTPSVR.LUA and can be edited from the Settings -> Scripts page in the VPOP3 settin
 - Autoresponder scripting @reference
 - cripting]] In an autoresponder, you can create a Lua script by surrounding it with <lua> & </lua> tags, eg This is an autoresponder with some Lua in it <lua>print 73</lua> The Lua script is exe
 - VPOP3.GetMessagePartHeader @reference
 - ======VPOP3.GetMessagePartHeader===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePartHeader' retrieves a MIME section header of the message c... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes one para
 - POP3 Client Lua Scripting @reference
 - ======POP3 Client Lua Scripting====== The POP3 Client [[http://wiki.pscs.co.uk/reference;lua_scripting|Lua Script]] is called POP3CLT.LUA and is edited in Settings -> Scripts. This script is called whenever VP
 - VPOP3.MessageSeek @reference
 - ======VPOP3.MessageSeek===== The [[lua_scripting|Lua]] function 'VPOP3.MessageSeek' sets an internal read pointer to the specified location o... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes one para
 - VPOP3.GetMessagePartBody @reference
 - ======VPOP3.GetMessagePartBody===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePartBody' retrieves the content of a MIME part of the messag... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes one para
 - VPOP3.MessageReset @reference
 - ======VPOP3.MessageReset===== The [[lua_scripting|Lua]] function 'VPOP3.MessageReset' resets an internal read pointer to the start of the mess... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes no param
 - VPOP3.GetMessageLines @reference
 - ======VPOP3.GetMessageLines===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessageLines' retrieves content lines from the message currently be... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes one para
 - VPOP3.GetMessagePart @reference
 - ======VPOP3.GetMessagePart===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessagePart' retrieves a MIME part of the message currently being p... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes one para
 - VPOP3.SaveAttachment @reference
 - ======VPOP3.SaveAttachment===== The [[lua_scripting|Lua]] function 'VPOP3.SaveAttachment' saves an attachment from the message being processed t... lable in the **ProcessMessage** function of the [[lua POP3 client script|POP3CLT.LUA]] or [[lua SMTP server script|SMTPSVR.LUA]] scripts. It takes two para
 - Management Scripting @reference
 - e, from version 6.17 there is the facility to run Lua scripts manually or according to a schedule. Thes... t a function then you will need to write a bit of Lua to call the function, eg: myFunction(3); ... ts==== VPOP3 will run a script called **scheduler.lua** in the background, it will periodically call fu... ions==== Any script run manually or via scheduler.lua will have access to several management functions