Fulltext results:
- LAN Forwarding Scripting @reference
- per recipient- "PreprocessRules" is called first, then "GetReturnPath" is called if the message will be
- Move VPOP3 Version 5 (or later) to a new PC @how_to
- ing the files over the Internet to our office and then back again is not feasible given the large amount... he VPOP3 computer, and go to the VPOP3 directory. Then run pgsql\bin\pg_dump -F c -p 5433 -v -U vpop3 ... if your PostgreSQL installation is non-standard, then you may need to change this command appropriately... the old computer died and you can't do this step, then (by default) VPOP3 makes backups into the VPOP3 d
- SMTP Server Lua Scripting @reference
- OP3 behaviour. If the variable is marked as (IN) then it should be treated as read-only by the script. If it is marked as (IN/OUT) then the script can modify it if desired. * **IPAddr... rname of authenticated sender (using SMTP or POP3-then-SMTP authentication) * **SMTPAuthenticatedUser*... e supported) * **RBLCheckAllServers** - if TRUE then all RBL servers will be checked, if FALSE, then V
- User Manager Script @reference
- hem to be able to log in using an email address), then you can use the UserManager Lua script The Lua s... kate" } if (users[Username]) then return users[Username] end r
- Outgoing Message Scripting @reference
- the following fields. If the field doesn't exist, then the value is not changed. * Priority - The new ... Hold - If this is set to 'true', '1', 't', 'hold' then the message is held, otherwise it is not held. ... - If this is set to a string like YYYYMMDDHHMMSS then the message is held until that time, otherwise it... onds. * DeleteAfter - If this is set to 'none', then it is never deleted. If this is set to a string l
- Repairing corrupted database @how_to
- after power failures etc, if it can. If it can't then there is no manual 'repair' function, because the... id excessive data loss. If that is not possible, then in some cases, you may be able to remove the dama... ion 5 only). The default password is 'vpop3pass' Then type (or copy/paste) select n.nspname AS schem... me> would be replaced by 512312 If 'kind' is 'i' then the damaged relation is an index, so a database r
- Error Handling Scripting @reference
- Sender or Mail Collector When 'Component = Misc' then these are the IDs * 0 = default * 2 = Archive
- DMARC Reporter Script @reference
- the static text/HTML you can define within VPOP3, then you can use a simple Lua script to define the sig
- Restore a database backup @how_to
- res -p 5433 (default password is 'pgsqlpass') Then alter database vpop3 rename to vpop3_old; Then, after restoring the new database, you can restore ... ter a certain date (eg when the backup was made) Then, after restoring all the messages from the old da
- Access Restrictions Internal Format @reference
- text form - IP Address Prefix. Or, if Type = 0, then 0 = 'Any', 1 = 'Local Networks', 2 = 'Routers' ... s restrictions if more restrictive" is unchecked Then - 1 = Allow - 0 = Special - <blank> = N/A
- Lua SMTP MX Control @reference
- four values: * ForceLastTry - if this is true, then this attempt of the message will be the last time. If false, then the retry scheme will progress as normal. 'SkipSe... is to take effect. * SkipSend - if this is true then the message won't be sent this time. If 'false', then the message will be sent as normal. * Priority
- Lua SMTP MX Server Rules @reference
- er Map**, **continue** If **continue** is false, then VPOP3 will act as if there were no MX/A records d
- User Routing Script @reference
- s) (boolean) * ShouldForward - if this is false then VPOP3 will ignore the Assistants and any forwardi... sses if string.find(Sender, "@localdomain%.com$") then ShouldForward = false; end </code> ====If the ... .com if string.lower(Sender) == "user@domain.com" then Forwards = "person@mycompany.com"; UseForward... ttps://www.lua.org/pil/22.1.html if now.hour < 12 then Assistants = "otheraddress@example.com" end </c
- Archive Script @reference
- ences, header, content) if (subject == "bibble") then return "BibbleTest"; end end</code> If you nee
- Error Messages @how_to
- hing you think is set up correctly is not working then the best place to look would be the [[not working
- 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
- Database query to make LAN Forwarding immediately attempt to dequeue all pending messages @reference