Fulltext results:
- SMTP Server Lua Scripting
- ======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 settings. This script is call
- Lua Scripting
- ======Lua Scripting====== [[http://www.lua.org|Lua]] is a simple scripting programming language often used for embedding... users, we have opted to go for a more flexible scripting facility. For general Lua programming instru... ral or help you to write or debug your own Lua scripts. We can help with that, but it will be on a cha
- SMTP Server -> IDS/IPS
- ======SMTP Server -> IDS/IPS====== The **IDS/IPS** tab lets you set logging and automatic blocking parameters for the IDS (Intrusion Detection System) and IPS (Intrusion Prevention System) component of the S... s on the SMTP service and can automatically block IP addresses which try to do bad things. =====IDS L
- LAN Forwarding Scripting
- ======LAN Forwarding Scripting====== (Added in V8.7) This is stored in the 'LanForwarding.lua' script in Settings -> Scripts There are two global variables set: * MessageType - this is the state VPOP3 is in when calling the script. * message = this is a message received from
- Spam Filter Rules
- -in spam filter system which supports a simple script language optimised for content- and spam-filteri... ce contains a definition of the spam filtering script language supported by VPOP3. Note that as later ... nguage Introduction===== The VPOP3 Spam Filter scripting language is a very basic language designed to... VPOP3 comes with a pre-configured spam filter script, and it is recommended that you use that, and mo
- Management Scripting
- ======Management Scripting====== In VPOP3 Enterprise, from version 6.17 there is the facility to run Lua scripts manually or according to a schedule. These scripts can do things like access mail folders & message... some maintenance on them. ====Creating a new script==== In Settings -> Scripts you can create a new
- Monitor Scripting
- ======Monitor Scripting====== (Added in V6.15) This script has three functions: * MonitorIncoming * MonitorInternal... lls MonitorOut(sender, authenticated_sender, recipient_list, subject) or MonitorInternal(sender, recipient_list, subject) or MonitorIncoming(sender, r
- Lua SMTP Relay Control
- ing to send messages via SMTP Relay, it runs a script called **relayout.lua** in the VPOP3 directory. ====Global Variables==== This script may have global variables, depending on your ver... -only global variables set at the start of the script: * senderid - this is the numeric message send... a boolean value saying whether to [[http://en.wikipedia.org/wiki/Bounce_Address_Tag_Validation|BATV]]
- Spam Filter Rules: ZipContentsFull
- ======Spam Filter Rules: ZipContentsFull====== ^Statement |ZipContentsFull | ^Version |6.7+ | ^Purpose |Enables the script to obtain the list of files contained in a ZIP attachment | The **ZipContentsFull** statement requi
- Download Rules
- use the [[spam filter rules]]. There can be multiple download rules created. VPOP3 checks the downlo... essage will be sent to the originally intended recipient asking if they want the message to be downloa... m the ISP mailbox, and the originally intended recipient will receive a message saying that this has h... t user/list instead of the originally intended recipient * **Copy** - the message will be downloaded
- Settings -> Attachment Processing
- a malicious file to accidentally be run by the recipient. The syntax for pattern matching is to type ... * extension will typically run as Visual Basic Scripts. | |<code>*.{????????-????-????-????-?????????... applications; potentially allowing the use of JScript and VBScript. | |<code>*.???.???</code> |Files with a 'double' filename extension are commonly use
- SMTP -> General tab
- ==Bindings==== The service **Bindings** are which IP addresses & ports the VPOP3 SMTP service will lis... The default is for it to listen on any available IP address on port 25 which is the standard port for... connections, unless it is overridden for specific IP addresses in the [[SMTP IP Access Restrictions|IP Access Restrictions]] tab. In most cases nowadays
- Message Archive -> Offline Tab
- D/DVD or external drive etc. VPOP3 will create a ZIP file containing the old messages. The archive ind... still remember the messages, and the name of the ZIP file they are contained in, so you will still be ... e **Archive Backup Name** is the filename of the ZIP file which will be created - eg a setting of "2009-09-21" will create a ZIP file called "2009-09-21.ZIP". This is also rememb
- Spam Filter Rules: ZipContents
- ======Spam Filter Rules: ZipContents====== ^Statement |ZipContents | ^Version |6.7+ | ^Purpose |Enables the script to obtain the list of files contained in a ZIP attachment | The **ZipContents** statement requires
- POP3 Client Lua Scripting
- ======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 VPOP3 runs a PO