Fulltext results:
- SMTP Server Lua Scripting
- MTP server instance, there are several global variables which are available to the Lua script. These may change as the script is called on different callbacks... service session ends =====SMTP Server Global Variables===== The following variables are defined for the SMTP Server Lua script. They are accessible to all ca
- User Delivery Script
- no parameters, but will have access to global variables containing information about the message and can modify global variables to alter the way the message delivery is handled... liverMessage** function is used) =====Global Variables set before functions are called===== * User - ... be delivered as flagged/starred * Keywords - a table containing a list of keywords to be associated wi
- Spam Filter Rules: Variables
- ======Spam Filter Rules: Variables====== The VPOP3 spam filter script language supports simple variables. In most places these are specified as **${''<variable name>''}**, but in some places they are just specified as ''<variable name>'' - for instance where a statement always p
- SMTP -> General tab
- ions. The default is for it to listen on any available IP address on port 25 which is the standard port ... TP connections to VPOP3. This option is only available in VPOP3 Enterprise, if an [[how_to:create_an_ssl_certificate|SSL certificate]] is available. The three options are: * None/TLS - in this c... cases nowadays this option is recommended to be enabled, especially if you are going to be wanting users
- Spam Filter Rules: Assignments
- s: Assignments====== You can assign values to variables using the syntax <code> ${variable} = value | ${variable} </code> =====Assignment operators===== The spam filter rules support the follow... ment operators: ^= |Specify the value of the variable to equal the value after the assignment operator
- Lua SMTP Relay Control
- out.lua** in the VPOP3 directory. ====Global Variables==== This script may have global variables, depending on your version of VPOP3. In VPOP3 3.0.0L and later, there are two read-only global variables set at the start of the script: * senderid - t... P3 5 and later, there is an read/write global variable * UseBATV - this is a boolean value saying whet
- Spam Filter Rules: WinHTTPGet
- t |WinHTTPGet | ^Version |2.4.9+ | ^Purpose |Enables the script to retrieve a web page using the WinI... inHTTPGet** statement requires a url, headers variable name and content variable name, in the format WinHTTPGet <url> <headers variable name> <content variable name> * The first line
- Spam Filter Rules: HTTPGet
- ment |HTTPGet | ^Version |2.3.7+ | ^Purpose |Enables the script to retrieve a web page | The **HTTPGet** statement requires a url, headers variable name and content variable name, in the format HTTPGet <url> <headers variable name> <content variable name> * The first line
- Spam Filter Rules: HTTPPost
- ent |HTTPPost | ^Version |2.4.9+ | ^Purpose |Enables the script to post data to a web server | The *... tatement requires a url, data string, headers variable name and content variable name, in the format HTTPPost <url> <data string> <headers variable name> <content variable name> * The first line
- POP3 Client Lua Scripting
- e message subject line * <recipient list> is a table containing a list of the recipient email addresse... the RCPT TO envelope) * <current actions> is a table with the following entries * SendToOriginalRe... reason is needed for the action * Recipients table - table containing new/replacement recipients for the message * HeaderModifiers table - list of mes
- SMTP Reputation Stats
- er reputation statistics back to VPOP3. This is enabled/disabled in the Settings -> Misc Settings page. We hope you will enable this option. If your mail goes through any other ... ses etc. By pooling this information we should be able to determine whether a sender IP address is reput
- Spam Filter Rules: HTTPGetMD5
- t |HTTPGetMD5 | ^Version |2.3.7+ | ^Purpose |Enables the script to retrieve a web page, returning an ... TTPGetMD5** statement requires a url, headers variable name and MD5 hash variable name, in the format HTTPGetMD5 <url> <headers variable name> <MD5 hash variable name> * The first lin
- Signature Script
- sender email address>, <subject>) In v6.9+, a table is passed containing the LDAP attributes for the ... address>, <subject>, <LDAP Data>) The LDAP data table is a table of tables which consists of a table where the index is the LDAP attribute name (in upper case), and the
- Autoresponder scripting
- script is executed with the following global variables * **Message** - the original message content ... f the Autoresponder defined in the Lua global variable are read back into the current autoresponder defi... ssed from the top down, and the Autoresponder variable one sees is the affected by the previous ones. T... onder Definition==== The Autoresponder global variable is a table with the following fields: * **ID**
- Spam Filter Rules: GetDecodedSection
- a specified MIME section of a message into a variable, after processing any Base64 or Quoted-Printable encoding of the raw message data | The **GetDecodedSe... atement requires a message section number and variable name, in the format GetDecodedSection <message section number> <variable name> The section numbers start at 0 for the hea