Fulltext results:
- SMTP Service -> Advanced Tab
- the option is here if you wish. ====Don't allow addresses with '%' in their address==== According to the st... character is allowed in the 'local part' of email addresses (the part before the @ symbol). However, it is ra... specifically want to allow % characters in email addresses, turning it off will submit VPOP3 to less load fr... gh it's actually perfectly safe. ====Don't allow addresses with '!' in their address==== According to the st
- SMTP Server Lua Scripting
- /OUT) - number - maximum line length * **AddUserAddresses** - (IN/OUT) - boolean - add recipients of locall... is a table containing the list of recipient email addresses for this message so far (not including this one) ... is a table containing the list of recipient email addresses for this message This function should return **<... a table containing a list of the recipient email addresses (from the RCPT TO envelope) * <current actions>
- SMTP Reputation Stats
- things. For instance VPOP3 will report which IP addresses are trying to connect to it, and which are trying... redentials, or which are sending to unknown email addresses etc. By pooling this information we should be abl... of valid recipients (just a count, not the email addresses) - number of invalid recipients (just a count, not the email addresses) - number of failed attempts to relay message
- SMTP Server -> IDS/IPS
- n the SMTP service and can automatically block IP addresses which try to do bad things. =====IDS Logging====... old, then it will be added to the **Block List**. Addresses can also be added to the Block List manually. N... ls. The Block List can be viewed to see which IP addresses are already in the block list, when they were add... OP3 never to block connections from the specified addresses. This can be useful for internal IP address range
- Route incoming POP3 mail by parsing message headers
- he **Accepted Domains** setting tells VPOP3 which addresses it should process in the headers, and which it should ignore. It cannot simply process all email addresses in the header, as a message may have been sent to... rent company - so VPOP3 has to know to ignore the addresses for the other company. In the Accepted Domains b... domain3.com </code> If you only have a few email addresses in the domain, then you can specify those explici
- Spamfilter White/Blacklists
- here are four lists you can manage. The Whitelist Addresses & Blacklist Addresses lists let you specify sender email addresses to check. With the default rule weights, if a sender's address ... precedence). Note that, by default, local email addresses on the whitelist will be ignored. This is by desi
- Autoresponder
- response to** - you can specify one or more email addresses to send the reply to here (separate them with com... l 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 in the 'Send response to' box, then the reply will only go to the specified addresses and not to the original sender * **Attachments*
- SMTP -> General tab
- indings==== The service **Bindings** are which IP addresses & ports the VPOP3 SMTP service will listen on for... nections, unless it is overridden for specific IP addresses in the [[SMTP IP Access Restrictions|IP Access Re... if this option is chosen, VPOP3 will allow ALL IP addresses to send mail to local users, but only those IP addresses listed on the IP Access Restrictions tab will be ab
- Security Settings -> Intrusion Protection Tab
- ock List==== This lets you view, delete or add IP addresses/subnets to block This block list is shared with... OP3 never to block connections from the specified addresses. This can be useful for internal IP address ranges, or the IP addresses of partners or mail forwarding services. This bl... he Never Block List can be viewed to see which IP addresses are already in the list and when they were added.
- Mail Connectors -> Mail Senders -> SMTP Direct
- er(s) which handle mail for the target domain (IP addresses are not allowed, they must be host names). The MX... m** name. This name may resolve to one or more IP addresses, so the sending mail server will try to connect to all the IP addresses of 'mail.example.com' (in a random order). If non
- POP3 Server -> General Tab
- ngs==== The **Bindings** section shows the TCP/IP addresses and ports that VPOP3 is listening on. The default... or the POP3 service is to listen on all available addresses, on port 110. If you have another mail server on ... r as VPOP3, you may want to configure multiple IP addresses in Windows, and tell each of the servers to liste
- SMTP Service -> VRFY/EXPN Tab
- ands which allow another computer to verify email addresses without sending mail to them. See [[http://tools.... trictions' for these commands in this section. IP addresses and networks which are allowed here will be able to access the VRFY/EXPN commands, other IP addresses will receive an error if they try to use the comm
- User Routing Script
- ====Don't forward messages from *@localdomain.com addresses==== <code> --Don't forward any messages from any *@localdomain.com addresses if string.find(Sender, "@localdomain%.com$") then
- User Delivery Script
- s - [1] field name, [2] data * Forwards - email addresses to forward the message to (table of strings) * ... the PreDeliver function===== * Forwards - email addresses to forward the message to (table of strings) *
- Autoresponder scripting
- oresponse * **To** - table containing the email addresses the autoresponse should go to * **Attachments**... r the autoresponse * **CopyTo** - table containing email addresses the original message should be copied to