Fulltext results:
- Misc -> Advanced Tab
- ins should be able to cope with this, however, in case you are using a plugin which crashes if it is mul... 20 or higher are usually sufficient, but in a few cases, eg if all your mail passes through many mail se... g them it did not understand the message in these cases. If you check the **Report bad mailer_daemon mes... ministrator]] will be informed of the message, in case they want to train the user how to use it correct
- SMTP Service -> Advanced Tab
- turn this option on to make VPOP3 add one in that case. ====Add original recipients to custom header if... s discarded as it is of no further use. In some cases, the mailbox may be accessed by some other softw... further sorting based on message headers. In this case, BCCd messages can be misdelivered, because the e... with an error message back to the sender. In most cases this is sufficient as it means that the sender i
- Connections
- through the associated Mail Collectors. In most cases nowadays, a VPOP3 installation will have a singl... et to **Use network for Connection**. This is the case when VPOP3 connects via a router or firewall. I... d==== * **Use network for Connection**. In this case, VPOP3 assumes the connection is always available... use. * **Use Dial-up for connection**. In this case, VPOP3 will control a modem to connect to and dis
- Spam Filter Rules: IfMatch
- nt can either be a regular expression or a simple case insensitive substring search string. You should ... '/' characters, otherwise VPOP3 will do a single case insensitive substring search. With regular expressions, it will normally do a case sensitive search, treating the entire search data... the final '/' character: ^i |The search will be case insensitive | ^m |The search will treat the inpu
- Spamfilter database comparators
- *' after each of the above comparators makes them case insensitive (eg **==* **) Whether or not the val... i' after each of the above comparators makes them case insensitive (eg **nei**) * ~ does a [[http://ww... ic/functions-matching.html#FUNCTIONS-POSIX-REGEXP|case insensitive POSIX regular expression]] match comp... ic/functions-matching.html#FUNCTIONS-POSIX-REGEXP|case insensitive POSIX regular expression]] not-match
- Message Rules
- **I** column says whether the condition should be case insensitive or case sensitive. If the **I** checkbox is checked, then the condition will be tested in a case-insensitive way - so checking for 'Dog' will matc... t checked, then the condition will be tested in a case-sensitive way, so 'Dog' will only match 'Dog', no
- Reset Message Folder Counts
- et Message Folder Counts====== In extremely rare cases, the mail folder message counts in the database ... alesce(sum(length(msgdata)),0) as totsize, sum(case when newflag then 1 else 0 end) as newcnt, count(case when read and not hold then null else msgid end) as unreadcnt, sum(case when hold then 1 else 0 end) as holdcnt from mess
- Misc -> General Tab
- banner as required by the SMTP standard. In many cases you can just specify a name which looks like a v... outing. However, this may not be possible in many cases (for instance, if you have a dynamic IP address or don't own your own domain), so in those cases just using something that "looks" like a host na... il addresses being sent out from that copy of VPOP3, but in many cases they will be in the same domain.
- Incoming SMTP Mail
- rds to point to your external IP address. In this case, there are no changes needed to a normal VPOP3 co... ided you with an SMTP feed account, then, in this case, you //may// need to configure an SMTP Mail Colle... fter it has completed If neither of these is the case, then **you probably do not need to create an SMT... P3 is ready to receive messages by SMTP. In this case, you should check the **Use ETRN** box, and put s
- Send Admin Message
- for this user - the attribute names are in upper case - eg LDAP.CN is the user's 'display name' (The variable names are case sensitive) Anything that the script 'prints' get... e Lua script sets the global variable 'DontSend' (case sensitive) to '1' then VPOP3 won't send the messa
- Mail Connectors -> Connector Schedule
- mail, then you can pause the scheduling. In this case, the only time it will connect to send/collect ma... Usually it is safest if this option is checked in case you have some software which updates the time reg... ute against an Internet or radio clock - in these cases if the option is not checked, then VPOP3 will ne
- SMTP -> General tab
- e. The three options are: * None/TLS - in this case VPOP3 supports TLS encryption, but will also allo... strictions|IP Access Restrictions]] tab. In most cases nowadays this option is recommended to be enable... thentication would otherwise be required. In most cases this setting should be enabled to allow incoming
- IMAP4 -> Advanced tab
- this option should always be checked, but in some cases people have preferred for it not to be checked. ... uld want this option to be turned on, but in some cases it has caused reliability issues, so it can be t... mail folder which exists in that account. In some cases this can mean that VPOP3 suddenly has to handle
- Spamfilter.Whitelist table
- t. **address** is the primary key. It is indexed case sensitively (because PostgreSQL does not support ... y indices), but all addresses are stored in lower case, so any searches should search for lower case entries as well.
- Delete list member from all lists
- ers WHERE LOWER(address)='<email address in lower case>'; </code> Replace <email address in lower case> with the full email address in lower case. N.B. VPOP3 does not need to be stopped while you do this