Fulltext results:
- Spamfilter database comparators
- c: * = or == compare string values for equality using plain ASCII comparisons * <> or != compare string values for inequality using plain ASCII comparisons * <, >, <=, >= do string comparisons using plain ASCII comparisons * A '*' after each of t... c: * **eq** compares string values for equality using plain ASCII comparisons * **ne** compares strin
- Mail Connectors -> Connector Schedule
- Schedule tells VPOP3 when to connect to send mail using [[Mail Senders]] and collect mail using [[Mail Collectors]]. It does not affect [[incoming SMTP]] over a... . {{ :reference:schedule.png?nolink& |}} =====Pausing Scheduling===== At the top of the page you can **... if you manually start a connection. (Note that pausing the scheduling does not stop incoming SMTP or LAN
- POP3 Mail Collection
- above, if any) * APOP - password is encrypted using a simple challenge response hashing * CRAM-MD5 - password is encrypted using an alternative simple challenge response hashing ... five different ways of handling mail it collects using POP3 * [[Route by parsing message headers]] ... [[Forward all messages to another LAN mail server using SMTP]] * [[Attempt to work with a single email
- SMTP -> General tab
- as 'guessed' by saying that if you collected mail using POP3, then sent mail from the same IP address wit... ntication over an encrypted channel (SSL or TLS). Using this will discourage users from sending their pas... rict who can access the VPOP3 SMTP service at all using the IP Access Restrictions. Anyone who can access... h can be sent through VPOP3. We do not recommend using a value over about 50,000,000 bytes, as that can
- SMTP Server -> Spam Reduction
- e body and creates a PKI digital signature on it, using a 'private key' on your system. The receiving end... der parts & body and verify the digital signature using a 'public key' which is distributed using the DNS system. If you have VPOP3 signing outgoing mail using Domainkeys, you should store the private keys in
- Mappings
- iving at VPOP3. For email which arrives at VPOP3 using SMTP, then the <domains> list is any domain liste... ains]] setting. For email which arrives at VPOP3 using POP3 with header parsing, then the <domains> list... en though that is probably not what was intended. Using wildcards in the domain part should probably be limited to using them if you have subdomains for divisions - eg ''
- Misc -> Advanced Tab
- able to cope with this, however, in case you are using a plugin which crashes if it is multithreaded, yo... e a list of message sizes from the remote server (using the POP3 //LIST// command). This is so that maxim... dress in SMTP envelope==== When a message is sent using SMTP, the sending email client will specify the s... ope sender address specified would be invalid, so using the From: header address would fix problems with
- Misc -> DNS Tab
- onnections on the Internet are actually performed using numeric IP addresses, but it is easier for people... lets you see which DNS servers VPOP3 is currently using. This can be useful if you have told VPOP3 to det... may cause issues, so in that case it may be worth using a different DNS server for VPOP3. Note that if y... tps://developers.google.com/speed/public-dns/docs/using|Google's public DNS servers]], or [[http://use.op
- Prune Rules
- ing to Settings -> Database -> Message Store, and using the Global Prune Rules section at the bottom - th... spam by VPOP3. This can be useful if you are not using the VPOP3 quarantine facility, but are, instead, ... g VPOP3 deliver the messages to the user, and are using VPOP3 Message Rules or email client rules to put ... ages that have been pruned can still be recovered using the VPOP3 Recycle Bin feature until they expire f
- SMTP Direct Sender Settings
- ettings tab lets you set how VPOP3 will send mail using SMTP Direct ====DNS Servers to Use==== This sett... sc dns|Misc Settings]]. Ideally, VPOP3 should be using local caching DNS servers. DNS servers in some ro... nstance, if you want most of your mail to be sent using MX direct, but mail to *@gmail.com to go through ... he isn't full. If the DNS Servers which VPOP3 is using are local DNS servers with their own caches, then
- LAN Forwarding
- where it can send messages to another mail server using SMTP. This other mail server is usually on your l... ork connection to VPOP3. VPOP3 will send messages using LAN forwarding immediately, not using a connection schedule, so there should be a permanent (or almost p
- SMTP Service -> Advanced Tab
- t is rarely used in practice. In the 'old' days, using the percent symbol in an email address had a [[ht... red to local mailbox==== If a message is received using SMTP, then the recipients are specified using an SMTP Envelope which contains the addresses of the sende
- Mail Connectors -> Mail Senders
- ]] feature instead. VPOP3 can send outgoing mail using two methods: * Send via an SMTP Relay (Smarthost) * Send using SMTP Direct (direct to recipient using MX records) =====SMTP Relay===== For most people, this is the op
- Spam Filter Rules
- that, and modify the configuration of that script using the Settings -> Spam Filter (Utilities -> SpamFil... e willing and able to modify and create a program using the filtering language. If you do need to create... hard disk. This file can include other files by using the [[spamrules_statement_include|include]] state
- Spam Filter Rules: IfInBag
- IfInBag mybag "value" # Statements EndIf </code> Using an **Else** statement <code> IfInBag mybag "value" # Statements Else # Statements EndIf </code> Using a regular expression <code> IfInBag mybag "/@domain\.com/i" # Statements EndIf </code> Using a wildcarded expression <code> IfInBag mybag "*@d