• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Delete OutQueue messages directly from the database • Alternative method of automatically starting VPOP3 • ListServer Settings • Access Restrictions Internal Format • How do I write an email to technical support? • Can you remotely log into our VPOP3 computer to fix a problem? • Using VPOP3 with Microsoft Exchange Server • Spam Filter Rules: Include • Some PCs cannot access VPOP3 when VPOP3 is connected to the Internet • Management Scripting

return

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (39)
  • how_to (8)
  • adminapi (6)
  • mailapi (5)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • The message could not be loaded. Please return to the Quarantine page and try again

Fulltext results:

SMTP Server Lua Scripting @reference
34 Hits, Last modified: 4 weeks ago
e welcome message is sent to the SMTP client Can return "" to give the default welcome message, or anothe... 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 will be used, or the return value from the **Start()** function if any. Other
Lua SMTP Relay Control @reference
15 Hits, Last modified: 7 years 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
Mail Sender Advanced Relay Settings @reference
14 Hits, Last modified: 7 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
LAN Forwarding Scripting @reference
12 Hits, Last modified: 7 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
Lua SMTP MX Control @reference
8 Hits, Last modified: 22 months ago
YYYMMDDHHMMSS * ReturnPath - The message sender/return path value * Recipients - A table containing a ... the message. If nothing else, the function should return the Actions parameter. The Actions object contai... the message. If nothing else, the function should return the Actions parameter. The Actions object contai... he session * returnAddressModifier - should the return address be modified by VPOP3 * defaultReturnAdd
Forwarded Emails Not Arriving @how_to
7 Hits, Last modified: 7 years ago
ddress works OK, then the problem may be the SMTP return address which VPOP3 is using. By default, VPOP3 will use the original return address of the message, so if a message is sent t... orward the message out, using that address as the return address. Your ISP may be rejecting or discarding ... d go to the **Advanced Relay Settings** tab. SMTP Return Address Modifiers section. In there, find the **S
Password Strength Checking Script @reference
7 Hits, Last modified: 7 years 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",... ower(Password) if Password == Username then return false end for _, value in pairs(blockedWords)
SMTPIDSEvents Replacement @adminapi
7 Hits, Last modified: 7 years ago
es from the SMTP client logging database. It will return 100 entries unless the **count** parameter is spe... hat will specify the maximum number of entries to return. If the **client** parameter is specified, then it will only return the entries specific to that client IP address, otherwise it will return all entries. The return value is in JSON format:
Signature Script @reference
6 Hits, Last modified: 7 years ago
t into a single table, etc. This function should return a string which tells VPOP3 which signature to use (if there isn't a return value, VPOP3 will use the signature configured in... domain1%.com$") then if Type == "PLAIN" then return "This is the signature for domain1" else return "<p>This is the HTML signature for domain1</p>" en
IMAP4 Server Scripting @reference
5 Hits, Last modified: 7 years 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==== ... the list (eg CHILDINFO data) The function should return a three values - boolean to indicate whether th
User Manager Script @reference
4 Hits, Last modified: 14 months ago
he user name entered by the user The script will return a single value, which is the VPOP3 username that ... } if (users[Username]) then return users[Username] end return Username; end </code> or <code> function TranslateUsername(Prot... ng.gsub(Username, "@company%.com$", ""); return Username; end </code> If you need, we can produ
Archive Script @reference
4 Hits, Last modified: 2 years ago
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... header, content) if (subject == "bibble") then return "BibbleTest"; end end</code> If you need, we ca
Scheduling Management Scripts @reference
3 Hits, Last modified: 7 years ago
nd the old version is unloaded. This function can return a string value which will be passed to the ''Relo... ring value ''str'' passed to this function is the return value of the previous ''Unload()'' function calle... earlier (or an empty string if there was no such return value) ====Sched1Min==== VPOP3 calls the ''Sched
Spam Filter Rules: HTTPGetMD5 @reference
2 Hits, Last modified: 7 years ago
webpage <nowiki>"http://www.pscs.co.uk"</nowiki>, return the HTTP headers into the ${hdrs} variable and return MD5 hash of the contents into the ${md5var} variabl
Spam Filter Rules: HTTPPost @reference
2 Hits, Last modified: 7 years ago
nowiki>"http://www.pscs.co.uk/test.cgi"</nowiki>, return the resulting HTTP headers into the ${hdrs} variable and return the resulting content into the ${content} variabl
Spam Filter Rules: HTTPGet @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: WinHTTPGet @reference
2 Hits, Last modified: 7 years ago
Autoresponder Global Scripting @reference
2 Hits, Last modified: 5 days ago
Spamfilter Whitelist & Blacklist @how_to
2 Hits, Last modified: 7 years ago
Outgoing Message Scripting @reference
2 Hits, Last modified: 15 months ago
SMTP Service - Filtering @reference
2 Hits, Last modified: 7 years ago
Error Handling Scripting @reference
2 Hits, Last modified: 19 months ago
Virus Scan Filter Scripting @reference
2 Hits, Last modified: 7 years ago
Attachment Extraction Scripting @reference
2 Hits, Last modified: 7 years ago
OutMsgRetPath Replacement @adminapi
1 Hits, Last modified: 7 years ago
Scheduled Task Script @reference
1 Hits, Last modified: 4 years ago
SMTP Service -> Advanced Tab @reference
1 Hits, Last modified: 7 years ago
SMTP -> Load Limiting tab @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: CountMatches @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetAddressType @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetUserGroup @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Variables @reference
1 Hits, Last modified: 22 months ago
VPOP3.SetSetting @reference
1 Hits, Last modified: 4 years ago
Mail Connectors -> Mail Senders -> SMTP Direct @reference
1 Hits, Last modified: 7 years ago
Lua Hashing Functions @reference
1 Hits, Last modified: 7 months ago
Management Scripting @reference
1 Hits, Last modified: 7 years ago
The message could not be loaded. Please return to the Quarantine page and try again @how_to
1 Hits, Last modified: 7 years ago
SMTPSPFWhitelist Replacement @adminapi
1 Hits, Last modified: 7 years ago
UserRuleActionUpdate Replacement @adminapi
1 Hits, Last modified: 7 years ago
UserRuleConditionUpdate Replacement @adminapi
1 Hits, Last modified: 7 years ago
UserRuleUpdate Replacement @adminapi
1 Hits, Last modified: 7 years ago
550/553 Not Permitted error from BT Internet's mail servers @how_to
1 Hits, Last modified: 7 years ago
Backscatter @how_to
1 Hits, Last modified: 7 years ago
Error Messages @how_to
1 Hits, Last modified: 2 years ago
Mail Not Downloading From ISP @how_to
1 Hits, Last modified: 7 years ago
Seeing where a message came from @how_to
1 Hits, Last modified: 7 years ago
AutoresponderConditionList Replacement @mailapi
1 Hits, Last modified: 7 years ago
POP3 Client Lua Scripting @reference
1 Hits, Last modified: 22 months ago
AutoresponderInfo Replacement @mailapi
1 Hits, Last modified: 7 years ago
UserRuleActionUpdate Replacement @mailapi
1 Hits, Last modified: 7 years ago
UserRuleConditionUpdate Replacement @mailapi
1 Hits, Last modified: 7 years ago
UserRuleUpdate Replacement @mailapi
1 Hits, Last modified: 7 years ago
Access Restrictions Internal Format @reference
1 Hits, Last modified: 22 months ago
Address Book tab @reference
1 Hits, Last modified: 7 years ago
Attachment Processing Script @reference
1 Hits, Last modified: 3 years ago
Copy SMTP Rules - Database Query @reference
1 Hits, Last modified: 7 years ago
Monitor Scripting @reference
1 Hits, Last modified: 6 years ago
VPOP3Net.GetHTTP @reference
1 Hits, Last modified: 4 years ago

Page Tools

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