• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace:

example

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (89)
  • how_to (22)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • SMTP Rule Example - restrict who can send to a local email address
  • Spamrules example - increase spam score for long sender domain
  • Spamrules example - increase spam score if there are many links in the email

Fulltext results:

Seeing where a message came from @how_to
12 Hits, Last modified: 7 years ago
ed'' line in the headers, and work upwards. =====Example===== This is an example of some full headers <code>Return-Path: <a.user@example.com> Received: from mail.example.com ([127.221.14.44]) by lmail.pscs.co.uk ([217.155.61.13] running VPOP3)
ListServer Commands @reference
9 Hits, Last modified: 7 years ago
*) Send a subject of **subscribe listname**. For example Subject: subscribe offers-list n.b. Use the /... Send a subject of **unsubscribe listname**. For example Subject: unsubscribe offers-list n.b. Use the... ted to **sub**) Send **subscribe listname**. For example subscribe offers-list n.b. Use the //list nam... ed to **uns**) Use **unsubscribe listname**. For example unsubscribe offers-list or **unsubscribe list
Formatting Syntax @wiki
8 Hits, Last modified: 3 years ago
links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [... inks. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [... t formats for maximum browser compatibility. For example consider this embedded mp4 video: {{video.mp4|... the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work. ===== Lis
Mail Connectors -> Mail Senders -> SMTP Direct @reference
7 Hits, Last modified: 7 years ago
ts to send a message to a recipient, eg //someone@example.com//, it first does a DNS lookup for **MX** records for //example.com//. Those MX records will indicate the **name*... For instance, the DNS lookup may return: * mail.example.com - priority 10 * mx2.example.com - priority 20 In this case, the sending mail server will then res
Spam Filter Rules: ForEach @reference
5 Hits, Last modified: 7 years ago
|::: |2.1.7+ | =====Examples===== The following example loops through each URL found in the message, and ... the log file for each URL </code> The following example loops through each email address found in the 'Re... ist] Break EndIf EndFor </code> The following example loops through all of the header lines of the mess... # Statements EndIf EndFor </code> The following example loops through all of the recipients of any locall
Spam Filter Rules: IfMatch @reference
5 Hits, Last modified: 7 years ago
ed to be a valid match if this option is set. For example, without this option set, a match of a?b? will al... instead of the default mode of greedy. | =====Example===== This following example will perform a case insensitive regular expression search of the Subject line ... ct "/.*hello.*/i" # Statements EndIf </code> The example above does not need a regular expression and coul
Spamfilter White/Blacklists @reference
4 Hits, Last modified: 7 years ago
o, for instance, these are valid entries * name@example.com * *@example.com * fred.*@example.com * /^fred\.[a-z+]@example\.com/i ====Word entries==== When you are adding whitelist or blacklist word
Spam Filter Rules: GetAddressType @reference
4 Hits, Last modified: 7 years ago
nvalid |An unrecognised local recipient | =====Example===== The following example will analyse the 'user@example.com' address and return an address type code into the ${addrType} variable <code> GetAddressType "user@example.com" addrType </code>
Settings -> Local Mail -> General @reference
3 Hits, Last modified: 7 years ago
d by a semi-colon (**'';''**).\\ e.g. ''**domain1.example.com;domain2.example.com;domain3.example.com**'' The **Local Domains** box will also support individual email addresses, if yo
Performance Requirements @how_to
3 Hits, Last modified: 7 years ago
y over 5000 IOPS, even up to 250,000 IOPS. As an example, one of our VPOP3 hosted service servers was runn... =====Examples===== ====Low Requirements==== For example, 25 users with VPOP3 Enterprise (using IMAP4) or ... 200RPM SATA drives ====High Requirements==== For example, 100 users or more, with VPOP3 Enterprise (using
Spam Filter Rules: AddBag @reference
3 Hits, Last modified: 7 years ago
then 'value' will always be added to 'bag' =====Example===== The following example demonstrates the 'unique' method of adding a value to a bag <code> ${myvalue} =... ns the values "a" and "b" </code> The following example demonstrates the 'multi' method of adding a value
SMTP Rule Example - restrict who can send to a local email address @how_to
3 Hits, Last modified: 7 years ago
======SMTP Rule Example - restrict who can send to a local email address====== If you have a local email a... s to be able to send to this address==== For this example, say you have a distribution list called //direct... to be able to send to this address==== For this example, say you have a distribution list called //direct
Password Strength Checking Script @reference
2 Hits, Last modified: 7 years ago
t (true = allowed, false = not allowed) A simple example to prevent the password being the same as the use... se return true end end </code> A more complex example is: <code> blockedWords = {"password", "letmein",
Spamfilter Rule Weights @reference
2 Hits, Last modified: 7 years ago
to the message for that rule, let's use 27 as an example. The Rule Weight then acts as a multiplier. So, if the weight for this example rule was '2', then the rule would contribute a va
Spam Filter Rules: Comments @reference
2 Hits, Last modified: 7 years ago
end of a line. =====Examples===== The following example demonstrates valid uses of comments <code> ${Appl... the next line ${Pears} = 2 </code> The following example shows an invalid use of comments <code> ${Apples}
Spam Filter Rules: BulkScan @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: CountMatches @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DefineRule @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: DNSBL @reference
2 Hits, Last modified: 5 years ago
Spam Filter Rules: ZipCount @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContentsFull @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetUserGroup @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGet @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPGetMD5 @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: HTTPPost @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: SendMessage @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: SURBL @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: WinHTTPGet @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContents @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetMD5 @reference
2 Hits, Last modified: 7 years ago
Attachments have been removed or renamed @how_to
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ClearBag @reference
2 Hits, Last modified: 7 years ago
Full Text Search @how_to
2 Hits, Last modified: 7 years ago
Route MX Sent (Direct) Outbound Mail Through Your ISP @how_to
2 Hits, Last modified: 7 years ago
How To Setup VPOP3 Service Security @how_to
2 Hits, Last modified: 7 years ago
Settings -> Attachment Processing @reference
2 Hits, Last modified: 7 years ago
Attachment Extraction Scripting @reference
2 Hits, Last modified: 7 years ago
SMTP Rules @how_to
2 Hits, Last modified: 7 years ago
Signing outgoing mail with DKIM @how_to
2 Hits, Last modified: 5 years ago
Spam Filter Rules: Random @reference
1 Hits, Last modified: 7 years ago
Restricting the number of messages sent @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBayesHam @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBag @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Reject @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Redirect @reference
1 Hits, Last modified: 7 years ago
Restricting the number of recipients sent to @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Log @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: IfInBag @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Include @reference
1 Hits, Last modified: 7 years ago
Repairing corrupted database @how_to
1 Hits, Last modified: 17 months ago
Spam Filter Rules: RemoveBlackList @reference
1 Hits, Last modified: 7 years ago
Restore a database backup @how_to
1 Hits, Last modified: 21 months ago
Spam Filter Rules: IfLocalAddress @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBayesSpam @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Replace @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveTags @reference
1 Hits, Last modified: 7 years ago
IMAP4 'Ghost Folders' @how_to
1 Hits, Last modified: 7 years ago
How to Backup VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Webmail Status bar @reference
1 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting @reference
1 Hits, Last modified: 7 years ago
User Routing Script @reference
1 Hits, Last modified: 2 years ago
User Manager Script @reference
1 Hits, Last modified: 13 months ago
Database Backup Failed @how_to
1 Hits, Last modified: 7 years ago
How to Forward Messages to an External Address @how_to
1 Hits, Last modified: 7 years ago
Handling mail for multiple incoming domains @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveWhiteList @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Stop @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: StartSURBL @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNSBL @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: StartDNS @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: *STOP @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: *IFSUPPORT @reference
1 Hits, Last modified: 7 years ago
How to make VPOP3 re-download POP3 messages from the ISP @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Goto @reference
1 Hits, Last modified: 7 years ago
Groups @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionMD5 @reference
1 Hits, Last modified: 7 years ago
Increase the spam score for certain recipients @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBayesHam @reference
1 Hits, Last modified: 7 years ago
Settings -> Admin Settings @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Rule names and weights @reference
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score if there are many links in the email @reference
1 Hits, Last modified: 7 years ago
Spamrules example - increase spam score for long sender domain @reference
1 Hits, Last modified: 7 years ago
Archive Script @reference
1 Hits, Last modified: 2 years ago
Signature Script @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBlackList @reference
1 Hits, Last modified: 7 years ago
SMTP Direct Sender Settings @reference
1 Hits, Last modified: 7 years ago
Send Admin Message @reference
1 Hits, Last modified: 7 years ago
Quarantine tab @reference
1 Hits, Last modified: 7 years ago
Autoresponders - v3 and v4 @reference
1 Hits, Last modified: 7 years ago
Outgoing Message Scripting @reference
1 Hits, Last modified: 15 months ago
Lua SMTP Relay Control @reference
1 Hits, Last modified: 7 years ago
Lua SMTP MX Control @reference
1 Hits, Last modified: 22 months ago
Spam Filter Rules: AddBayesSpam @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddNullAddress @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionEncoding @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBUpdate @reference
1 Hits, Last modified: 7 years ago
Settings -> Diagnostics @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection @reference
1 Hits, Last modified: 7 years ago
Some PCs cannot access VPOP3 when VPOP3 is connected to the Internet @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Escape @reference
1 Hits, Last modified: 7 years ago
How to use the VPOP3 Status Monitor @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DNS @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBQueryOne @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddWhiteList @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBInsert @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBDeleteTime @reference
1 Hits, Last modified: 7 years ago
Access Restrictions Internal Format @reference
1 Hits, Last modified: 22 months ago
Spam Filter Rules: CopyBag @reference
1 Hits, Last modified: 7 years ago
Autoresponders / Out of Office @how_to
1 Hits, Last modified: 7 years ago
Address Book tab @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Break @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetRFC822Date @reference
1 Hits, Last modified: 22 months ago

Page Tools

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