Fulltext results:
- Misc -> Advanced Tab
- ail servers will count the 'hops' which a message has already made (done by counting the number of 'Rec... POP3 mailbox, it keeps track of which messages it has downloaded by remembering the UIDs (Unique ID) of the messages it has downloaded. If VPOP3 sees a UID which it has not seen before, then that message will be downloaded, an
- Password Strength Checking Script
- == value then return false end end hasDigit = 0 hasCaps = 0 hasLower = 0 hasSpecial = 0 if string.find(Password, "%d") then hasDigit = 1 end if string.find(Pa
- Incoming SMTP Mail
- or dynamic IP address, and your Internet Provider has provided you with an SMTP feed account, then, in ... P Mail Collector in VPOP3 if either: * Your ISP has told you that you need to send an **ETRN** comman... on at the start, and drop the connection after it has completed If neither of these is the case, then ... rop the connection if no incoming SMTP connection has begun (as long as its other connection tasks are
- SMTP Server Lua Scripting
- incoming SMTP message. Each SMTP server instance has its own instance of the SMTPSVR.LUA script. No th... rocessMessage()** - called when an entire message has been received by VPOP3 * **StartMessage()** - (... ()** - (v5+) called when the message terminator . has been received at the end of a message * **Check... P3 after the RBL (Realtime Black List) processing has taken place For this function the standard SMTP
- Download Rules
- it will not process any further rules. Each rule has zero or more conditions. If a rule has zero conditions, then it will always match. If it has more than one condition, then you can set whether... recipient will receive a message saying that this has happened * **Redirect** - the message will be d
- VPOP3.HMAC
- dded in VPOP3 8.7 This function performs a HMAC (Hash-based Message Authentication Code) algorithm on ... upplied text using the supplied key VPOP3.HMAC(hash algorithm, string, key) The function takes three parameters: - Hash algorithm - "SHA1" or "SHA256" - text to hash - key to authenticate the hash The function return
- POP3 Mail Collection
- ame/account name which your mail service provider has told you to use when collecting mail * POP3 Acc... is the password which your mail service provider has told you to use when collecting mail * Session ... rd is encrypted using a simple challenge response hashing * CRAM-MD5 - password is encrypted using an alternative simple challenge response hashing * MSN SPA - a proprietary system supporte
- POP3 Client Lua Scripting
- ver. * **MessageLineRaw()** - called when VPOP3 has downloaded a line of a message from the remote server. * **MessageLine()** - called after VPOP3 has processed a line of a message from the remote ser... aves it. * **EndMessage()** - called when VPOP3 has finished downloading a message from the remote se... er. * **ProcessMessage()** - called after VPOP3 has downloaded a message from the remote server to de
- SMTP Service - Filtering
- th', then it can be checked in the **MAIL FROM** phase, but if it checks a message header, it has to be checked during the **DATA** phase. ====Edit SMTP Rules==== To edit the SMTP rules, press the **... recipient being processed (during the 'RCPT TO' phase) * **Recipient Count** - the number of recipie
- Spam Filter Rules: GetSectionMD5
- | ^Version |2.3.6+ | ^Purpose |Performs an MD5 hash on a specified MIME section of the message, and ... the first section of the message, perform an MD5 hash on it, and put the result into the **${myMD5Hash}** variable <code> GetSectionMD5 1 myMD5Hash </code> Using **GetSectionMD5** with [[spamrules_statem
- Message Monitoring
- ages** boxes at the top of the page. Each option has three choices: **All**, **Selected** or **None**.... authentication, then VPOP3 will know exactly who has sent a message (assuming their password has not been compromised). If you don't use SMTP authentication, then VPOP3 has to guess who has sent the message based on the se
- Spam Filter Rules: HTTPGetMD5
- e script to retrieve a web page, returning an MD5 hash of its contents in hex encoded form | The **HTT... ent 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 line of the header... headers into the ${hdrs} variable and return MD5 hash of the contents into the ${md5var} variable <cod
- Status
- ======Status====== The VPOP3 **Status** screen has two tabs * Server Status * Sessions =====Server... parately, so can give an idea of how active VPOP3 has been. * **User Name** - this shows the username... n, and the session itself will terminate after it has noticed the resulting error, and has cleaned up, so it the session may not disappear from the list imm
- Spam Filter Rules: GetMD5
- | ^Version |2.3.6+ | ^Purpose |Performs an MD5 hash on a string, and returns the result into the spe... ents of the **${myvar}** variable, perform an MD5 hash on it, and put the result into the **${myMD5Hash}** variable <code> GetMD5 "hello ${myvar}" myMD5Hash </code>
- Scheduling Management Scripts
- ss state to the new version and will know that it has been restarted this way. You should try not to r... 3 calls the ''Unload()'' function when the script has been changed and the old version is unloaded. Thi... alls the ''Reload(str)'' function when the script has been changed and the new version has been loaded. The string value ''str'' passed to this function is