• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Attachment Processing Script • Spamfilter Script Configuration tab • Route incoming POP3 mail by parsing message headers • Spam Filter Rules: Include • PostgreSQL Replication • User Routing Script • LAN Forwarding Scripting • Batch file to end a database backup • POP3 Client Lua Scripting • Useful Database Queries

lua

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (54)
  • how_to (2)
  • wiki (1)
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 @reference
25 Hits, Last modified: 5 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 @reference
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 @reference
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 @reference
10 Hits, Last modified: 5 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 @reference
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.MessageSeek @reference
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
VPOP3.GetMessagePartHeader @reference
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
VPOP3.GetMessagePartBody @reference
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.GetMessagePart @reference
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.MessageReset @reference
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 @reference
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.SaveAttachment @reference
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
POP3 Client Lua Scripting @reference
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
Management Scripting @reference
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
User Delivery Script @reference
4 Hits, Last modified: 7 years ago
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 Settin... hat script doesn't exist, but there is a delivery.lua script, that Lua script will be used instead. The script can contain two functions "PreDeliver" and "
DMARC Reporter Script @reference
4 Hits, Last modified: 19 months ago
Password Strength Checking Script @reference
4 Hits, Last modified: 7 years ago
Outgoing Message Scripting @reference
3 Hits, Last modified: 15 months ago
Signature Script @reference
3 Hits, Last modified: 7 years ago
Scheduled Task Script @reference
3 Hits, Last modified: 4 years ago
Custom filtering incoming mail @how_to
3 Hits, Last modified: 7 years ago
User Manager Script @reference
3 Hits, Last modified: 14 months ago
IMAP4 Server Scripting @reference
3 Hits, Last modified: 7 years ago
Bandwidth Control @reference
3 Hits, Last modified: 7 years ago
VPOP3.DeleteMessage Lua function @reference
2 Hits, Last modified: 7 years ago
SMTP Server -> IDS/IPS @reference
2 Hits, Last modified: 7 years ago
VPOP3.GetFolders Lua function @reference
2 Hits, Last modified: 7 years ago
VPOP3.GetMessages Lua function @reference
2 Hits, Last modified: 7 years ago
VPOP3.MarkMessageRead Lua function @reference
2 Hits, Last modified: 7 years ago
msgaudit Database table @reference
2 Hits, Last modified: 7 years ago
VPOP3.PostgresQuery @reference
2 Hits, Last modified: 7 years ago
os.timedexecute @reference
2 Hits, Last modified: 7 years ago
VPOP3.GetUsers Lua function @reference
2 Hits, Last modified: 7 years ago
Lua SMTP Relay Control @reference
2 Hits, Last modified: 7 years ago
Lua SMTP MX Server Rules @reference
2 Hits, Last modified: 22 months ago
Lua SMTP MX Control @reference
2 Hits, Last modified: 22 months ago
VPOP3.PurgeMessage Lua function @reference
2 Hits, Last modified: 7 years ago
VPOP3.RenameFolder Lua function @reference
2 Hits, Last modified: 7 years ago
Error Handling Scripting @reference
2 Hits, Last modified: 19 months ago
VPOP3.SendMessage @reference
2 Hits, Last modified: 4 years ago
VPOP3.SetSetting @reference
2 Hits, Last modified: 4 years ago
Attachment Processing Script @reference
2 Hits, Last modified: 3 years ago
Attachment Extraction Scripting @reference
2 Hits, Last modified: 7 years ago
Archive Script @reference
2 Hits, Last modified: 2 years ago
VPOP3.GetSetting @reference
2 Hits, Last modified: 7 years ago
Scheduling Management Scripts @reference
1 Hits, Last modified: 7 years ago
VPOP3.HexString @reference
1 Hits, Last modified: 7 months ago
VPOP3.Base64 @reference
1 Hits, Last modified: 7 months ago
Virus Scan Filter Scripting @reference
1 Hits, Last modified: 7 years ago
Redirect message for a user if a sender is a particular email address @how_to
1 Hits, Last modified: 7 years ago
VPOP3 Reference @reference
1 Hits, Last modified: 7 years ago
Lua Hashing Functions @reference
1 Hits, Last modified: 7 months ago
LAN Forwarding Scripting @reference
1 Hits, Last modified: 7 months ago
Global Signature @reference
1 Hits, Last modified: 7 years ago
Settings -> Diagnostics @reference
1 Hits, Last modified: 7 years ago
Autoresponder Global Scripting @reference
1 Hits, Last modified: 5 days ago
Formatting Syntax @wiki
1 Hits, Last modified: 3 years ago

Page Tools

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