Fulltext results:
- Seeing where a message came from @how_to
- 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
- 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
- *) 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
- 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
- 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
- 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
- ======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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- being called, to improve script efficiency =====Example===== The following example returns the result of the DNS blacklist lookup into the ${dnsresult} variable,