• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • POP3 Protocol • Exchange 2007 • Lost Licence Details • Restore selected mail folders or mailbox in VPOP3 v5 or later • Database query to get all lists and members • SMTPClientBlockAdd Action • Encryption • How to install the VPOP3 Status Monitor on other PCs • 552 5.2.3 Message too large - contact your administrator • Emptying a user's mailbox

type

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:

  • Spam Filter Rules: GetAddressType

Fulltext results:

Spam Filter Rules: GetAddressType
12 Hits, Last modified: 7 years ago
======Spam Filter Rules: GetAddressType====== ^Statement |GetAddressType | ^Version |2.4.6+ | ^Purpose |Analyses a specified email address and reports what 'type' of address it is | The **GetAddressType** statement requires an email address and variable name, in t
SMTP Server Lua Scripting
11 Hits, Last modified: 4 weeks ago
AP style path to the message section * ContentType string - the main content type (eg 'text', 'image' etc) * ContentSubtype string - the content subtype (eg 'html', 'plain', 'gif', etc) * ContentTypeFilename string - the fi
Attachment Processing Script
10 Hits, Last modified: 3 years ago
e==== function NeedsRewrite(attachmentname, MIMEtype, filtervariables) Called when VPOP3 is about to ... ttachment ====GetRename==== function GetRename(type, attachmentName, MIMEtype, filterVariables) * type = MIME or UUENCODE * returns two values, the first is the new filename,
POP3 Client Lua Scripting
10 Hits, Last modified: 22 months ago
AP style path to the message section * ContentType string - the main content type (eg 'text', 'image' etc) * ContentSubtype string - the content subtype (eg 'html', 'plain', 'gif', etc) * ContentTypeFilename string - the fi
Spam Filter Rules: ForEach
7 Hits, Last modified: 7 years ago
either two or three parameters (depending on the type of loop that is being conducted), in the format ForEach <loop type> <data> <loop variable name> On each pass throug... ts must be followed by an **EndFor** statement ^ Type ^ Description ^ Data ^ Version ^ ^Addr |Finds ea... as\\ ''<section number>:<IMAP4 section ID>:<MIME type>:<section size>:<number of lines>:<attachment nam
SMTPStats.SMTPClientFailures table
6 Hits, Last modified: 7 years ago
ime - the date & time the event occurred * errortype - the type of event (see below) * errordetails - data relating to the type of event * ignore - if the event has been ignor... ss has been removed from the block list) ===ErrorType=== The ErrorType value indicates the type of SMTP
Password Strength Checking Script
5 Hits, Last modified: 7 years ago
ed **Check** which should have the following prototype: Check(<username>, <password>, <min password l... kedWords = {"password", "letmein", "computer"} minTypes = 3 function Check(Username, Password, minlengt... A-Z0-9]") then hasSpecial = 1 end differentTypes = hasDigit + hasCaps + hasLower + hasSpecial if differentTypes >= minTypes then return true else ret
Error Handling Scripting
5 Hits, Last modified: 19 months ago
nt or sender ProcessMessage3(<component>, <id>, <type>, <severity>, <error>, <connect_error>, <title_id... id of the component (eg which Mail Collector) * type - number indicating the type of the message * severity - number indicating the severity of the messag... n would be: function ProcessMessage3(comp, id, type, sev, error, connectError, titleId, title, format
Message Rules
5 Hits, Last modified: 7 years ago
e visible in the drop-down list, but you can also type any header field name in there which you wish. ... ome a **does not contain** condition The **Match Type** column indicates the way in which the **Data** ... way. E.g. to add a header 'X-MyData: 1' you would type that into the 'Data' box ====Message Types==== Message Rules only apply to messages arriving in a user
Spam Filter Rules: AddBag
5 Hits, Last modified: 7 years ago
necessary | The **AddBag** statement requires a type, bag name and value, in the format AddBag <type> <bag name> <value> *<type> may be either 'unique' or 'multi' *If <type> is 'unique', then 'value' will only be added to 'bag' i
Spam Filter Rules: DBInsert
5 Hits, Last modified: 7 years ago
database | The **DBInsert** statement requires a type, component name, key and value, in the format DBInsert <type> <component name> <key> <value> * <type> may be either 'unique' or 'multi' * If <type> is 'unique', then the record will only be created if t
Running database updates within a transaction
4 Hits, Last modified: 7 years ago
ave learned (often the hard way) that a simple mistype can trash a database... Before running any datab... at it's not uncommon for people to just forget to type the 'WHERE id=27' part, and manage to delete all ... ou know you have just deleted one row, so you can type ''COMMIT;'' to commit the transaction. However, i... ren't doing this in a transaction, you can simply type ''ROLLBACK;'' to undo what you have just done. A
LogDB.Recipients table
4 Hits, Last modified: 7 years ago
a [[http://www.postgresql.org/docs/9.0/static/datatype-numeric.html|bigint]] sequential value which iden... ]] * name - the recipient email address * rcpttype - the type of recipient (see below) * result - text containing the result of this recipient (eg when ... in the 'recipients' table, not just one. ====RcptType values==== * F = LAN forwarded (on incoming mes
Monitor Scripting
4 Hits, Last modified: 6 years ago
ame string - the name of the attachment * MIMEType string - the MIME type of the attachment * Size number - the size of the attachment * Type string - the type of attachment (MIME, UUE, BINHEX, MIMEUUE, MIMEBINHEX, TNEF) * **ToRecipients** is
LogDB.Sessions table
4 Hits, Last modified: 7 years ago
a [[http://www.postgresql.org/docs/9.0/static/datatype-numeric.html|bigint]] sequential value which iden... the duration of the session (in seconds) * sesstype - this is a single character code indicating what type of session this is (see below) * errorcode - th... contain client IP address, username etc ====Sesstype codes==== * C = SMTP client (via relay) * F =
Status
4 Hits, Last modified: 7 years ago
Signature Script
4 Hits, Last modified: 7 years ago
Message Headers
4 Hits, Last modified: 7 years ago
Webmail Tabs
4 Hits, Last modified: 7 years ago
Spam Filter Rules: CopyBag
4 Hits, Last modified: 7 years ago
Mappings
3 Hits, Last modified: 7 years ago
Lists
3 Hits, Last modified: 7 years ago
Mail Sender Advanced Settings
3 Hits, Last modified: 7 years ago
Copy SMTP Rules - Database Query
3 Hits, Last modified: 7 years ago
Spam Filter Rules: DNS
3 Hits, Last modified: 7 years ago
Archive Script
3 Hits, Last modified: 2 years ago
Autoresponders - v3 and v4
3 Hits, Last modified: 7 years ago
LAN Forwarding Scripting
3 Hits, Last modified: 7 months ago
Spam Filter Rules: Variables
2 Hits, Last modified: 22 months ago
Sent message summary
2 Hits, Last modified: 7 years ago
Status Monitor (port 5109) protocol
2 Hits, Last modified: 6 years ago
SMTP Service - Filtering
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DBDeleteTime
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipCount
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContentsFull
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContents
2 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNS
2 Hits, Last modified: 7 years ago
Spam Filter Rules
2 Hits, Last modified: 2 years ago
Spam Filter Rules: IfMatch
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DBQueryOne
2 Hits, Last modified: 7 years ago
Access Restrictions Internal Format
2 Hits, Last modified: 22 months ago
What's new in version 5 webmail?
2 Hits, Last modified: 7 years ago
Bandwidth Control
2 Hits, Last modified: 7 years ago
Settings -> Diagnostics
2 Hits, Last modified: 7 years ago
Settings -> Attachment Processing
2 Hits, Last modified: 7 years ago
Database query to export LAN Forwarding rules
1 Hits, Last modified: 7 years ago
Delete list member from all lists
1 Hits, Last modified: 7 years ago
Calendar.Events table
1 Hits, Last modified: 7 years ago
Calendar.Calendars table
1 Hits, Last modified: 7 years ago
Autoresponder
1 Hits, Last modified: 7 years ago
Autoresponder Commands
1 Hits, Last modified: 7 years ago
Database query to find forwards/assistants etc in user settings
1 Hits, Last modified: 7 years ago
User Manager Script
1 Hits, Last modified: 14 months ago
Using tables/grids
1 Hits, Last modified: 7 years ago
Database query to view password change history
1 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting
1 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another
1 Hits, Last modified: 7 years ago
Find biggest messages
1 Hits, Last modified: 6 years ago
Reset Message Folder Counts
1 Hits, Last modified: 7 years ago
Spamfilter Quarantine Viewer
1 Hits, Last modified: 7 years ago
LogDB.SpamRules table
1 Hits, Last modified: 7 years ago
POP3 Server -> General Tab
1 Hits, Last modified: 7 years ago
Database query to alter LAN Forwarding rules for one server to go to another
1 Hits, Last modified: 7 years ago
Database query to make LAN Forwarding immediately attempt to dequeue all pending messages
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders -> SMTP Direct
1 Hits, Last modified: 7 years ago
Mail Connectors -> Mail Senders
1 Hits, Last modified: 7 years ago
SMTP -> General tab
1 Hits, Last modified: 7 years ago
LogDB.Messages table
1 Hits, Last modified: 7 years ago
Database query to get all lists and members
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Comments
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
LogDB.Attachments table
1 Hits, Last modified: 7 years ago
Database query to list messages in the LAN forwarding queue waiting to go to a specific server
1 Hits, Last modified: 7 years ago
Database query to list failed message sends
1 Hits, Last modified: 7 years ago
Database query to list ALL messages in the LAN forwarding queue
1 Hits, Last modified: 7 years ago
Import Users From File
1 Hits, Last modified: 7 years ago
Find a message
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