• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

id

Search

You can find the results of your search below.

Ends 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:

  • Bandwidth Control
  • IDS Log Event Numbers
  • SMTP Server -> IDS/IPS

Fulltext results:

Copy SMTP Rules - Database Query
16 Hits, Last modified: 7 years ago
n CREATE OR REPLACE FUNCTION copysmtprules(fromid integer,toid integer) RETURNS integer AS $$ DECLARE rl RECORD; newruleid INTEGER; cnt INTEGER := 0; BEGIN FOR rl... N SELECT * FROM rules.smtprules WHERE service=fromid ORDER BY ruleid LOOP INSERT INTO rules.smtp
Error Handling Scripting
14 Hits, Last modified: 19 months ago
ecipient or sender ProcessMessage3(<component>, <id>, <type>, <severity>, <error>, <connect_error>, <title_id>, <title>, <template_id>, <message>, <target>, <sender>) * component - number indicating which com... the message (eg Mail Collector, Mail Sender) * id - number indicating the id of the component (eg w
Misc -> Advanced Tab
11 Hits, Last modified: 7 years ago
VPOP3 will reply to the sender telling them it did not understand the message in these cases. If you... it has downloaded by remembering the UIDs (Unique ID) of the messages it has downloaded. If VPOP3 sees a UID which it has not seen before, then that message will be downloaded, and if it sees a UID which it has seen before, the message will be ign
Autoresponder Global Scripting
10 Hits, Last modified: 4 days ago
this is a table with the following fields: * ID - the numeric ID of the autoresponder * OwnerID - the numeric ID of the autoresponder's owner * Name - the name of the autoresponder * Text -
SMTP Server Lua Scripting
8 Hits, Last modified: 3 weeks ago
received * **DoMAILFROM()** - called when a valid MAIL FROM command is received * **DoRCPTTO()** - called when a valid RCPT TO command is received * **DoDATAStart()** - called when VPOP3 receives a valid DATA command * **DoUnrecognised()** - called wh... te address list ===V6.5 and later=== * **ServerID** - (IN) - number - ID of SMTP Service in VPOP3
Reset Message Folder Counts
8 Hits, Last modified: 7 years ago
op3pass') Then, type with ff as (select folderid,count(msgid) as cnt, coalesce(sum(length(msgdata)),0) as totsize, sum(case when newflag then 1 els... unt(case when read and not hold then null else msgid end) as unreadcnt, sum(case when hold then 1 e... messages inner join messages.msgdata using(msgdataid)) using(folderid) where deletedtime is null gr
Users.AutoresponderConditions table
7 Hits, Last modified: 7 years ago
dding a new condition. =====Columns===== * condid - numeric ID of the autoresponder condition (primary key) * autoresponderid - numeric ID of the [[users autoresponders|autoresponder]] this condition is linked to * name - tex
Autoresponder Commands
6 Hits, Last modified: 7 years ago
g in the user's autoresponder settings. * **<Valid:**date spec**>** - this specifies that the autore... cified dates. See below for more details The <Valid:> command supports date restrictions to indicate ... You can specify multiple restrictions in one <Valid> command, separated by commas. * Date - the da... and it will work between the two dates, eg **<Valid:1/2/2010-10/2/2010>** to make the autoresponder w
Quarantine tab
6 Hits, Last modified: 7 years ago
[Webmail tabs|General tab bar]] | ^ [[#Message grid|Grid of quarantined messages]] ^ | [[Webmail status bar|Status bar]] | {{:reference:vpop3v5_quaran... iew messages for a particular date ====Message grid==== The grid containing fields: Selection, **From**, **Subject**, **Date**, **Score**, **Size**. By d
POP3 Mail Collection
5 Hits, Last modified: 7 years ago
ender, recipient, subject, sent date, and message-id it will skip the duplicates ===Notes:=== ==(1) M... on. Like other mail software, VPOP3 uses the ''UID'' values of messages to determine whether the messages have been downloaded before. ''UID''s are set by the remote POP3 server. There are ... ause problems: - if the remote server reuses ''UID''s too quickly, you may get missed messages. For
LAN Forwarding Scripting
5 Hits, Last modified: 7 months ago
* check mode = * mail collector = the numeric ID of the Mail Collector the message came from (or -... et recipient, mail collector, target server, rule id, rule comment, run extra data) * return path =... arding rewriting * mail collector = the numeric ID of the Mail Collector the message came from (or -... = the target server details (see below) * rule id = the numeric LAN Forwarding Rule ID which matche
Import Users From File
5 Hits, Last modified: 7 years ago
label ^Description ^Accepted values ^ |**User Id** |The username |Any text | |**Password** |Th... resses with this address, in outgoing mail |A valid email address | |**Assistant** |The assistant's email address |A valid email address/username | |**Send Only To Assista... ally forward incoming mail to this address |A valid email address/username | |**Use Forwarding** |W
Spam Filter Rules: ForEach
5 Hits, Last modified: 7 years ago
presented as\\ ''<section number>:<IMAP4 section ID>:<MIME type>:<section size>:<number of lines>:<at... umber 0 is the message header). The IMAP4 section ID shows any nesting of the section within any MIME ... that the header is not tested (the IMAP4 section ID of the message header is blank). Then, it tests i... ):([\d\. ]*):(.*?):(\d+):(\d+):(.*)$/" ${SectionId} = ${1} If ${2} != "" IfMatch ${SectionType}
Find a message
4 Hits, Last modified: 7 years ago
llmessages INNER JOIN foldermessages fm USING (msgid) INNER JOIN folders f ON f.folderid=fm.folderid INNER JOIN users.users ON userid=usernumber WHERE subject ilike '%<subject to search for>%'; </code>
Lua SMTP Relay Control
4 Hits, Last modified: 7 years ago
riables set at the start of the script: * senderid - this is the numeric message sender configuration id (starting at 0) * sendername - this is the name... a, headerlines) if size > 50000 then if senderid ~= 0 then actions["SkipSend"] = 1; end; else if senderid ~= 1 then actions["SkipSend"] = 1; end; end
Download Rules
4 Hits, Last modified: 7 years ago
Using tables/grids
4 Hits, Last modified: 7 years ago
Calendar.Calendars table
4 Hits, Last modified: 7 years ago
Autoresponder scripting
4 Hits, Last modified: 4 days ago
Lua SMTP MX Control
3 Hits, Last modified: 22 months ago
Spam Filter Rules: GetDecodedSection
3 Hits, Last modified: 7 years ago
Users.Autoresponders table
3 Hits, Last modified: 7 years ago
SMTP Reputation Stats
3 Hits, Last modified: 7 years ago
Running database updates within a transaction
3 Hits, Last modified: 7 years ago
VPOP3.DeleteMessage Lua function
3 Hits, Last modified: 7 years ago
VPOP3.MarkMessageRead Lua function
3 Hits, Last modified: 7 years ago
VPOP3.PurgeMessage Lua function
3 Hits, Last modified: 7 years ago
Mail tab
3 Hits, Last modified: 7 years ago
What's new in version 5 webmail?
3 Hits, Last modified: 7 years ago
Address Book tab
3 Hits, Last modified: 7 years ago
Spamfilter White/Blacklists
3 Hits, Last modified: 7 years ago
Bandwidth Control
3 Hits, Last modified: 7 years ago
LogDB.Recipients table
3 Hits, Last modified: 7 years ago
LogDB.Messages table
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
Database query to list messages in the LAN forwarding queue waiting to go to a specific server
3 Hits, Last modified: 7 years ago
LogDB.SpamRules table
2 Hits, Last modified: 7 years ago
Settings -> Global Address Book
2 Hits, Last modified: 7 years ago
SMTPStats.SMTPClientFailures table
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Comments
2 Hits, Last modified: 7 years ago
LogDB.Sessions table
2 Hits, Last modified: 7 years ago
Find biggest messages
2 Hits, Last modified: 6 years ago
SMTP Service -> Advanced Tab
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionMD5
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContents
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContentsFull
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipCount
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionEncoding
2 Hits, Last modified: 7 years ago
Sent message summary
2 Hits, Last modified: 7 years ago
LDAP Schema in VPOP3 4.x
2 Hits, Last modified: 7 years ago
Offline Archive Error Messages
2 Hits, Last modified: 7 years ago
msgaudit Database table
2 Hits, Last modified: 7 years ago
Archive Script
2 Hits, Last modified: 2 years ago
ListServer Settings
2 Hits, Last modified: 7 years ago
LogDB.Attachments table
2 Hits, Last modified: 7 years ago
loginaudit Database table
2 Hits, Last modified: 22 months ago
Calendar.Events table
2 Hits, Last modified: 7 years ago
Database -> Restore Tab
1 Hits, Last modified: 7 years ago
Settings -> Attachment Processing
1 Hits, Last modified: 7 years ago
VPOP3.UnHexString
1 Hits, Last modified: 7 months ago
VPOP3.GetMessages Lua function
1 Hits, Last modified: 7 years ago
VPOP3Net.GetHTTP
1 Hits, Last modified: 4 years ago
Attachment Extraction Scripting
1 Hits, Last modified: 7 years ago
Batch file to end a database backup
1 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting
1 Hits, Last modified: 7 years ago
Database query to get all lists and members
1 Hits, Last modified: 7 years ago
DMARC Reporter Script
1 Hits, Last modified: 19 months ago
User Routing Script
1 Hits, Last modified: 2 years ago
Status
1 Hits, Last modified: 7 years ago
Spam Filter Rules: IfMatch
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetAddressType
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct
1 Hits, Last modified: 7 years ago
Route incoming POP3 mail by parsing message headers
1 Hits, Last modified: 7 years ago
Database query to list failed message sends
1 Hits, Last modified: 7 years ago
Misc -> General Tab
1 Hits, Last modified: 7 years ago
Lists
1 Hits, Last modified: 7 years ago
Mappings
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