• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Lost Licence Details • Spamfilter White/Blacklists • How to move messages between users • GDPR for other hosting services (eg web hosting) • German Webmail Language Page • Socket Error 11001 - Host not found (authoritative answer) • Spam Quarantine • Copy Outgoing mail • What is Webmail? • Socket Error 10503 - No More Data

get

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

Matching pagenames:

  • Database query to get all lists and members
  • Spam Filter Rules: GetAddressType
  • Spam Filter Rules: GetDecodedSection
  • Spam Filter Rules: GetMD5
  • Spam Filter Rules: GetRFC822Date
  • Spam Filter Rules: GetSectionEncoding
  • Spam Filter Rules: GetSectionMD5
  • Spam Filter Rules: GetUserGroup
  • Spam Filter Rules: HTTPGet
  • Spam Filter Rules: HTTPGetMD5
  • Spam Filter Rules: WinHTTPGet
  • VPOP3.GetFolders Lua function
  • VPOP3.GetMessageLines
  • VPOP3.GetMessagePart
  • VPOP3.GetMessagePartBody
  • VPOP3.GetMessagePartHeader
  • VPOP3.GetMessages Lua function
  • VPOP3.GetSetting
  • VPOP3.GetUsers Lua function
  • VPOP3Net.GetHTTP

Fulltext results:

