Fulltext results:
- LAN Forwarding Scripting
- GetReturnPath(return path, original recipient, target recipient, mail collector, target server, rule id, rule comment, run extra data) * return path = or... recipient before LAN Forwarding rewriting * target recipient = the message recipient after LAN Forwa... ctor the message came from (or -1 if SMTP) * target server = the target server details (see below)
- Error Handling Scripting
- ings would filter it out, or you could set the target to <blank> to suppress the message even if it wou... title_id>, <title>, <template_id>, <message>, <target>, <sender>) * component - number indicating wh... ate * message - text of the message body * target - email address of the target * sender - email address of the sender The function should return 5
- Access Restrictions Internal Format
- gs database as *ALLOWED*.DAT (using VPOP3SETTINGS GET *ALLOWED*.DAT will list them) Each entry is a li
- User Routing Script
- rect variables are tables with 4 entries: * Target - the target address(es) for this redirector (string) * Threshold - the threshold at which this redi
- Archive Script
- ocal store as well (true/false) ==== CustomStore_Get==== CustomStore_Get(archive_filename, local_filename) Downloads 'archive_filename' and stores it... ocally as 'local_filename' ==== CustomStore_CheckGet==== CustomStore_CheckGet(archive_filename) Checks if 'archive_filename' is available on the cust
- Spam Filter Rules
- atement_goto|Goto]] * [[spamrules_statement_httpget|HTTPGet]] * [[spamrules_statement_httpgetmd5|HTTPGetMD5]] * [[spamrules_statement_httppost|HTTPPos... nt_surbl|SURBL]] * [[spamrules_statement_winhttpget|WinHTTPGet]] * [[spamrules_statement_zipcontents|ZipContents]] * [[spamrules_statement_zipcontents
- Useful Database Queries
- base -> Query page in the VPOP3 settings. * [[Get all lists & members|Export all lists & members]]
- VPOP3Net.GetHTTP
- o values - a table containing the result of the GET * Host - the hostname * File - the filena
- Monitor Scripting
- subject) * **recipient_list** is a list of target email addresses for **MonitorOut** and a list of target user names for **MonitorInternal** and **MonitorI
- Status Monitor (port 5109) protocol
- ou. Initially it will send a big burst of data to get you up-to-date, then it will send updates as and
- Message Monitoring
- receive the monitored messages. The **Monitor Target** will receive all monitored messages. This can b... , it will be copied to the appropriate monitor target's. During the copying, certain header fields are
- Misc -> Advanced Tab
- , VPOP3 will put the message directly into the target user's local mailbox. This is usually the expecte
- LAN Forwarding Queue Status
- address of the person who sent the message * Target Server - this is the name/IP address of the mail
- Send Admin Message
- allows you to specify various options. * **Target Group/List**: The message will be sent to all loc
- Database query to alter LAN Forwarding rules for one server to go to another
- n, type UPDATE messages.outgoingtargets SET target='<new server>' WHERE target='<old server>'; Where <new server> and <old server> are the IP address ... number if not 25) of the new & old LAN forward target servers respectively. Don't include the <>. eg UPDATE messages.outgoingtargets SET target='192.168.1.53' WHERE target='192.168.1.52:587';