|
Home > Archive > IIS and SMTP > July 2004 > SMTP RFC Compliance.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SMTP RFC Compliance.
|
|
| Nathan Kodak 2004-07-19, 5:56 pm |
| I saw a post on this subject already, but the last part of it was never replied to, so here it is again, in hopes of recieving an answer.
Is the Microsoft IIS 5/6 SMTP Server RFC1123 5.2.17 compliant? In case you are unsure, this RFC compliance deals with Domain Literals.
When using http://www.dnsreport.com to test my DNS/Email/Web workings, I recieve a warning from our backup MX stating that it does not accept domain literals.
WARN: One or more of your mailservers does not accept mail in the domain literal format (user@[0.0.0.0]). Mailservers are technically required RFC1123 5.2.17 to accept mail to domain literals for any of its IP addresses. Not accepting domain literals can
make it more difficult to test your mailserver, and can prevent you from receiving E-mail from people reporting problems with your mailserver. However, it is unlikely that any problems will occur if the domain literals are not accepted.
smtp.intraforce.com's postmaster@[xx.xx.xx.xx] response:[vbcol=seagreen]
<<< 550 5.7.1 Unable to relay for postmaster@[xx.xx.xx.xx]
Please advice.
| |
| Jeff Henkels 2004-07-19, 5:56 pm |
| "Nathan Kodak" <Nathan Kodak@discussions.microsoft.com> wrote in message
news:A93511B2-73B5-4A9F-ADA4-BD6A647BA0EC@microsoft.com...
> I saw a post on this subject already, but the last part of it was never
replied to, so here it is again, in hopes of recieving an answer.
>
> Is the Microsoft IIS 5/6 SMTP Server RFC1123 5.2.17 compliant? In case you
are unsure, this RFC compliance deals with Domain Literals.
>
> When using http://www.dnsreport.com to test my DNS/Email/Web workings, I
recieve a warning from our backup MX stating that it does not accept domain
literals.
>
> WARN: One or more of your mailservers does not accept mail in the domain
literal format (user@[0.0.0.0]). Mailservers are technically required
RFC1123 5.2.17 to accept mail to domain literals for any of its IP
addresses. Not accepting domain literals can make it more difficult to test
your mailserver, and can prevent you from receiving E-mail from people
reporting problems with your mailserver. However, it is unlikely that any
problems will occur if the domain literals are not accepted.
>
> smtp.intraforce.com's postmaster@[xx.xx.xx.xx] response:
> <<< 550 5.7.1 Unable to relay for postmaster@[xx.xx.xx.xx]
>
> Please advice.
As far as I know, the IIS mail server doesn't claim to be compliant with
that part of RFC1123. For what it's worth, Exchange Server isn't compliant
either. In practical terms, this non-compliance isn't an issue -- no one
really uses domain literals.
| |
| Nathan Kodak 2004-07-19, 5:56 pm |
| Actually, Exchange Server IS compliant with the right configuration. You just have to add the "@[xx.xx.xx.xx]" into a Recipient Policy, and add your addresses as "Custom" with the address of "postmaster@[xx.xx.xx.xx]" or "abuse@[xx.xx.xx.xx]" and type SMT
P (choosing SMTP and trying to add the address WON'T work).
I like to have ZERO warnings or errors in my testing though, so if ANYONE can give me the answer on how to do this, or if it is simply NOT possible that would be great. If it is truely NOT possible, I would like it to be a MS rep that breaks that news to
me, thanks.
Nathan
"Jeff Henkels" wrote:
> "Nathan Kodak" <Nathan Kodak@discussions.microsoft.com> wrote in message
> news:A93511B2-73B5-4A9F-ADA4-BD6A647BA0EC@microsoft.com...
> replied to, so here it is again, in hopes of recieving an answer.
> are unsure, this RFC compliance deals with Domain Literals.
> recieve a warning from our backup MX stating that it does not accept domain
> literals.
> literal format (user@[0.0.0.0]). Mailservers are technically required
> RFC1123 5.2.17 to accept mail to domain literals for any of its IP
> addresses. Not accepting domain literals can make it more difficult to test
> your mailserver, and can prevent you from receiving E-mail from people
> reporting problems with your mailserver. However, it is unlikely that any
> problems will occur if the domain literals are not accepted.
>
> As far as I know, the IIS mail server doesn't claim to be compliant with
> that part of RFC1123. For what it's worth, Exchange Server isn't compliant
> either. In practical terms, this non-compliance isn't an issue -- no one
> really uses domain literals.
>
>
>
| |
| Harland Adelaars 2004-07-27, 5:57 pm |
| Is the Microsoft IIS 5/6 SMTP Server RFC1123 5.2.17 compliant?
Yes it is, just create a domain name [xx.xx.xx.xx] with adsutil.vbs, you
can find this script in c:\inetpub\adminscripts
start the following commands:
adsutil create smtpsvc/1/Domain/[tcp/ip] "IIsSmtpDomain"
adsutil set smtpsvc/1/Domain/[tcp/ip]/RouteAction 4098
adsutil set smtpsvc/1/Domain/[tcp/ip]/RouteActionString ""
adsutil set smtpsvc/1/Domain/[tcp/ip]/RouteUserName ""
adsutil set smtpsvc/1/Domain/[tcp/ip]/RoutePassword ""
adsutil set smtpsvc/1/Domain/[tcp/ip]/AuthTurnList ""
That's it...
Regards,
Harland Adelaars.
*** Sent via Developersdex http://www.codecomments.com ***
Don't just participate in USENET...get rewarded for it!
|
|
|
|
|