Fulltext results:
- Mappings
- s at VPOP3 using SMTP, then the <domains> list is any domain listed in the [[local_mail_general#local_d... 3 with header parsing, then the <domains> list is any domain listed in the [[route_by_parsing_message_h... ess as: - **<name>** - this will match <name> @ any of the applicable domains (see above) - **<name... ve specified - **~@<domain>** - this will match any email address at the specified domain //as long a
- Spam Filter Rules: IfMatch
- variable's content |2.1.7 | ^text |This searches any plain text part of the message, but does not sear... n text attachments |2.1.7 | ^body |This searches any plain text or HTML part of the message. HTML part... ut also searches plain text attachments |2.1.7 | ^anytext |This performs the same task as **body**, but also searches the subject line |2.1.7 | ^anytexta |This performs the same task as **bodya**,
- Users.AutoresponderConditions table
- date this condition will act from (or NULL to be any date) * dateto - the date this condition will act to (or NULL to be any date) * timefrom - the time this condition will act from (or NULL to be any time) * timeto - the time this condition will act to (or NULL to be any time) * datetimefrom - the date & time this con
- User Routing Script
- s false then VPOP3 will ignore the Assistants and any forwarding settings (boolean) * BigRedirect - t... variables which should be treated as read-only - any changes to them will be ignored outside the Lua s... ldomain.com addresses==== <code> --Don't forward any messages from any *@localdomain.com addresses if string.find(Sender, "@localdomain%.com$") then Shou
- SMTP Server Lua Scripting
- owed usernames (separated by spaces) if there are any username restrictions for this client IP address ... the return value from the **Start()** function if any. Otherwise the text returned from this function w... e of parameters to the //MAIL FROM:// command (if any) with the table entry key being the parameter nam... (pass, fail, softfail, etc) of the SPF check (if any) on the connection (in v5 and later). This funct
- Misc -> Advanced Tab
- -> Advanced You will normally not need to change any settings on this page unless VPOP3 technical supp... =Don't multi-thread VPOP3 plugins==== If you have any VPOP3 plugins installed, then VPOP3 will usually ... , then VPOP3 will reject the message with a 'Too many hops' error message. Values of 20 or higher are ... a few cases, eg if all your mail passes through many mail servers (spam filtering services, archiving
- User Delivery Script
- ForwardingSenderAddress - the sender address for any forwards * ForwardingSenderText - the text name of the sender for any forwards * Quarantine - bool - whether the mess... er Message Rules have been handled. It can modify any globals, but only the Quarantine, Forwards, Heade... erText globals are read after it has been called. Any other changes made by this function will be left
- Autoresponder
- p (1), choose the existing autoresponder name (if any) or **<New>** to create a new autoresponder. Usua... ponse, their reply will go here. If you don't set anything, it will use **no-one**@<your domain> to pre... reply will go to the original sender (as well as any other addresses specified, if any). If it is not checked, and you have specified one or more addresses
- Spamrules example - increase spam score if there are many links in the email
- rules example - increase spam score if there are many links in the email====== This script is for the ... he spamminess of emails where the email contains many links - in this case we'll say if the email conta... cessing of locally sent messages) DefineRule "ManyLinks" 1 "Rule to add score for emails with many links" ${URLCount} = 0 ForEach URL LoopUrl
- Import Users From File
- ^Accepted values ^ |**User Id** |The username |Any text | |**Password** |The password |Any text | |**Admin** |Whether the user is an administrator ... Comments** |A comment/note related to the user |Any text | |**In 'Everyone' List** |Whether the use... ally separate password for logging into webmail |Any text | =====Finalising the import===== After cl
- Mail Sender Advanced Settings
- 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 any of that type of rule. You can specify either the... ly in the outqueue, it will check again to see if any new messages have arrived while it was sending th
- About
- ild number of your VPOP3 installation, along with any licence details, and supplier details (if any) =====Licence Information===== The **Licence Informatio... * Licenced To - this shows the name of the company which the VPOP3 software is licenced to. This should refer to your company. If not, you may be using a pirated version of th
- Misc -> General Tab
- ome banner as required by the SMTP standard. In many cases you can just specify a name which looks lik... host name - e.g. **mail.<your domain>** (mail.company.com). It is rare for ISP SMTP relay servers to ch... MX routing. However, this may not be possible in many cases (for instance, if you have a dynamic IP add... s not necessary// for the VPOP3 host name to bear any relationship to the email addresses being sent ou
- SMTP -> General tab
- r connections. The default is for it to listen on any available IP address on port 25 which is the stan... ly want to allow your local users to do this, and anyone else not to be able to do it. * **No Checks... service at all using the IP Access Restrictions. Anyone who can access the VPOP3 SMTP service can rela... is if you allow incoming SMTP mail to arrive from any server. * **Check from LAN** - if this option i
- Outgoing Message Scripting
- rAddressFrom = "Alexander <alexander@my-secondcompany.com>" SenderAddressFrom = v[2] if string.find(SenderAddressFrom, "@my%-secondcompany%.com") then JustTheAddress = string.match(SenderAddressFrom, " <%g*@my%-secondcompany%.com>") JustTheAddress = string.s... -- OldReturnPath = "alexander@firstcompany.com" OldReturnPath = ReturnPath