• skip to content

PSCS Wiki

User Tools

  • Admin
  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
Trace: • Download Rules • How to move messages between users • GDPR for hosted VPOP3 service • Attachments have been removed or renamed • Transmission Receipt Message • "How To" Articles • POP3 Protocol • Backscatter • Error Message - VPOP3 xxxx Server Access Not Allowed - See Your Administrator • Message Downloads Not Completing

example

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • reference (96)
  • how_to (26)
  • 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

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)
Formatting Syntax @wiki
11 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
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
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
6 Hits, Last modified: 7 years ago
RL contained in the message |::: |2.1.7+ | =====Examples===== The following example loops through each URL found in the message, and puts it into the '${FoundURLs... 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
Spamfilter White/Blacklists @reference
5 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
SMTP Rule Example - restrict who can send to a local email address @how_to
5 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... nders, just add them to the first rule, as in the examples there. ====If you only want a few users to be able to send to this address==== For this example, say you have a distribution list called //direct
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
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>
Performance Requirements @how_to
4 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... ates are made, such as to database tables** =====Examples===== ====Low Requirements==== For example, 25 users with VPOP3 Enterprise (using IMAP4) or 50 users with... 200RPM SATA drives ====High Requirements==== For example, 100 users or more, with VPOP3 Enterprise (using
Spam Filter Rules: DefineRule @reference
3 Hits, Last modified: 7 years ago
or not the message has a high Bayes score. =====Examples===== The following example defines a rule called 'surbl.org' with a default weighting of 1.2 and an assoc... ssage in multi.surbl.org" </code> The following example defines a rule called 'MyMultipleWeightRule' with
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
Spam Filter Rules: Comments @reference
3 Hits, Last modified: 7 years ago
way to add a comment to the end of a line. =====Examples===== The following example demonstrates valid uses of comments <code> ${Apples} = 1 # A comment can go he... the next line ${Pears} = 2 </code> The following example shows an invalid use of comments <code> ${Apples}
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
Spam Filter Rules: DNSBL @reference
2 Hits, Last modified: 5 years ago
being called, to improve script efficiency =====Example===== The following example returns the result of the DNS blacklist lookup into the ${dnsresult} variable,
Spam Filter Rules: DNS @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipCount @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: CountMatches @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ClearBag @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetDecodedSection @reference
2 Hits, Last modified: 7 years ago
Spamfilter Rule Weights @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: BulkScan @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionMD5 @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetMD5 @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: GetSectionEncoding @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: ZipContentsFull @reference
2 Hits, Last modified: 7 years ago
Password Strength Checking Script @reference
2 Hits, Last modified: 7 years ago
User Routing Script @reference
2 Hits, Last modified: 2 years ago
Spam Filter Rules: Goto @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: IfInBag @reference
2 Hits, Last modified: 7 years ago
Spam Filter Rules: Redirect @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: GetUserGroup @reference
2 Hits, Last modified: 7 years ago
Attachments have been removed or renamed @how_to
2 Hits, Last modified: 7 years ago
Outgoing Message Scripting @reference
2 Hits, Last modified: 15 months 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
Attachment Extraction Scripting @reference
2 Hits, Last modified: 7 years ago
Settings -> Attachment Processing @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
Setting up VPOP3 to work with Exchange 2003 @how_to
2 Hits, Last modified: 7 years ago
Spam Filter Rules: IfLocalAddress @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Reject @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: Random @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Log @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Include @reference
1 Hits, Last modified: 7 years ago
Redirect message for a user if a sender is a particular email address @how_to
1 Hits, Last modified: 7 years ago
Repairing corrupted database @how_to
1 Hits, Last modified: 17 months ago
Spam Filter Rules: RemoveBag @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: If @reference
1 Hits, Last modified: 7 years ago
Restore a database backup @how_to
1 Hits, Last modified: 21 months ago
Webmail Status bar @reference
1 Hits, Last modified: 7 years ago
Restricting the number of recipients sent to @how_to
1 Hits, Last modified: 7 years ago
Restricting the number of messages sent @how_to
1 Hits, Last modified: 7 years ago
How to Backup VPOP3 @how_to
1 Hits, Last modified: 7 years ago
Virus Scan Filter Scripting @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBayesHam @reference
1 Hits, Last modified: 7 years ago
How to Forward Messages to an External Address @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: *STOP @reference
1 Hits, Last modified: 7 years ago
Database Backup Failed @how_to
1 Hits, Last modified: 7 years ago
IMAP4 'Ghost Folders' @how_to
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: *IFSUPPORT @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveBayesSpam @reference
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: Replace @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveWhiteList @reference
1 Hits, Last modified: 7 years ago
User Manager Script @reference
1 Hits, Last modified: 13 months ago
Spam Filter Rules: RemoveBlackList @reference
1 Hits, Last modified: 7 years ago
Accepting Incoming SMTP through a router @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: RemoveTags @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: GetRFC822Date @reference
1 Hits, Last modified: 22 months ago
Some PCs cannot access VPOP3 when VPOP3 is connected to the Internet @how_to
1 Hits, Last modified: 7 years ago
Settings -> Diagnostics @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBlackList @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBayesSpam @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddBayesHam @reference
1 Hits, Last modified: 7 years ago
Connections @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
Increase the spam score for certain recipients @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddNullAddress @reference
1 Hits, Last modified: 7 years ago
Groups @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules @reference
1 Hits, Last modified: 2 years ago
Lua SMTP MX Control @reference
1 Hits, Last modified: 22 months ago
Signature Script @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
Spam Filter Rules: AddHeader @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: AddWhiteList @reference
1 Hits, Last modified: 7 years ago
Lua SMTP Relay Control @reference
1 Hits, Last modified: 7 years ago
Archive Script @reference
1 Hits, Last modified: 2 years ago
Use Download Rules for incoming POP3 message filtering @how_to
1 Hits, Last modified: 7 years ago
How to use the VPOP3 Status Monitor @how_to
1 Hits, Last modified: 7 years ago
Access Restrictions Internal Format @reference
1 Hits, Last modified: 22 months ago
Spam Filter Rules: Escape @reference
1 Hits, Last modified: 7 years ago
Address Book tab @reference
1 Hits, Last modified: 7 years ago
Settings -> Admin Settings @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DefineSetting @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBUpdate @reference
1 Hits, Last modified: 7 years ago
Autoresponders / Out of Office @how_to
1 Hits, Last modified: 7 years ago
Spam Filter Rules: DBQueryOne @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
Spam Filter Rules: CopyBag @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Copy @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Convert @reference
1 Hits, Last modified: 7 years ago
Autoresponders - v3 and v4 @reference
1 Hits, Last modified: 7 years ago
Spam Filter Rules: Break @reference
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