Fulltext results:
- Spam Filter Rules: HTTPGet @reference
- ======Spam Filter Rules: HTTPGet====== ^Statement |HTTPGet | ^Version |2.3.7+ | ^Purpose |Enables the script to retrieve a web page | The **HTTPGet** statement requires a url, headers variable name and content variable name, in the format HTTPGet <url> <headers variable name> <content variable n
- Spam Filter Rules: WinHTTPGet @reference
- ======Spam Filter Rules: WinHTTPGet====== ^Statement |WinHTTPGet | ^Version |2.4.9+ | ^Purpose |Enables the script to retrieve a web pa... e using the WinINET functionality | The **WinHTTPGet** statement requires a url, headers variable name... and content variable name, in the format WinHTTPGet <url> <headers variable name> <content variable n
- Error Handling Scripting @reference
- 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
- Database query to alter LAN Forwarding rules for one server to go to another @reference
- 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';
- How to move messages between users @how_to
- s** list, then select the messages, choose the target user, and press the **Move** or **Copy** button ... the 'Inbox' folder, but only move them to the target user's Inbox. In earlier versions of VPOP3 you ca... ernative is to [[IMAP folder sharing|share the target user's folders]] with the source user, and then d... CT * FROM users.users;** - find the source and target users and note their **usernumber** values (they
- LAN Forwarding Scripting @reference
- 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)
- Database -> Restore Tab @reference
- with the restored messages. You can select the target user where the restored messages will go (or 'Ori... messages to go to the original user), and the target folder for them to be restored to (or leave blank... message store, it will be duplicated, so you will get the original copy PLUS the restored copy * If a... according to the following table: ^ Selected Target User ^ Selected Target Folder ^ Number Of Users B
- Mail Connectors -> Mail Senders -> SMTP Direct @reference
- but below is a brief description. ====Finding target mail servers==== When a mail server wants to send... f the mail server(s) which handle mail for the target domain (IP addresses are not allowed, they must b... tried first) (If no MX records exist for the target domain, then the mail server does a DNS lookup for an A record for the target domain, and tries that). For instance, the DNS l
- Configuring iCal on Mac OSX to connect to VPOP3's CalDAV service @how_to
- option simply comes up with errors that you can't get past. Unfortunately, although Apple often do a g... 92.168.1.1** Press **Create**. You will probably get some errors, possibly about being unable to verif... st in case. Press the **Create** button. You may get another warning about **Server with Secure Commun... e in VPOP3, if you have VPOP3 Enterprise). If you get taken back to the **Account Settings** page, pres
- Database query to list messages in the LAN forwarding queue waiting to go to a specific server @reference
- IN messages.outgoingtargets USING(msgid) WHERE target='<server>' ORDER BY msgid; to list all the mes... ied in the LAN forwarding rules, including the target port number if applicable. Do not include the <> ... T count(*) FROM messages.outgoingtargets WHERE target='<server>'; to simply get a count of the number of messages in the queue for that server. N.B. VP
- Welcome to your new DokuWiki @wiki
- s now up and running. Here are a few more tips to get you started. Enjoy your work with DokuWiki,\\ --... od way to stay informed on what's going on and to get useful tips in using DokuWiki is subscribing to t... .org|DokuWiki User Forum]] is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get [[doku>faq:support|support]]. Of course we'd be
- Spam Filter Rules @reference
- 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
- Autoresponder Commands @reference
- Default] Send a message with subject 'catalog' to get a catalog [All] Thank you for contacting us </co... der with a subject containing 'catalog', you will get a response saying: <code> Here's a catalog for yo... with a subject not containing 'catalog' you will get: <code> Send a message with subject 'catalog' to get a catalog Thank you for contacting us </code> =
- Archive Script @reference
- 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
- Mappings @reference
- will be processed (except for ~@ Mappings) ===Target=== The Target is where any messages which match the Email Address part will be sent. You can choose any user/list from here. ==*REMOTE Target== The *REMOTE target is a special case. This tells VPOP3 that the specified Email Address is a valid e
- Error message after sending RCPTTO: - error 0 - text 550 5.7.1 Relaying not allowed! Bad sender IP address @how_to