On 03/30/03 at 01:03, Warren Michelsen opined:
> A backup mail server router entry is typically:
>
> domain.com = domain.com.smtp
>
>
> Using this, a dictionary attack on the secondary server results in
> lots of failed bounce messages for the domain in question since the
> backup server accepts mail for any account at domain.com only to find
> out later that many of those accounts do not exist on the primary
> server and are rejected.
>
> I had hoped that replacing "domain.com = domain.com.smtp" with:
>
>
> [EMAIL PROTECTED] = [EMAIL PROTECTED]
> [EMAIL PROTECTED] = [EMAIL PROTECTED]
> [EMAIL PROTECTED] = [EMAIL PROTECTED]
> [EMAIL PROTECTED] = [EMAIL PROTECTED]
I'm not certain that this will help make '.smtp' entries behave as you
want, but the [EMAIL PROTECTED] on the left side of your entries are what
the SIMS docs refer to as 'local aliases', so they should be enclosed in
angle brackets:
<[EMAIL PROTECTED]> = [EMAIL PROTECTED]
Also (without specifically re-reading the docs on the '.smtp' router
syntax), I'm not sure that you need to include the user name on the right
side of the entry. Try:
<[EMAIL PROTECTED]> = domain.com.smtp
> I'd hoped that the backup server, having no router rule for, let's
> say, [EMAIL PROTECTED] would simply refuse to accept mail for that
> account with a "relaying denied" error or something. That doesn't
> seem to happen. In the absence of an entry of "domain.com =
> domain.com.smtp" why does the backup server continue to accept mailo
> for accounts with no router entry?
>
> Additionally, I'd hoped that including:
>
> [EMAIL PROTECTED] = spamtrap
>
> would keep the backup server from accepting mail to this account too. Why
> doesn't SIMS just disappear email to the spamtrap account?
Again, [EMAIL PROTECTED] is a local alias and needs to be enclosed in
angle brackets as <[EMAIL PROTECTED]>.
--
Christopher Bort | [EMAIL PROTECTED]
Webmaster, Global Homes | [EMAIL PROTECTED]
<http://www.globalhomes.com/>
#############################################################
This message is sent to you because you are subscribed to
the mailing list <[EMAIL PROTECTED]>.
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]>
To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]>
Send administrative queries to <[EMAIL PROTECTED]>