Fulltext results:
- SMTP Server Lua Scripting @reference
- scs.co.uk/reference;lua_scripting|Lua Script]] is called SMTPSVR.LUA and can be edited from the Settings -... cripts page in the VPOP3 settings. This script is called whenever an instance of the VPOP3 SMTP server is ... the Lua script. These may change as the script is called on different callbacks, and may be changed by the... script at the following times: * **Start()** - called when the SMTP service session starts up, before t
- POP3 Client Lua Scripting @reference
- scs.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 POP3 session to download me... script at the following times: * **Start()** - called when the POP3 session starts, before VPOP3 starts... wnloading any messages. * **DownloadRules()** - called before each message is downloaded to determine ho
- User Delivery Script @reference
- eliver" and "DeliverMessage". These functions are called with no parameters, but will have access to globa... ) =====Global Variables set before functions are called===== * User - the username the message is to be... ed or not =====PreDeliver===== **PreDeliver** is called at the beginning of the delivery process, after M... dingSenderText globals are read after it has been called. Any other changes made by this function will be
- Out of Disk Space When Sending Mail @how_to
- h\VPOP3\Secret * Create or edit a DWORD value called CheckDiskSpace and set it to 0 (zero) * Resta... ngs -> Disk/Memory Checking''. There is a section called Disk Space Checking. This has the 4 different dis... '' page in the VPOP3 settings. There is a section called Disk Space Checking. This has the 4 different dis
- Password Strength Checking Script @reference
- cript 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 called **Check** which should have the following prototy
- Attachment Processing Script @reference
- tervariables, attachments_array, mime_structure) Called when VPOP3 is about to process a message returns... write(attachmentname, MIMEtype, filtervariables) Called when VPOP3 is about to process an attachment in a message (Only called if 'NeedsRecode' returned true, or there is some
- Scheduling Management Scripts @reference
- ling Management Scripts====== VPOP3 runs a script called scheduler.lua in the background, it will periodic... l state will be lost, but different functions are called so the script can pass state to the new version a... eturn value of the previous ''Unload()'' function called earlier (or an empty string if there was no such
- The message could not be loaded. Please return to the Quarantine page and try again @how_to
- ntine' with folders inside it. The subfolders are called after the first few characters of the filename (a... s VPOP3, check the quarantine/vault/whatever-it's-called in that antivirus program, to see if the file has
- Summary Log File Format @reference
- mmary Log File Format====== VPOP3 creates a file called **SUMMARY.LOG** in the VPOP3 directory which cont... OP3 can keep these summary logs in a subdirectory called **SUMMARIES** in case you want to do further proc
- Lua SMTP MX Control @reference
- essages using direct MX sending, it runs a script called **mxout.lua** which can be created/edited in Sett... to be sent VPOP3 calls a function in that script called **CheckFile**. The function signature is: **Chec
- Exchange 2007 @how_to
- to the Network tab. In the top half of this page, called **Local IP Addresses** select each address in tur... Make sure there is an entry there under **SMTP** called **@<yourdomain>**. Usually the above settings ar
- FATAL: connection limit exceeded for non-superusers @fatal
- Y_LOCAL_MACHINE\Software\PaulSmith\VPOP3\Database called 'AbsMaxPostGreSQLProcesses'. The default of this ... he **VPOP3\pgsql\data** directory, is a text file called 'postgresql.conf' which defines the configuration
- IMAP4 -> Advanced tab @reference
- u are accessing a shared Inbox folder from a user called 'Karen', then their folder will be called **#users/Karen/Inbox**. The #users and #users/Karen folders are
- PostgreSQL Replication @how_to
- Using Notepad or another text editor, make a file called **Recovery.conf** in the VPOP3\pgsql\data folder.... - copy any file (contents don't matter) to a file called ''c:\vpop3\stopreplication.txt'' on the Slave PC
- Outgoing Message Scripting @reference
- sage to the Outgoing mail queue, it runs a script called **outmessage.lua**. Scripts are stored as files ... to be sent VPOP3 calls a function in that script called **NewMessage**. The function signature is: **New