Fulltext results:
- LAN Forwarding Scripting @reference
- , mail collector, recipient local part, recipient domain, rules) * return path = original return pa... ' (or blank if not a local address) * recipient domain = the part of the recipient's email address a
- Lua Scripting @reference
- t behaviour, but occasionally people will want to do something more complicated. Rather than having lo... Lua programming instructions see www.lua.org for documentation. Note that if you use the **print** co
- Move VPOP3 Version 5 (or later) to a new PC @how_to
- _v711upg') - Install VPOP3 on the new PC, **but do not start VPOP3 yet** - Restore the database ba... people have thought we have got it wrong, and so do things in a different (incorrect) order. If you want, we can do this move for you via remote access. The charge for us to do that is currently [[https://www.pscs.co.uk/buy/AS
- SMTP Server Lua Scripting @reference
- - called when the EHLO command is received * **DoHELO()** - called when the HELO or EHLO command is received * **DoHELP()** - called when the HELP command is received * **DoQUIT()** - called when the QUIT command is received * **DoNOOP()** - called when the NOOP command is receive
- Outgoing Message Scripting @reference
- is can contain the following fields. If the field doesn't exist, then the value is not changed. * Pr... HeadersChanged = false for k,v in pairs(Headers) do if string.upper(v[1]) == "SUBJECT" then
- Repairing corrupted database @how_to
- ty memory modules on the database server. If you do get an unrecoverable error, the best solution is ... ore the latest database backup]]. However, if you do this, you will lose any data between the database... and the time when you restore it, so it should be done as soon as possible to avoid excessive data los... tact. This article explains some possible ways to do this. Note that none of these methods are guarant
- Error Handling Scripting @reference
- forced regardless of normal message controls A 'do nothing' version of the function would be: fun
- DMARC Reporter Script @reference
- mise how VPOP3 sends DMARC reports to the sending domain. This can be useful in case the sending domain's DMARC configuration is incorrect as that can cau... v6.7 and later. ====CheckRecipients==== For each domain to which a DMARC aggregate report will be sen... idate the report's recipients CheckRecipients(<Domain>, <RUA entry from DMARC record>, <start time>
- Restore a database backup @how_to
- u will need to DROP the database first. - To do this, run pgsql\bin\dropdb -U postgres -p 5433 vp... u will need to DROP the database first. - To do this, run pgsql\bin\dropdb -U postgres vpop3. Whe
- POP3 Client Lua Scripting @reference
- t is called whenever VPOP3 runs a POP3 session to download messages from a remote POP3 server. VPOP3 ... when the POP3 session starts, before VPOP3 starts downloading any messages. * **DownloadRules()** - called before each message is downloaded to determine how VPOP3 should handle the me
- Spam Filter Rules: Variables @reference
- only) - none, reject, quarantine | 7.8 | ^${DMARCDomain} | Policy domain of DMARC (SMTP ony) | 7.8 | ^${TimeNow} | Time now in ISO-8601 (Zulu) format | 8
- Access Restrictions Internal Format @reference
- l Networks (because field 2 is 'Special') - 0 = Don't allow unauthenticated access - <blank> = no
- Lua SMTP MX Control @reference
- function returns an Actions object saying what to do with the message. If nothing else, the function s... * server - the mail server being connected to * domain - the domain the message is being sent to * length - the size of the message being sent * con... function returns an Actions object saying what to do with the message. If nothing else, the function s
- Lua SMTP MX Server Rules @reference
- lier). =====GetCheckCache===== ''GetCheckCache("<Domain>", numRetries, messageSize)'' returns true if VPOP3's DNS cache should be used, or false to do a fresh DNS lookup =====GetOverrides===== ''GetOverrides("<Domain>", numRetries, messageSize)'' returns **DNS ... rver===== (VPOP3 7.10 and later) ''CheckServer("<Domain>", "<MX Server>", numRetries, messageSize, de
- User Routing Script @reference
- t affected by the script at all). If that script doesn't exist, but there is a user_redirect.lua scri... us for more information. =====Examples===== ====Don't forward messages from *@localdomain.com addresses==== <code> --Don't forward any messages from any *@localdomain.com addresses if st
- VPOP3 Webmail/admin service and/or Status service is not listening on correct IP addresses or ports @how_to
- Socket Error 10053 - An established connection was aborted by the software in your host machine. @how_to
- Error message: VPOP3 does not have write access to the registry - please check and restart VPOP3 @how_to
- Database query to list messages in the LAN forwarding queue waiting to go to a specific server @reference