Fulltext results:
- Outgoing Message Scripting @reference
- function signature is: **NewMessage(AuthenticatedSender, ReturnPath, CreationDate, Subject, SenderIPAddress, FileLength, Priority, Headers, Message, HoldSeconds, DeleteAfterSeconds)** * AuthenticatedSender - The VPOP3 username of the user who authenticated to send the message (if authentication wasn't used, this
- SMTP Server Lua Scripting @reference
- s a connection to port 25 on the VPOP3 server to send it a message, whether from a local user or an inc... 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
- DMARC Reporter Script @reference
- wards) This script lets you customise 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 cause errors sending the reports or cause messages to be 'stuck' in
- Error Handling Scripting @reference
- o change the message subject, text, recipient or sender ProcessMessage3(<component>, <id>, <type>, <se... >, <title>, <template_id>, <message>, <target>, <sender>) * component - number indicating which comp... t generated the message (eg Mail Collector, Mail Sender) * id - number indicating the id of the compo... ody * target - email address of the target * sender - email address of the sender The function sh
- Repairing corrupted database @how_to
- atabase====== With PostgreSQL (as with most high-end databases) the database system will automatically... w). If the problem is in a normal table, then depending on the table name, you may be able to delete t... 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
- Move VPOP3 Version 5 (or later) to a new PC @how_to
- the VPOP3 directory tree===== How you do this depends on your network setup. The easiest way to copy... dows Vista/2008/7 or later, we **strongly** recommend that you do not copy the files to the 'Program Fi... ked by default during a move operation * At the end of the install, make sure you **uncheck** the **S... led VPOP3 on the new computer (which is not recommended), then you need to "drop" the existing database
- Lua Scripting @reference
- ith that, but it will be on a chargeable basis depending on the complexity of the issue. [[support@pscs... 3.UnHexString]] ====Version 7.9==== * [[VPOP3.SendMessage]] * [[VPOP3.SendControlledMessage]] * [[VPOP3.SendNotification]] ====Version 5==== * [[VPOP3.PostgresQuery]] ====
- 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
- LAN Forwarding Scripting @reference
- script to modify the SMTP Return Path used when sending the message using LAN Forwarding. It is called