Fulltext results:
- Mappings
- ed Mappings or Mappings without an explicit email domain set, VPOP3 uses a list of domains set elsewhere f... VPOP3 using SMTP, then the <domains> list is any domain listed in the [[local_mail_general#local_domains|... th header parsing, then the <domains> list is any domain listed in the [[route_by_parsing_message_headers|... the applicable domains (see above) - **<name>@<domain>** - this will match the exact <name>@<domain> em
- Settings -> Local Mail -> General
- t fundamentally important settings. =====Default Domain===== In the majority//**†**// of cases, this is the domain name that VPOP3 will use when sending automated m... y receive a message from ''Mailer_Daemon@[default domain]''. =====Local Domains===== The **Local Domains*... as incoming mail. You can specify multiple local domain names, which must be separated by a semi-colon (*
- DMARC Reporter Script
- mise how VPOP3 sends DMARC reports to the sending domain. This can be useful in case the sending domain's DMARC configuration is incorrect as that can cause error... v6.7 and later. ====CheckRecipients==== For each domain to which a DMARC aggregate report will be sent, V... idate the report's recipients CheckRecipients(<Domain>, <RUA entry from DMARC record>, <start time>, <e
- Mail Sender Advanced Settings
- s]] -> (name) -> Advanced =====Advanced===== ====Domain Filtering==== For VPOP3 v6.11 and later, see [[http://www.pscs.co.uk/manual/index.html?sender_domain_filtering.html|the Domain Filtering section]] of the user manual. The **Domain Filtering** box lets you restrict which email messa
- Spamrules example - increase spam score for long sender domain
- les example - increase spam score for long sender domain====== This script is for the case where you to i... where the sender's email address contains a long domain. In this case we'll say if the sender's domain has 20 or more characters in the first section (between th... mail address in the From header field has a first domain section of 20 characters or more, then the spam f
- SMTP Direct Sender Settings
- isp.com:587 Also, you can use wildcards in the domain name part of the line - eg ** *.demon.co.uk** ... can specify multiple lines which match the target domain, VPOP3 will treat those all as having the same pr... ch line in the overrides is as before - recipient domain, and target mail server, but after that you can s... sing the overrides at that point if the recipient domain (and qualifiers, if any) matches. If a $size and
- Route incoming POP3 mail by parsing message headers
- put preceding @ characters. For instance: <code> domain1.com;domain2.com;domain3.com </code> If you only have a few email addresses in the domain, then you can specify those explicitly. (If you h
- Mail Connectors -> Mail Senders -> SMTP Direct
- e mail server(s) which handle mail for the target domain (IP addresses are not allowed, they must be host ... ed first) (If no MX records exist for the target domain, then the mail server does a DNS lookup for an A record for the target domain, and tries that). For instance, the DNS lookup m
- Misc -> General Tab
- looks like a valid host name - e.g. **mail.<your domain>** (mail.company.com). It is rare for ISP SMTP re... u have a dynamic IP address or don't own your own domain), so in those cases just using something that "lo... mail addresses being sent out from that copy of VPOP3, but in many cases they will be in the same domain.
- User Routing Script
- d = false; end </code> ====If the sender is user@domain.com forward to person@mycompany.com==== <code> --If the sender is user@domain.com forward to person@mycompany.com if string.lower(Sender) == "user@domain.com" then Forwards = "person@mycompany.com";
- Lua SMTP MX Server Rules
- lier). =====GetCheckCache===== ''GetCheckCache("<Domain>", numRetries, messageSize)'' returns true if VP... S lookup =====GetOverrides===== ''GetOverrides("<Domain>", numRetries, messageSize)'' returns **DNS Serv... rver===== (VPOP3 7.10 and later) ''CheckServer("<Domain>", "<MX Server>", numRetries, messageSize, defaul
- SMTP Server -> Spam Reduction
- keys in PEM format in a file called **domainkey_<domain name>_<selector>.key** in the VPOP3 directory. Fo... private key file depending on the sender's email domain. One disadvantage of Domainkeys happens if some
- Lua SMTP MX Control
- * server - the mail server being connected to * domain - the domain the message is being sent to * length - the size of the message being sent * connnid - t
- Misc -> Advanced Tab
- e messages will come from **mailer_daemon**@<your domain>. Some people have wanted to change this name fo... er sends a message to <a local username>@<a local domain>, VPOP3 will put the message directly into the ta
- Autoresponder
- this, VPOP3 will use the user's <username>@<local domain> address * **Autoresponder Reply-To address** -... don't set anything, it will use **no-one**@<your domain> to prevent replies being processed again (to try