The Address validation parameter
Lets recall the reason for this parameter: in fact, it is a mask (or an array
of masks) applied to addresses found in the To or Cc headers of a message, to
distinguish between "foreign" addresses, and addresses which correspond to
Recipients configured in PYTHEAS MailGate.
What's new since v.1.91 is that PYTHEAS MailGate can now construct
the address validation parameter using the Recipient SMTP
addresses. This function is activated by the checkbox
Append SMTP addresses from Recipient
definitions in the POP3 account properties. However, this only
makes sense if the Recipients' SMTP addresses are the real Internet
addresses; this should normally be the case, but maybe not (in this case, you
should add the "real" Internet SMTP address to the Other SMTP addresses
field of the Recipient properties). We recommend not to use this
function if you have more than say 30 Recipients receiving mail from a given
POP3 account.
Example for a situation where this function is especially useful
Please note that this is NOT the recommended way to configure things; it
is just used here as an example.
The situation:
- two POP3 accounts, AccountA and AccountB
- the Recipients A1@domain,
A2@domain receive mail on AccountA; the value
of the address validation
parameter is:
@domain
- the Recipients B1@domain,
B2@domain receive mail on AccountB; the value
of the address validation
parameter is:
@domain
Now we receive a message addressed to: A1@domain,
B2@domain
The message is received on both AccountA and AccountB; the one received on
AccountA is distributed to A1@domain, and also
declared "unroutable" because of the address B2@domain;
this address passed the address validation (the domain name is ok), but there
is no recipient with this address for AccountA.
For the message received on AccountB, a similar situation occurs.
Conclusion
We recommend using the Append
SMTP addresses from Recipient definitions function (this is the
default for newly created POP3 accounts).
Please note: if the (local) SMTP address of a Recipient
is not the "real" Internet SMTP address (because you use the Make-unique-address
tag, ##, for ex.), you need to add the "real" Internet SMTP address to the
Other SMTP addresses field of the Recipient properties.
|