• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Groups • What's new in version 5 webmail? • Encryption • Send Admin Message • How to Forward Messages to an External Address • Handling mail for multiple incoming domains • Find biggest messages • Setup steps for multiple POP3 accounts at the ISP • Permissions • VPOP3 re-downloading old messages from the ISP POP3 server

lua

Search

You can find the results of your search below.

Exact match
  • 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

Matching pagenames:

  • Lua Hashing Functions
  • Monitor Scripting
  • POP3 Client Lua Scripting
  • Lua Scripting
  • Lua SMTP MX Control
  • Lua SMTP MX Server Rules
  • Lua SMTP Relay Control
  • SMTP Server Lua Scripting
  • VPOP3.DeleteMessage Lua function
  • VPOP3.GetFolders Lua function
  • VPOP3.GetMessages Lua function
  • VPOP3.GetUsers Lua function
  • VPOP3.MarkMessageRead Lua function
  • VPOP3.PurgeMessage Lua function
  • VPOP3.RenameFolder Lua function

Fulltext results:

Lua Scripting
25 Hits, Last modified: 9 days ago
======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
Send Admin Message
13 Hits, Last modified: 7 years ago
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
11 Hits, Last modified: 2 years ago
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
Autoresponder scripting
10 Hits, Last modified: 9 days ago
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
SMTP Server Lua Scripting
10 Hits, Last modified: 4 weeks ago
======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
VPOP3.MessageReset
6 Hits, Last modified: 7 years ago
======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
6 Hits, Last modified: 7 years ago
======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
6 Hits, Last modified: 7 years ago
======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.GetMessagePartBody
6 Hits, Last modified: 7 years ago
======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.GetMessagePartHeader
6 Hits, Last modified: 7 years ago
======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
6 Hits, Last modified: 22 months ago
======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.SaveAttachment
6 Hits, Last modified: 7 years ago
======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
VPOP3.MessageSeek
6 Hits, Last modified: 7 years ago
======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
Management Scripting
5 Hits, Last modified: 7 years ago
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
Password Strength Checking Script
4 Hits, Last modified: 7 years ago
P3 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 **passwordcheck.lua** (in older versions of VPOP3 it is stored in a file called **passwordcheck.lua** in the VPOP3 directory). VPOP3 calls a function
User Delivery Script
4 Hits, Last modified: 7 years ago
DMARC Reporter Script
4 Hits, Last modified: 19 months ago
User Manager Script
3 Hits, Last modified: 14 months ago
Signature Script
3 Hits, Last modified: 7 years ago
Bandwidth Control
3 Hits, Last modified: 7 years ago
Scheduled Task Script
3 Hits, Last modified: 4 years ago
Outgoing Message Scripting
3 Hits, Last modified: 15 months ago
IMAP4 Server Scripting
3 Hits, Last modified: 7 years ago
VPOP3.PurgeMessage Lua function
2 Hits, Last modified: 7 years ago
VPOP3.GetMessages Lua function
2 Hits, Last modified: 7 years ago
VPOP3.PostgresQuery
2 Hits, Last modified: 7 years ago
VPOP3.RenameFolder Lua function
2 Hits, Last modified: 7 years ago
VPOP3.GetSetting
2 Hits, Last modified: 7 years ago
VPOP3.DeleteMessage Lua function
2 Hits, Last modified: 7 years ago
VPOP3.GetFolders Lua function
2 Hits, Last modified: 7 years ago
VPOP3.MarkMessageRead Lua function
2 Hits, Last modified: 7 years ago
VPOP3.SendMessage
2 Hits, Last modified: 4 years ago
VPOP3.GetUsers Lua function
2 Hits, Last modified: 7 years ago
Archive Script
2 Hits, Last modified: 2 years ago
VPOP3.SetSetting
2 Hits, Last modified: 4 years ago
SMTP Server -> IDS/IPS
2 Hits, Last modified: 7 years ago
Attachment Extraction Scripting
2 Hits, Last modified: 7 years ago
Attachment Processing Script
2 Hits, Last modified: 3 years ago
os.timedexecute
2 Hits, Last modified: 7 years ago
msgaudit Database table
2 Hits, Last modified: 7 years ago
Lua SMTP Relay Control
2 Hits, Last modified: 7 years ago
Lua SMTP MX Server Rules
2 Hits, Last modified: 23 months ago
Lua SMTP MX Control
2 Hits, Last modified: 23 months ago
Error Handling Scripting
2 Hits, Last modified: 19 months ago
Global Signature
1 Hits, Last modified: 7 years ago
Autoresponder Global Scripting
1 Hits, Last modified: 9 days ago
Settings -> Diagnostics
1 Hits, Last modified: 7 years ago
VPOP3.Base64
1 Hits, Last modified: 7 months ago
LAN Forwarding Scripting
1 Hits, Last modified: 7 months ago
Lua Hashing Functions
1 Hits, Last modified: 7 months ago
Virus Scan Filter Scripting
1 Hits, Last modified: 7 years ago
VPOP3 Reference
1 Hits, Last modified: 7 years ago
Scheduling Management Scripts
1 Hits, Last modified: 7 years ago
VPOP3.HexString
1 Hits, Last modified: 7 months ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki