Fulltext results:
- Formatting Syntax @wiki
- = DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **... DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can ... > as well. **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whi
- Status Monitor (port 5109) protocol @reference
- LOGIN <username> <password> You will receive a line beginning with either "+OK" if the authentication... When you connect to VPOP3, VPOP3 sends a welcome line like: +OK VPOP3 Status Server Ready <3.d28.51a... ALOGIN <username> <response> You will receive a line beginning with either "+OK" if the authentication... When you connect to VPOP3, VPOP3 sends a welcome line like: +OK VPOP3 Status Server Ready <3.d28.51a
- SMTP Server Lua Scripting @reference
- called at the start of each message * **MessageLineRaw()** - (v5+) called each time a message line is received by VPOP3 * **MessageLine()** - (v5+) called after processing each message line received by VPOP3 * **EndMessage()** - (v5+) ca
- Seeing where a message came from @how_to
- ugh time you have to find the lowest ''Received'' line in the headers, and work upwards. =====Example==... ul@pscs.co.uk</code> This has three ''Received'' lines. In order of occurring they are: - Received: ... so just one server at the sender's end. The last line is the local mail server receiving the message fr... are in contact with them, the other ''Received'' lines may help there as well. So, from those lines we
- Spam Filter Rules: IfMatch @reference
- e task as **body**, but also searches the subject line |2.1.7 | ^anytexta |This performs the same task as **bodya**, but also searches the subject line |2.1.7 | ^htmlsource |This searches the raw HTML... tire message header, with any MIME encoded header lines being decoded first |2.1.7 | ^tag |This searche... header name can be used. Any MIME encoded header lines will be decoded before searching them. The heade
- Misc -> Advanced Tab @reference
- done by counting the number of 'Received:' header lines). If this number of hops exceeds a specified val... essage. If the number of hops ('Received:' header lines) exceeds this number, then VPOP3 will reject the... velope, and also, specify the sender in the From: line in the message header. If this option is checked... take the email address from the **From:** header line, and use it as the sender's address in the SMTP e
- Lua SMTP Relay Control @reference
- *ReturnCodeHandler(LastCommand, FullResponse, LastLine)** * LastCommand - the last SMTP command sent b... from the ISP. Note that if the ISP gives a multi-line response, this value contains the full response, not just one line of it * LastLine - the last line of the response from the ISP The function optionally returns a stri
- How To Setup VPOP3 Service Security @how_to
- lled **IP Access Restrictions**. In that box each line defines an access restriction rule. =====VPOP3 ... trictions are defined using a helper editor. Each line defines an access restriction rule. To edit a ru... s restrictions are defined as text controls. Each line defines an access restriction rule. The parts to ... ws: * Optionally if the first character on the line is a '!' (exclamation mark) it means do NOT allow
- Spam Filter Rules: ForEach @reference
- ds each address contained in the specified header line of the message |Header name |2.1.11+ | ^Bag |Fin... g |Bag name |2.2.1+ | ^Header |Finds each header line in the message |N/A |2.2.1+ | ^MimeSection |Find... section ID>:<MIME type>:<section size>:<number of lines>:<attachment name>'' |::: |2.1.11+ | ^Recipient ... following example loops through all of the header lines of the message, and look for the 'Received:' hea
- Spam Filter Rules: Comments @reference
- Comments====== In the spam filter scripts, blank lines are ignored. Any line beginning with a **#** character is treated as a comment. Comments must be on a line of their own; there is no way to add a comment to the end of a line. =====Examples===== The following example demons
- Message Archive -> Offline Tab @reference
- ======Message Archive -> Offline Tab====== [[Settings]] -> [[Message Archive]] -> Offline Tab. The **Offline** tab lets you tell VPOP3 to move old archived messages to an alternative store, su... on the message content. {{:reference:archive_offline.png|}} * The **Archive Backup Name** is the fil
- POP3 Client Lua Scripting @reference
- ng a message from the remote server. * **MessageLineRaw()** - called when VPOP3 has downloaded a line of a message from the remote server. * **MessageLine()** - called after VPOP3 has processed a line of a message from the remote server,just before it saves
- SMTP Direct Sender Settings @reference
- can use wildcards in the domain name part of the line - eg ** *.demon.co.uk** ===VPOP3 v6.2 and later=== In VPOP3 v6.2, you can specify multiple lines which match the target domain, VPOP3 will treat ... to the DNS overrides. The first two parts of each line in the overrides is as before - recipient domain,... the message size matches the condition, then this line matches - Check message retries - specify ''$re
- Spam filter not working @how_to
- er is being run at all. Check to see if a header line beginning with **X-VPOP3-Spam** is in the message headers. ====X-VPOP3-Spam header line does not exist==== If the X-VPOP3-Spam header is... ou look in the message headers for the top header line beginning with **Received**, this should contain ... access for remote users. ====X-VPOP3-Spam header line does exist==== If the **X-VPOP3-Spam** header lin
- VPOP3.GetMessageLines @reference
- ======VPOP3.GetMessageLines===== The [[lua_scripting|Lua]] function 'VPOP3.GetMessageLines' retrieves content lines from the message currently being processed This function is only available i... . It takes one parameter: - number - number of lines to retrieve The function returns two values: