Fulltext results:
- SMTP Server Lua Scripting @reference
- cessing each message line received by VPOP3 * **EndMessage()** - (v5+) called when the message terminator . has been received at the end of a message * **CheckRecipients()** - (v6.3+ Enterprise Only) called at the end of a message to check if recipients are allowed ... ients()** - (v6.3+ Enterprise Only) called at the end of a message to allow customised logging of recip
- Outgoing Message Scripting @reference
- if not SenderSubject then SenderSubject = "..." end end if string.upper(v[1]) == "TO" then SenderAddressTo = v[2] if not SenderAddressTo then SenderAddressTo = "..." end end if string.upper(v[1]) == "FROM" then -- SenderAddressFrom = "Alexander <alexander@my-sec
- Repairing corrupted database @how_to
- atabase====== With PostgreSQL (as with most high-end databases) the database system will automatically... raise notice '% rows inspected', curid; end if; begin SELECT msgdata INTO... e % is corrupt', badid; continue; end; end loop; end; $f$; </code> This will read all the messages from the database, and tell you which me
- User Manager Script @reference
- sername]) then return users[Username] end return Username; end </code> or <code> function TranslateUsername(Protocol, Username) -- Re... "@company%.com$", ""); return Username; end </code> If you need, we can produce a script fo
- Move VPOP3 Version 5 (or later) to a new PC @how_to
- ked by default during a move operation * At the end of the install, make sure you **uncheck** the **S... sable VPOP3 on it. If you don't do this, you may end up with two copies of VPOP3 running at the same t
- DMARC Reporter Script @reference
- n>, <RUA entry from DMARC record>, <start time>, <end time>, <DMARC report ID>, <list of recipients>)
- Error Handling Scripting @reference
- return title, message, target, sender, false; end ===Components=== This is a bit-mask of the fol