• skip to content

PSCS Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Can I add two licences together? • Using VPOP3 with Microsoft Exchange Server • GDPR for VPOP3 self-hosted software • Recovering messages from corrupted database into fresh database • How to Install VPOP3 • -ERR Mailbox Locked error • French Webmail Language File • PostgreSQL server won't start due to damaged log files • Multiple VPOP3 icons in the taskbar

return

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@reference
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

End()
42 Hits, Last modified: 3 weeks ago
e welcome message is sent to the SMTP client Can return "" to give the default welcome message, or anothe... ALSE, then VPOP3 will stop testing as soon as one returns a match result. =====SMTP Server - RBLResults()=... fixed in 2.1.0a and later) This function should return a text string which can be used to block connecti... come' response from the VPOP3 SMTP server. If the return string is "", then the default VPOP3 welcome text
Lua SMTP MX Control
36 Hits, Last modified: 4 months ago
ctions, Size, CreationTime, Retries, LastTryTime, ReturnPath, Recipients, HeaderData, HeaderLines)** * ... essage was last attempted - as YYYYMMDDHHMMSS * ReturnPath - The message sender/return path value * Recipients - A table containing a list of recipients * H... he message header lines in raw form The function returns an Actions object saying what to do with the mes
Lua SMTP Relay Control
33 Hits, Last modified: 10 months ago
i/Bounce_Address_Tag_Validation|BATV]] encode the return path address In VPOP3 6.7 and later, there are m... n **Start** which takes no parameters, and has no return value. This can be used for initialisation, or fo... rConnected** which takes no parameters and has no return value. The **ConnectedServer** global variable is set just before this function call. =====Return Code Handling===== Starting in version 5.0.0, VPO
External Message Store Scripting
17 Hits, Last modified: 6 weeks ago
omExternal(MsgDataId, ExtData, TargetFileName) returns <success>, <new ExtData or Error Text> ====GetM... l==== function GetMessagesToMoveToExternal() returns <table of MsgDataIDs> ====UploadToExternal==== ... on UploadToExternal(MsgDataId, SourceFileName) returns <success>, <new ExtData or Error Text> ====De... l==== function DeleteFromExternal(MsgDataId) returns <success>, <new ExtData or Error Text> ====GetM
LAN Forwarding Scripting
14 Hits, Last modified: 10 months ago
of internal processing In "check", the original return path address may not be known, the script may be ... ly modify LAN Forwarding Rules PreprocessRules(return path, recipient, check mode, mail collector, recipient local part, recipient domain, rules) * return path = original return path * recipient = recipient * check mode = * mail collector = the numeric
Outgoing Message Scripting
14 Hits, Last modified: 2 years ago
n signature is: **NewMessage(AuthenticatedSender, ReturnPath, CreationDate, Subject, SenderIPAddress, File... f authentication wasn't used, this is blank). * ReturnPath - The email address of the sender (strictly speaking, the SMTP return path/MAIL FROM address, which is where bounce mes... t message send time (added in v8.6) The function returns a table of new settings. This can contain the fo
Mail Sender Advanced Relay Settings
14 Hits, Last modified: 8 years ago
il Sender Advanced Relay Settings====== ====SMTP Return Address==== The SMTP Return Address (or Return Path) is a hidden part of a message which says where bounce messages (and other automa... ault, VPOP3 will send out messages using the same Return Address as was used when the message arrived at V
IMAP4 Server Scripting
13 Hits, Last modified: 4 weeks ago
make finding words simpler) The function should return a new capabilities string. To do nothing, return the 'capabilities' argument. You can remove capabilities... s caps = string.gsub(caps, " IDLE ", " ") return caps end ====DoListResult function==== ... 4 LIST command is received, for each folder to be returned by the command, VPOP3 calls DoListResult(fol
Spam Filter Rules: DBQueryOne
12 Hits, Last modified: 8 years ago
performs a query on the spam filter database and returns a single value which is either the value of a re... unt', 'sum', 'avg', 'first' or 'last' * max - returns the maximum value (treated as strings) * maxnum - returns the maximum value (treated as numbers) * maxi - returns the maximum value of lower case strings * mi
Quarantine Report Mailer Scripting
10 Hits, Last modified: 4 weeks ago
function AreMailsNeeded(lastTimeEmailsSent) returns mailsNeeded, untilTime * mailsNeeded = boolea... = function GetMsgLimit(username, itemLimit) returns newItemLimit This is called for each user, and ... sation of the sorting of the items on the email. returns newSortOrder Possible sort orders are: * Time... ms, numberOfItems, limitReached, userSettings) returns messageSubject, messageTextContent, messageHtmlC
Archive Script
9 Hits, Last modified: 3 years ago
till be archived, along with the explanation text returned by the script. The Lua script is stored in a f... ld have the following prototype: ArchiveRules(<return path>, <subject>, <time>, <type>, <sender email>,... nces>, <header>, <content>) This function should return a string which sets the explanation of why the me... stored in the archived message. If there isn't a return value, or the returned string is blank, VPOP3 wil
Attachment Processing Script
8 Hits, Last modified: 4 weeks ago
led when VPOP3 is about to process a message * returns True if the Lua script wants to alter any of the... chment in a message (Only called if 'NeedsRecode' returned true, or there is some other reason for VPOP3 t... e an attachment due to Attachment Filtering) * returns True if the Lua script wants to rewrite/rename t... ilterVariables) * type = MIME or UUENCODE * returns two values, the first is the new filename, the s
Password Strength Checking Script
7 Hits, Last modified: 6 months ago
rity in the VPOP3 settings) This function should return a boolean value to say whether the password is al... word == Username or Password == 'password' then return false else return true end end </code> A more complex example is: <code> blockedWords = {"password",... if Password == string.lower(Username) then return false end for _, value in pairs(blockedWords)
Spam Filter Rules: Assignments
7 Hits, Last modified: 8 years ago
n the current Bayesian database contents. This is returned as a percentage probability between 0 (not spam) and 100 (spam). |2.1.7+ | ^GetDateNow |Returns the current date as the number of days since 1st January 1601 (in UTC time) |2.2.1+ | ^ABS |Returns the absolute value of the following value <code>... S -3</code> would make ${x} = 3 |2.2.1+ | ^CEIL |Returns the smallest integer value which is greater than
Autoresponder Global Scripting
6 Hits, Last modified: 3 months ago
This is truncated at 100,000 bytes The function returns one value, which is the new autoresponder message text. So, it should at least return the second parameter provided to it. **If no value is returned**, then the original autoresponse will be gener... function hadn't been called. If a blank string is returned, then the autoresponse will not be generated at
Signature Script
6 Hits, Last modified: 8 years ago
Lua SMTP MX Server Rules
5 Hits, Last modified: 4 months ago
User Manager Script
5 Hits, Last modified: 3 weeks ago
Spam Filter Rules: Variables
4 Hits, Last modified: 3 years ago
VPOP3.Base64
4 Hits, Last modified: 20 months ago
VPOP3.HexString
4 Hits, Last modified: 20 months ago
Copy SMTP Rules - Database Query
3 Hits, Last modified: 8 years ago
ListServer Commands
3 Hits, Last modified: 8 years ago
Lua Hashing Functions
3 Hits, Last modified: 20 months ago
Scheduling Management Scripts
3 Hits, Last modified: 8 years ago
Spam Filter Rules: GetDecodedSection
3 Hits, Last modified: 8 years ago
Spam Filter Rules: GetSectionEncoding
3 Hits, Last modified: 8 years ago
Spam Filter Rules: GetUserGroup
3 Hits, Last modified: 8 years ago
Spam Filter Rules: HTTPGetMD5
3 Hits, Last modified: 8 years ago
Virus Scan Filter Scripting
3 Hits, Last modified: 8 years ago
VPOP3.PostgresQuery
3 Hits, Last modified: 8 years ago
Attachment Extraction Scripting
2 Hits, Last modified: 8 years ago
DMARC Reporter Script
2 Hits, Last modified: 3 years ago
Error Handling Scripting
2 Hits, Last modified: 3 years ago
Group a user's folders into letter groups
2 Hits, Last modified: 3 months ago
SMTP Service - Filtering
2 Hits, Last modified: 8 years ago
Spam Filter Rules: CountMatches
2 Hits, Last modified: 13 months ago
Spam Filter Rules: DNS
2 Hits, Last modified: 8 years ago
Spam Filter Rules: DNSBL
2 Hits, Last modified: 6 years ago
Spam Filter Rules: HTTPGet
2 Hits, Last modified: 8 years ago
Spam Filter Rules: HTTPPost
2 Hits, Last modified: 8 years ago
Spam Filter Rules: SURBL
2 Hits, Last modified: 8 years ago
Spam Filter Rules: WinHTTPGet
2 Hits, Last modified: 8 years ago
VPOP3.GetMessagePart
2 Hits, Last modified: 8 years ago
VPOP3.GetMessagePartBody
2 Hits, Last modified: 8 years ago
VPOP3.HMAC
2 Hits, Last modified: 20 months ago
VPOP3.SetSetting
2 Hits, Last modified: 5 years ago
VPOP3.UnBase64
2 Hits, Last modified: 20 months ago
VPOP3.UnHexString
2 Hits, Last modified: 20 months ago
VPOP3Net.GetHTTP
2 Hits, Last modified: 5 years ago
Access Restrictions Internal Format
1 Hits, Last modified: 3 years ago
Address Book tab
1 Hits, Last modified: 8 years ago
Message Archive -> Results Tab
1 Hits, Last modified: 8 years ago
Bandwidth Control
1 Hits, Last modified: 8 years ago
Database query to list failed message sends
1 Hits, Last modified: 8 years ago
Monitor Scripting
1 Hits, Last modified: 7 years ago
POP3 Client Lua Scripting
1 Hits, Last modified: 3 years ago
Management Scripting
1 Hits, Last modified: 8 years ago
os.timedexecute
1 Hits, Last modified: 8 years ago
Quarantine tab
1 Hits, Last modified: 8 years ago
Scheduled Task Script
1 Hits, Last modified: 5 years ago
Mail Sender Advanced Settings
1 Hits, Last modified: 8 years ago
SMTP Service -> Advanced Tab
1 Hits, Last modified: 8 years ago
Mail Connectors -> Mail Senders -> SMTP Direct
1 Hits, Last modified: 8 years ago
SMTP -> Load Limiting tab
1 Hits, Last modified: 8 years ago
Lua SMTP Rules Scripts
1 Hits, Last modified: 3 months ago
Spam Filter Rules: GetAddressType
1 Hits, Last modified: 8 years ago
Spam Filter Rules: GetMD5
1 Hits, Last modified: 8 years ago
Spam Filter Rules: GetSectionMD5
1 Hits, Last modified: 8 years ago
Spam Filter Rules: GlobalMatch
1 Hits, Last modified: 13 months ago
Spam Filter Rules: StartDNS
1 Hits, Last modified: 8 years ago
Spam Filter Rules: StartDNSBL
1 Hits, Last modified: 8 years ago
Spam Filter Rules: StartSURBL
1 Hits, Last modified: 8 years ago
VPOP3.GetFolders Lua function
1 Hits, Last modified: 8 years ago
VPOP3.GetMessageLines
1 Hits, Last modified: 8 years ago
VPOP3.GetMessagePartHeader
1 Hits, Last modified: 8 years ago
VPOP3.GetMessages Lua function
1 Hits, Last modified: 8 years ago
VPOP3.GetSetting
1 Hits, Last modified: 8 years ago
VPOP3.GetUsers Lua function
1 Hits, Last modified: 8 years ago
VPOP3.MessageReset
1 Hits, Last modified: 8 years ago
VPOP3.MessageSeek
1 Hits, Last modified: 8 years ago
VPOP3.SaveAttachment
1 Hits, Last modified: 8 years ago
VPOP3.SendMessage
1 Hits, Last modified: 5 years ago

Page Tools

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