Fulltext results:
- SMTP Service - Filtering
- 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
- Message Rules
- ======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
- Autoresponder
- *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
- Download Rules
- ======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]],
- Prune Rules
- ======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
- LAN Forwarding Scripting
- 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
- Autoresponder Global Scripting
- s: * ID - the numeric ID of the autoresponder rule * Autoresponder ID - the numeric ID of the autoresponder associated with this rule * FireAutoresponder - boolean indicating whet... the autoresponder will be generated or not * RuleEnabled - boolean indicating whether the autoresponder rule is enabled * Priority - the priority of the a
- Copy SMTP Rules - Database Query
- ======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
- Lua SMTP Rules Scripts
- ======Lua SMTP Rules Scripts====== When VPOP3 is processing SMTP Rules for messages received by SMTP, it runs a script cal... eric ID of the SMTP service VPOP3 processes SMTP Rules at least three times for each message - once whe... ived. A function 'First' is called when the SMTP Rules processing starts A function 'Last' is called wh
- Spamfilter Rule Weights
- ======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
- ======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
- Mail Sender Advanced Settings
- are sent via this Mail Sender. You specify each rule on a separate line, and the message will be sent if it matches any sender rule //and// any recipient rule. If there are only sender rules or only recipient rules, then messages will be sent if there it matches
- Spam Filter Rules
- ======Spam Filter Rules====== VPOP3 Versions 2.1.7 and later have a built-in spam filter system which su... h it will cost for us to do it. =====Spam Filter Rules Files===== VPOP3 reads the spam filter rules from the spamrules.txt file in the VPOP3 folder on the VP... in the specified order. The standard spam filter rules files that are distributed with VPOP3 are: *
- What's new in version 5 webmail?
- ows you to manage multiple autoresponders and the rules which trigger them.\\ To access the [[Autorespon... y go to **Tools -> Autoresponders** =====Message rules===== Message rules are a powerful new feature in version 5. You can create rules to perform a range of actions, based on predefin
- Database query to alter LAN Forwarding rules for one server to go to another
- ======Database query to alter LAN Forwarding rules for one server to go to another====== If a LAN forwa... fails, you may wish to change the LAN forwarding rules to point to the new server. (Note that, if plann... he password is 'vpop3pass') Then, type UPDATE rules.lanforwarding SET server='<new server>' WHERE se... respectively. Don't include the <>. eg UPDATE rules.lanforwarding SET server='192.168.1.53' WHERE se