• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • How To Move VPOP3 Version 2 to a New PC • Socket Error 10054 - The virtual circuit was reset by the remote end • Restore a database backup • UserId Replacement • Settings -> Admin Settings • Archiving not saving messages on a shared drive • Spam filter not working • msgaudit Database table • Require SMTP Authentication • OutMsgRetPath Replacement

process

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

Matching pagenames:

  • Settings -> Attachment Processing
  • Attachment Processing Script

Fulltext results:

SMTP Server Lua Scripting
9 Hits, Last modified: 4 months ago
VPOP3 receives an unrecognised SMTP command * **ProcessMessage()** - called when an entire message has be... VPOP3 * **MessageLine()** - (v5+) called after processing each message line received by VPOP3 * **EndM... lled by VPOP3 after the RBL (Realtime Black List) processing has taken place For this function the standar... Global Variables will give the result of the RBL processing. Also there is a table called **RBLResultInfo
Message Rules
8 Hits, Last modified: 7 years ago
** tab can be used to create/edit rules which are processed when messages arrive in a User's mailbox. They... , mark them as read, delete them, etc VPOP3 will process Message Rules in the order they appear in the lis... em into the correct order. Usually when VPOP3 has processed a rule, it will go on to check further rules, but you can use the **Stop Processing after this rule** 'Action' to make VPOP3 stop
Spamfilter Script Configuration tab
6 Hits, Last modified: 7 years ago
If this is **1** then the spamfilter will finish processing the incoming message early on if it finds that... reduces CPU load on the server, and speeds up the processing of messages =====DontRedirect===== If you hav... e [[Spamfilter DNS|DNS requests]] at the start of processing the message, then checks the results at the en... er will check the results at the beginning of the processing. This may slow down the actual processing time
POP3 Client Lua Scripting
6 Hits, Last modified: 2 years ago
r. * **MessageLine()** - called after VPOP3 has processed a line of a message from the remote server,just... wnloading a message from the remote server. * **ProcessMessage()** - called after VPOP3 has downloaded a ... * - called at the end of the POP3 session. =====ProcessMessage()===== ''ProcessMessage("<mailfrom>", "<subject>", <recipient list>, <current actions>, <message MI
Mail Collectors
6 Hits, Last modified: 7 years ago
==Priority==== The **Priority** sets the order of processing of Mail Collectors. Lower numbers are processed first. The order of Mail Collectors with the same prior... y mail is collected at all, but just make some be processed sooner in the cycle than others. If you have,... ies 1-10, then the 'priority 1' Collector will be processed at, say, 10:00, 10:10, 10:20 etc. The 'priority
SMTP Service - Filtering
6 Hits, Last modified: 7 years ago
s===== SMTP Rules let you create custom rules for processing messages as they go through the VPOP3 SMTP ser... ou manually reload the SMTP rules SMTP rules are processed at various times during the SMTP transaction - ... t. Each row in the rule list is a 'rule'. VPOP3 processes the rules in order, from top to bottom. When it finds a rule which matches the message, it will process that rule, then not process any more rules. To a
Settings -> Attachment Processing
5 Hits, Last modified: 7 years ago
======Settings -> Attachment Processing====== The **Attachment Processing** page allows you to configure VPOP3 to perform two distinct function... ncoming Messages==== There are various attachment processing options for incoming messages: * **Check inc... Extraction feature. Attachment Extraction is the process of decoding an attachment from an incoming messag
Attachment Processing Script
4 Hits, Last modified: 3 years ago
======Attachment Processing Script====== (Added in v7.6) This script has functions to allow message attac... y, mime_structure) Called when VPOP3 is about to process a message * returns True if the Lua script wan... , filtervariables) Called when VPOP3 is about to process an attachment in a message (Only called if 'Needs... true, or there is some other reason for VPOP3 to process attachments, eg to remove/rename an attachment du
Spam Filter Rules
4 Hits, Last modified: 3 years ago
clude spamrules_userprocess.txt include spamrules_processresults.txt include spamrules_userfinal.txt </code... mail.txt** - this contains some standard rules to process messages sent by local users, for instance to add... recipients of locally sent mail to the whitelist, process messages to 'notspam@' and 'spam@' etc * **spam... this contains all the spam tests * **spamrules_processresults.txt** - this contains the standard behavio
User Delivery Script
3 Hits, Last modified: 7 years ago
iver** is called at the beginning of the delivery process, after Message Rules have been handled. It can mo... this function will be left unchanged and will be processed after the **DeliverMessage** function is called... Message** is called in the middle of the delivery process, as long as the message is still being delivered
VPOP3.GetMessagePartHeader
3 Hits, Last modified: 7 years ago
IME section header of the message currently being processed. This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP... rt 'Path' from the MimeStructure parameter to the ProcessMessage function The function returns two values:
LogDB.Messages table
3 Hits, Last modified: 7 years ago
time - this is the date/time when the message was processed (in UTC) * spam - boolean value indicating wh... l about the session (eg invalid password etc) * processtime - the time taken to process this message (in seconds)
VPOP3.GetMessagePartBody
3 Hits, Last modified: 7 years ago
ent of a MIME part of the message currently being processed. This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP... rt 'Path' from the MimeStructure parameter to the ProcessMessage function The function returns two values:
Error Handling Scripting
3 Hits, Last modified: 22 months ago
Lua scripting for more fine-grained control ====ProcessMessage3()==== This function is called for each c... e the message subject, text, recipient or sender ProcessMessage3(<component>, <id>, <type>, <severity>, <e... ng' version of the function would be: function ProcessMessage3(comp, id, type, sev, error, connectError,
VPOP3.GetMessagePart
3 Hits, Last modified: 7 years ago
rieves a MIME part of the message currently being processed. This function is only available in the **ProcessMessage** function of the [[lua POP3 client script|POP... rt 'Path' from the MimeStructure parameter to the ProcessMessage function The function returns two values:
Lua Scripting
3 Hits, Last modified: 3 months ago
ListServer Commands
3 Hits, Last modified: 7 years ago
Misc -> Advanced Tab
3 Hits, Last modified: 7 years ago
Spam Filter Rules: Stop
2 Hits, Last modified: 7 years ago
SMTP Direct Sender Settings
2 Hits, Last modified: 7 years ago
Settings
2 Hits, Last modified: 7 years ago
SMTP Server -> IDS/IPS
2 Hits, Last modified: 7 years ago
Route incoming POP3 mail by parsing message headers
2 Hits, Last modified: 7 years ago
Use the spam filter scripting to add fixed text to the subject on incoming messages
2 Hits, Last modified: 4 years ago
Use the spam filter scripting to add random text to the subject on incoming messages
2 Hits, Last modified: 7 years ago
Increase the spam score for certain recipients
2 Hits, Last modified: 7 years ago
Increase the spam score for header marker
2 Hits, Last modified: 5 years ago
Allow messages through from a specific IP address
2 Hits, Last modified: 4 years ago
Spamrules example - increase spam score for long sender domain
2 Hits, Last modified: 7 years ago
Spamrules example - increase spam score if there are many links in the email
2 Hits, Last modified: 7 years ago
Increase the spam score for subject marker
2 Hits, Last modified: 7 years ago
Lua SMTP Relay Control
2 Hits, Last modified: 4 weeks ago
Autoresponder
2 Hits, Last modified: 7 years ago
User Routing Script
2 Hits, Last modified: 2 years ago
LAN Forwarding Scripting
2 Hits, Last modified: 3 weeks ago
LAN Forwarding Queue Status
2 Hits, Last modified: 7 years ago
VPOP3.GetMessageLines
2 Hits, Last modified: 7 years ago
Database -> Restore Tab
2 Hits, Last modified: 7 years ago
Batch file to end a database backup
2 Hits, Last modified: 7 years ago
VPOP3.MessageReset
2 Hits, Last modified: 7 years ago
VPOP3.MessageSeek
2 Hits, Last modified: 7 years ago
VPOP3.SaveAttachment
2 Hits, Last modified: 7 years ago
Summary Log File Format
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Include
1 Hits, Last modified: 7 years ago
Prune Rules
1 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting
1 Hits, Last modified: 7 years ago
VPOP3.GetMessages Lua function
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Reject
1 Hits, Last modified: 7 years ago
Message Archive -> General
1 Hits, Last modified: 7 years ago
Spam Filter Rules: IfMatch
1 Hits, Last modified: 7 years ago
ListServer Settings
1 Hits, Last modified: 7 years ago
Attachment Extraction Scripting
1 Hits, Last modified: 7 years ago
Autoresponder Commands
1 Hits, Last modified: 7 years ago
Autoresponder Global Scripting
1 Hits, Last modified: 3 months ago
Autoresponder scripting
1 Hits, Last modified: 3 months ago
Calendar.Events table
1 Hits, Last modified: 7 years ago
Download Rules
1 Hits, Last modified: 7 years ago
IMAP4 -> Advanced tab
1 Hits, Last modified: 7 years ago
Import Users From File
1 Hits, Last modified: 7 years ago
Settings -> Local Mail -> General
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection
1 Hits, Last modified: 7 years ago
Lua SMTP MX Control
1 Hits, Last modified: 4 weeks ago
Management Scripting
1 Hits, Last modified: 7 years ago
Mappings
1 Hits, Last modified: 7 years ago
Misc -> DNS Tab
1 Hits, Last modified: 7 years ago
os.timedexecute
1 Hits, Last modified: 7 years ago
Send Admin Message
1 Hits, Last modified: 7 years ago
Archive Script
1 Hits, Last modified: 2 years ago
Spam Filter Rules: AddNullAddress
1 Hits, Last modified: 7 years ago
VPOP3.UnHexString
1 Hits, Last modified: 10 months ago

Page Tools

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