• skip to content

PSCS Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Error message: VPOP3 Alert - Non-existent user - <username> • How to Restore a backup of VPOP3 • GDPR for other hosting services (eg web hosting) • Internationalisation • Copy Outgoing mail • Autoresponders - v3 and v4 • When sending mail, VPOP3 adds 'PRVS=...' to the sender address • Global Signature • POP3 Protocol • RBL Checking not working in VPOP3 Enterprise

called

Search

You can find the results of your search below.

Contains
  • 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()
52 Hits, Last modified: 3 weeks ago
=====End()===== ''End()'' This function is called by VPOP3 when the SMTP service session ends ======SMTP... 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
POP3 Client Lua Scripting
11 Hits, Last modified: 3 years ago
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
8 Hits, Last modified: 8 years ago
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
LAN Forwarding Scripting
7 Hits, Last modified: 10 months ago
Scripts =====Pre-send===== These functions are called before the message is placed in the LAN Forwardin... path address may not be known, the script may be called many times. It will be a new instance of the scri... time. Only the "PreprocessRules" function will be called in this state In "message" or "internal", there ... of the script per recipient- "PreprocessRules" is called first, then "GetReturnPath" is called if the mess
Attachment Processing Script
5 Hits, Last modified: 4 weeks ago
tervariables, attachments_array, mime_structure) Called when VPOP3 is about to process a message * ret... 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 ... e 'RewriteAttachment' function call (so it is not called multiple times in parallel) ==RewriteAttachment=
Scheduled Task Script
5 Hits, Last modified: 5 years ago
rly or daily. The Lua script is stored in a file called **scheduler.lua** in the VPOP3 directory in VPOP3... script is loaded at start and then functions are called periodically. This mean that script global variab... s. The 1 minute, 5 minute, 1 hour functions are called approximately those times after the previous call... be slight time variations. The 1 day function is called just after midnight every day. Note that the fun
Lua SMTP Rules Scripts
5 Hits, Last modified: 3 months ago
s for messages received by SMTP, it runs a script called **smtprules_(x).lua**, where (x) is replaced by t... ge data has been received. A function 'First' is called when the SMTP Rules processing starts A function 'Last' is called when the SMTP Rules processing ends, only if no o... he rule processing to end A function can also be called if a 'Call Lua Function' SMTP rule is triggered.
Lua SMTP MX Control
3 Hits, Last modified: 4 months ago
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... tion===== In VPOP3 v8.8 and later, a function is called as each message is sent, allowing the Lua script
Lua SMTP Relay Control
3 Hits, Last modified: 10 months ago
to send messages via SMTP Relay, it runs a script called **relayout.lua** in the VPOP3 directory. ====Glo... lter rules) VPOP3 calls a function in that script called **CheckFile**. The function signature is: **Chec... tion===== In VPOP3 v8.8 and later, a function is called as each message is sent, allowing the Lua script
Password Strength Checking Script
3 Hits, Last modified: 6 months ago
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
Quarantine Report Mailer Scripting
3 Hits, Last modified: 4 weeks ago
r Scripting====== (Added in v9.1) This script is called when VPOP3 is mailing out (or considering mailing... name, itemLimit) returns newItemLimit This is called for each user, and indicates how many items will ... Order, numberOfItems, quarantineItems) This is called for each user to whom an email will be sent, and
Scheduling Management Scripts
3 Hits, Last modified: 8 years ago
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
User Manager Script
3 Hits, Last modified: 3 weeks ago
ngs → Scripts page in VPOP3 v8.0 and later and is called 'UserManager.LUA' ====TranslateUsername==== VPOP3 calls a function called **TranslateUsername** which should have the follo... th a copy of someone's settings, this function is called to allow filtering/processing of copied settings
Archive Script
2 Hits, Last modified: 3 years ago
y the script. The Lua script is stored in a file called **archive.lua** which is stored in the VPOP3 dire... in VPOP3 v6.7 and later. VPOP3 calls a function called **ArchiveRules** which should have the following
Bandwidth Control
2 Hits, Last modified: 8 years ago
h limit on the connection. VPOP3 runs a function called 'GetBandwidth' in a file called **bandwidth.lua** in the VPOP3 directory. The function signature is: **G
IMAP4 -> Advanced tab
2 Hits, Last modified: 8 years ago
Import Users From File
2 Hits, Last modified: 8 years ago
Monitor Scripting
2 Hits, Last modified: 7 years ago
Outgoing Message Scripting
2 Hits, Last modified: 2 years ago
Mail Connectors -> Connector Schedule
2 Hits, Last modified: 8 years ago
Signature Script
2 Hits, Last modified: 8 years ago
Spam Filter Rules: DefineRule
2 Hits, Last modified: 8 years ago
Summary Log File Format
2 Hits, Last modified: 8 years ago
Message Archive -> Offline Tab
1 Hits, Last modified: 8 years ago
Attachment Extraction Scripting
1 Hits, Last modified: 8 years ago
Autoresponder Global Scripting
1 Hits, Last modified: 3 months ago
Autoresponder scripting
1 Hits, Last modified: 13 months ago
Database -> Restore Tab
1 Hits, Last modified: 8 years ago
DMARC Reporter Script
1 Hits, Last modified: 3 years ago
Error Handling Scripting
1 Hits, Last modified: 3 years ago
IMAP4 Server Scripting
1 Hits, Last modified: 4 weeks ago
Lists
1 Hits, Last modified: 8 years ago
Logging
1 Hits, Last modified: 8 years ago
Lua SMTP MX Server Rules
1 Hits, Last modified: 4 months ago
Management Scripting
1 Hits, Last modified: 8 years ago
Mappings
1 Hits, Last modified: 8 years ago
Misc -> External Fax Tab
1 Hits, Last modified: 8 years ago
Misc -> General Tab
1 Hits, Last modified: 8 years ago
SMTP Server -> Spam Reduction
1 Hits, Last modified: 8 years ago
Increase the spam score for header marker
1 Hits, Last modified: 6 years ago
Spam Filter Rules: DNS
1 Hits, Last modified: 8 years ago
Spam Filter Rules: DNSBL
1 Hits, Last modified: 6 years ago
Spam Filter Rules: Escape
1 Hits, Last modified: 8 years ago
Spam Filter Rules: SendMessage
1 Hits, Last modified: 8 years ago
Spam Filter Rules: SURBL
1 Hits, Last modified: 8 years ago
VPOP3 Status Monitor
1 Hits, Last modified: 8 years ago
Permissions
1 Hits, Last modified: 8 years ago
Virus Scan Filter Scripting
1 Hits, Last modified: 8 years ago

Page Tools

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