|
Home > Archive > IIS and SMTP > November 2004 > Mail Hoping around our SMTP Servers
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 |
Mail Hoping around our SMTP Servers
|
|
| Harjinder Singh 2004-08-24, 7:05 pm |
| We currently have three SMTP Servers in our network, each server serving
it's own websites/applications.
A strange hop of email is occuring within the servers, which i cannot find
the source of.
Assume Server A sends out an email to an undeliverable domain. For whatever
reason, the return email will come back to my account from Server B, stating
that the email was underliveable.
Serer C is in a remote location, however we do have a private VPN connection
to our internal network. Server B which is in our internal network will
attempt to send out email and Server C will return the undeliverable
message.
Has anyone else experienced this problem?
Does anyone know why this would occur?
Thanks.
| |
| Ken Schaefer 2004-11-21, 7:47 am |
| a) Is the "undeliverable" message being generated by the local SMTP server
(in response to a 5xx status code by the remote server)? If so, then the
local SMTP server (eg ServerA) will look in the DNS to determine the MX
record for @yourdomain.com where your POP3 mailbox is, and send the delivery
report there. Presumably this is your internal DNS (eg AD integrated DNS)
b) If the "undeliverable" message is being generated separate by the remote
domain's SMTP server, then it is looking in the external (public) DNS to
work out where to deliver mail for @yourdomain.com, which presumably is
ServerB (or you may have some public gateway SMTP server that is forwarding
mail to your ServerB).
Cheers
Ken
"Harjinder Singh" <harjinder.singh@paramount.com> wrote in message
news:eMrcVFgiEHA.3928@TK2MSFTNGP11.phx.gbl...
> We currently have three SMTP Servers in our network, each server serving
> it's own websites/applications.
>
> A strange hop of email is occuring within the servers, which i cannot find
> the source of.
>
> Assume Server A sends out an email to an undeliverable domain. For
whatever
> reason, the return email will come back to my account from Server B,
stating
> that the email was underliveable.
>
> Serer C is in a remote location, however we do have a private VPN
connection
> to our internal network. Server B which is in our internal network will
> attempt to send out email and Server C will return the undeliverable
> message.
>
> Has anyone else experienced this problem?
>
> Does anyone know why this would occur?
>
> Thanks.
>
>
>
|
|
|
|
|