Spam Filter Rules
24 Hits, Last modified: 2 years ago
ement_foreach|ForEach]] * [[spamrules_statement_getaddresstype|GetAddressType]] * [[spamrules_statement_getdecodedsection|GetDecodedSection]] * [[spamrules_statement_getgeoip|GetGeoIP]] * [[spamrules_statem
LAN Forwarding Scripting
12 Hits, Last modified: 7 months ago
pts There are two global variables set: * MessageType - this is the state VPOP3 is in when calling t... a message should be LAN forwarded or not * MessageType2 - if MessageType is "check", this contains more information about the stage of internal processing... cipient- "PreprocessRules" is called first, then "GetReturnPath" is called if the message will be LAN F
Database query to alter LAN Forwarding rules for one server to go to another
11 Hits, Last modified: 7 years ago
it may be easier to use DNS host names as the targets in the rules, so you can simply change the IP ad... 3pass') Then, type UPDATE messages.outgoingtargets SET target='<new server>' WHERE target='<old server>'; Where <new server> and <old server> are the IP address
Lua Scripting
11 Hits, Last modified: 5 days ago
]] * [[os.setsafety]] * [[os.sleep]] * [[os.getdirectory]] * [[os.timedexecute]] * [[VPOP3.GetSetting]] * [[VPOP3.SetSetting]] * [[VPOP3.ExpandAddress]] * [[VPOP3.GetUserList]] * [[VPOP3.GetUserSetting]] * [[VPOP3.SetUserSetting]] * [[VPOP3Net.GetDNSRecords]]
Spam Filter Rules: HTTPGet
10 Hits, Last modified: 7 years ago
======Spam Filter Rules: HTTPGet====== ^Statement |HTTPGet | ^Version |2.3.7+ | ^Purpose |Enables the script to retrieve a web page | The **HTTPGet** statement requires a url, headers variable name and content variable name, in the format HTTPGet <url> <headers variable name> <content variable n
Spam Filter Rules: WinHTTPGet
9 Hits, Last modified: 7 years ago
======Spam Filter Rules: WinHTTPGet====== ^Statement |WinHTTPGet | ^Version |2.4.9+ | ^Purpose |Enables the script to retrieve a web pa... e using the WinINET functionality | The **WinHTTPGet** statement requires a url, headers variable name... and content variable name, in the format WinHTTPGet <url> <headers variable name> <content variable n
Spam Filter Rules: GetSectionMD5
8 Hits, Last modified: 7 years ago
======Spam Filter Rules: GetSectionMD5====== ^Statement |GetSectionMD5 | ^Version |2.3.6+ | ^Purpose |Performs an MD5 hash on a ... e specified variable in hex encoded form | The **GetSectionMD5** statement requires a message section number and variable name, in the format GetSectionMD5 <message section number> <variable name
Error Handling Scripting
7 Hits, Last modified: 19 months ago
ings would filter it out, or you could set the target to <blank> to suppress the message even if it wou... title_id>, <title>, <template_id>, <message>, <target>, <sender>) * component - number indicating wh... ate * message - text of the message body * target - email address of the target * sender - email address of the sender The function should return 5
Spam Filter Rules: GetDecodedSection
7 Hits, Last modified: 7 years ago
======Spam Filter Rules: GetDecodedSection====== ^Statement |GetDecodedSection | ^Version |2.1.11+ | ^Purpose |Returns a specifi... intable encoding of the raw message data | The **GetDecodedSection** statement requires a message section number and variable name, in the format GetDecodedSection <message section number> <variable
Spam Filter Rules: GetSectionEncoding
7 Hits, Last modified: 7 years ago
======Spam Filter Rules: GetSectionEncoding====== ^Statement |GetSectionEncoding | ^Version |2.3.9+ | ^Purpose |Retrieves the MI... s the result into the specified variable | The **GetSectionEncoding** statement requires a message section number and variable name, in the format GetSectionEncoding <message section number> <variable
VPOP3.GetMessages Lua function
6 Hits, Last modified: 7 years ago
======VPOP3.GetMessages Lua function====== The [[management scripting|Lua management]] function 'VPOP3.GetMessages' retrieves a table containing all the mail messages in a specified folder. VPOP3.GetFolders(username, folder); * **username** is the username from [[VPOP3.GetUsers]] * **folder** is the folder from [[VPOP3.
SMTP Server Lua Scripting
6 Hits, Last modified: 4 weeks ago
le to dynamically alter service load limits * **GetMaxMessageSize()** - called at startup, and when the HELO and EHLO commands are received * **GetEHLOCapabilities()** - called when the EHLO comman... a **5xx** or **4xx** result code is given. =====GetMaxMessageSize()===== ''GetMaxMessageSize("<hostname>", <current max size in bytes>)'' This function i
Database query to list messages in the LAN forwarding queue waiting to go to a specific server
6 Hits, Last modified: 7 years ago
nts r USING(msgid) INNER JOIN messages.outgoingtargets USING(msgid) WHERE target='<server>' ORDER BY msgid; to list all the messages in the LAN forwardin... ied in the LAN forwarding rules, including the target port number if applicable. Do not include the <> ... r use SELECT count(*) FROM messages.outgoingtargets WHERE target='<server>'; to simply get a coun
Attachment Processing Script
6 Hits, Last modified: 3 years ago
be altered: * NeedsRecode * NeedsRewrite * GetRename * GetContentDispositionLine (added in v7.8) * IsLockNeeded * RewriteAttachment ====NeedsR... cript wants to rewrite/rename the attachment ====GetRename==== function GetRename(type, attachmentName, MIMEtype, filterVariables) * type = MIME or UU
Attachment Extraction Scripting
6 Hits, Last modified: 7 years ago
Extract(attachmentname, sender, subject, copy, targetdirectory) * attachmentname - the filename of t... cate that the attachment will be copied to the target directory (true) or moved to the target directory and deleted from the message (false) * targetdirectory - the target directory determined by the
Mail Connectors -> Mail Senders -> SMTP Direct
5 Hits, Last modified: 7 years ago
Database -> Restore Tab
5 Hits, Last modified: 7 years ago
Signature Script
5 Hits, Last modified: 7 years ago
Spam Filter Rules: GetRFC822Date
5 Hits, Last modified: 22 months ago
Spam Filter Rules: GetMD5
5 Hits, Last modified: 7 years ago
Spam Filter Rules: GetUserGroup
5 Hits, Last modified: 7 years ago
Running database updates within a transaction
5 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGetMD5
5 Hits, Last modified: 7 years ago
Spam Filter Rules: GetAddressType
5 Hits, Last modified: 7 years ago
Mappings
4 Hits, Last modified: 7 years ago
Spam Filter Rules: ForEach
4 Hits, Last modified: 7 years ago
Archive Script
4 Hits, Last modified: 2 years ago
Lua SMTP MX Server Rules
4 Hits, Last modified: 22 months ago
Autoresponder Commands
4 Hits, Last modified: 7 years ago
Management Scripting
3 Hits, Last modified: 7 years ago
VPOP3.MarkMessageRead Lua function
3 Hits, Last modified: 7 years ago
VPOP3.DeleteMessage Lua function
3 Hits, Last modified: 7 years ago
Message Archive -> Offline Tab
3 Hits, Last modified: 7 years ago
Database query to list ALL messages in the LAN forwarding queue
3 Hits, Last modified: 7 years ago
POP3 Mail Collection
3 Hits, Last modified: 7 years ago
VPOP3.GetFolders Lua function
3 Hits, Last modified: 7 years ago
SMTP Direct Sender Settings
3 Hits, Last modified: 7 years ago
VPOP3.PurgeMessage Lua function
3 Hits, Last modified: 7 years ago
DMARC Reporter Script
3 Hits, Last modified: 19 months ago
User Routing Script
2 Hits, Last modified: 2 years ago
VPOP3.GetMessageLines
2 Hits, Last modified: 7 years ago
VPOP3.GetMessagePart
2 Hits, Last modified: 7 years ago
Reset Message Folder Counts
2 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartBody
2 Hits, Last modified: 7 years ago
VPOP3.GetUsers Lua function
2 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another
2 Hits, Last modified: 7 years ago
VPOP3Net.GetHTTP
2 Hits, Last modified: 4 years ago
VPOP3.RenameFolder Lua function
2 Hits, Last modified: 7 years ago
Bandwidth Control
2 Hits, Last modified: 7 years ago
Database -> Backups Tab
2 Hits, Last modified: 7 years ago
SMTP Service - Filtering
2 Hits, Last modified: 7 years ago
Monitor Scripting
2 Hits, Last modified: 6 years ago
IMAP4 Server Scripting
2 Hits, Last modified: 7 years ago
VPOP3.GetMessagePartHeader
2 Hits, Last modified: 7 years ago
Message Monitoring
2 Hits, Last modified: 7 years ago
VPOP3.GetSetting
2 Hits, Last modified: 7 years ago
Mail tab
2 Hits, Last modified: 7 years ago
Send Admin Message
2 Hits, Last modified: 7 years ago
User Routing Options
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipCount
1 Hits, Last modified: 7 years ago
Increase the spam score for subject marker
1 Hits, Last modified: 7 years ago
Status Monitor (port 5109) protocol
1 Hits, Last modified: 6 years ago
Summary Log File Format
1 Hits, Last modified: 7 years ago
Prune Rules
1 Hits, Last modified: 7 years ago
Useful Database Queries
1 Hits, Last modified: 4 years ago
Spam Filter Rules: ZipContentsFull
1 Hits, Last modified: 7 years ago
VPOP3.MessageSeek
1 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting
1 Hits, Last modified: 7 years ago
VPOP3.MessageReset
1 Hits, Last modified: 7 years ago
Access Restrictions Internal Format
1 Hits, Last modified: 22 months ago
Increase the spam score for certain recipients
1 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContents
1 Hits, Last modified: 7 years ago
SMTP Reputation Stats
1 Hits, Last modified: 7 years ago
Settings -> Attachment Processing
1 Hits, Last modified: 7 years ago
Autoresponder scripting
1 Hits, Last modified: 5 days ago
Find a message
1 Hits, Last modified: 7 years ago
Database query to get all lists and members
1 Hits, Last modified: 7 years ago
LAN Forwarding Queue Status
1 Hits, Last modified: 7 years ago
Lists
1 Hits, Last modified: 7 years ago
Mail Collectors
1 Hits, Last modified: 7 years ago
Misc -> Advanced Tab
1 Hits, Last modified: 7 years ago
msgaudit Database table
1 Hits, Last modified: 7 years ago
Mail Sender Advanced Settings
1 Hits, Last modified: 7 years ago
Use the spam filter scripting to add fixed text to the subject on incoming messages
1 Hits, Last modified: 4 years ago
Spam Filter Rules: Stop
1 Hits, Last modified: 7 years ago
Use the spam filter scripting to add random text to the subject on incoming messages
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Assignments
1 Hits, Last modified: 7 years ago
Increase the spam score for header marker
1 Hits, Last modified: 5 years ago
Allow messages through from a specific IP address
1 Hits, Last modified: 3 years ago
Spamrules example - increase spam score for long sender domain
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score if there are many links in the email
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Goto
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Random
1 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNS
1 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNSBL
1 Hits, Last modified: 7 years ago
Spam Filter Rules: StartSURBL
1 Hits, Last modified: 7 years ago
What's new in version 5 webmail?
1 Hits, Last modified: 7 years ago

Page Tools

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