Fulltext results:
- SMTP Service - Filtering @reference
- TP messages, or locally sent messages. =====SMTP Rules===== SMTP Rules let you create custom rules for processing messages as they go through the VPOP3 SMTP service. The option **Local SMTP Rules on each connection** is usually turned off. If t
- SMTP Rule Example - restrict who can send to a local email address @how_to
- ======SMTP Rule Example - restrict who can send to a local email address====== If you have a local emai... n send messages to this address, you can use SMTP rules. There are a few ways you can configure the SMTP rules for this scenario. Because SMTP rules are calculated as either 'ALL conditions' or 'ANY conditions' (
- Message Rules @reference
- ======Message Rules====== The **[[edit a user|Edit User]] -> Message Rules** tab can be used to create/edit rules which are processed when messages arrive in a User's mailbox. ... ead, delete them, etc VPOP3 will process Message Rules in the order they appear in the list. If you wan
- How To Setup VPOP3 Service Security @how_to
- that box each line defines an access restriction rule. =====VPOP3 version 2.5 to 4.0===== In these ve... r editor. Each line defines an access restriction rule. To edit a rule, you can click on the rule, to add a rule, click on the **Add New Rule** text, or to remove a rule clic
- Autoresponder @reference
- *Go** will select the autoresponder, and show the rules which will trigger the autoresponder in the tabl... defined autoresponders are used, depending on the rules defined for the autoresponders. ====Autorespon... ve defined the autoresponder, you can create the 'rules' ====Autoresponder Rules==== Each autoresponder you have defined can have zero or more rules Each au
- Prune Rules @reference
- ======Prune Rules====== The **[[edit a user|Edit User]] -> Prune Rules** tab can be used to create/edit rules which cause messages to be automatically deleted according to specified criteria. To add or edit a "prune rule", press the Add Rule button. This will add a new
- AutoresponderConditionList Replacement @mailapi
- turns a JSON structure containing an array of the rules associated with the specified autoresponder. Th... of objects containing: * condid - autoresponder rule id * autoresponderid - autoresponder id * name - the user-defined name of the rule * enabled - whether the rule triggers or blocks the autoresponder * priority - the priority of the
- Download Rules @reference
- ======Download Rules====== Download rules are a facility in VPOP3 where it can look at message summary information before d... o not work on incoming SMTP messages - use [[SMTP Rules]] for that) To edit download rules, go to [[Mail Connectors]] -> [[POP3 Collection|Mail Collectors]],
- LAN Forwarding Scripting @reference
- ript to see and potentially modify LAN Forwarding Rules PreprocessRules(return path, recipient, check... ollector, recipient local part, recipient domain, rules) * return path = original return path * rec... rt of the recipient's email address after '@' * rules = table of LAN forwarding rules, each table entry is another table containing * InAddress - addres
- Copy SMTP Rules - Database Query @reference
- ======Copy SMTP Rules - Database Query====== This is an advanced Database action. There is no simple qu... INTEGER := 0; BEGIN FOR rl IN SELECT * FROM rules.smtprules WHERE service=fromid ORDER BY ruleid LOOP INSERT INTO rules.smtprules (service,rulephase,ruleorder,name,orrule,action,data) VALUES(t
- Use Download Rules for incoming POP3 message filtering @how_to
- ======Use Download Rules for incoming POP3 message filtering====== If you have VPOP3 retrieving message... P3 account on an ISP, then you can use **Download Rules** to do basic filtering on incoming messages. (... ming_smtp_feed|incoming SMTP]], then use **[[SMTP Rules]]** instead) Download rules cannot perform all mail filtering tasks. For more features, [[reference:s
- Spamfilter Rule Weights @reference
- ======Spamfilter Rule Weights====== To edit the spamfilter rule weights, go to [[Settings]] -> [[Spamfilter -> General]] -> Rule Weights The VPOP3 spamfilter contains several rules which test for certain things, eg 'adult words', o
- Spam Filter Rules: DefineRule @reference
- ======Spam Filter Rules: DefineRule====== ^Statement |DefineRule | ^Version |2.1.9+ | ^Purpose |Defines a rule name, default weighting and description. See [[spamrules_rule_names_and_weights|Rule names and weights]] | The **DefineRule** statement requires a name, default wei
- Custom filtering incoming mail @how_to
- If you want to filter incoming mail using custom rules there are a few ways of doing this, depending on your exact requirements. * [[Download rules]] - if your incoming mail is via POP3 collection... r on headers, size etc (not contents) * [[SMTP rules]] if your incoming mail is via SMTP feed, you wa... ssage content, attachments etc * [[User message rules]] if you only want to process messages arriving
- Download Rules @how_to
- ======Download Rules====== Download rules are applied to messages downloaded using a POP3 mail collector. To configure the rules, go to the VPOP3 settings, then **Mail Connector... rs -> POP3 General**. There is an **Edit Download Rules** button which brings up the download rule edito
- Database query to list messages in the LAN forwarding queue waiting to go to a specific server @reference