sendmail issue

sendmail issue

am 25.09.2007 00:25:36 von Robert

I've got an odd issue here. My setup is I have one server that is setup
as a relay server for my internal systems and it also receives email
from the Internet.

I have 13 other servers inside that relay any email they have through
the one server.

This is successful in all cases except to one specific domain I'm trying
to send email to BUT if I go onto the mail server itself and use mail -s
test it goes just fine but if I login to one of the
servers that relay their email through that same server it doesn't work
going to the same email address.

I suspect its a re-writing rule issue of some sort but I'm not sure.

Here is a tail -f capture of what's working and what isn't going to this
domain.

Sep 24 13:23:06 mail001 sendmail[1924]: l8OKN5fu001919:
to=, ctladdr= (0/0),
delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=120365,
relay=atlsmtp.cingularme.net. [66.102.165.114], dsn=2.0.0, stat=Sent
(Message received:
20070924202305.CHIK14180.atledge02.cingularme.com@mail001.xx x.com)

Sep 24 13:27:17 mail001 sendmail[2095]: l8OKRDsa002093:
to=, delay=00:00:04, xdelay=00:00:04,
mailer=esmtp, pri=120585, relay=atlsmtp.cingularme.net.
[66.102.165.114], dsn=2.0.0, stat=Sent (Message received:
20070924202716.LAAW28517.atledge01.cingularme.com@mail001.xx x.com)

Sep 24 14:01:23 mail001 sendmail[3676]: l8OL1L71003671:
to=, delay=00:00:02, xdelay=00:00:02,
mailer=esmtp, pri=120573, relay=atlsmtp.cingularme.net.
[66.102.165.114], dsn=2.0.0, stat=Sent (Message received:
20070924210121.DKRN14180.atledge02.cingularme.com@mail001.xx x.com)

The first one was sent directly from mail001 where the last two entries
were sent from other servers that relay their email through mail001.
Emailing any other domain from any server that relays through mail001
that I've tested works so far except the mycingular.com domain.

Any ideas as to why and how to fix it?

Robert

Re: sendmail issue

am 25.09.2007 03:58:26 von gtaylor

On 9/24/2007 5:25 PM, Robert wrote:
> Sep 24 13:23:06 mail001 sendmail[1924]: l8OKN5fu001919:
> to=, ctladdr= (0/0),
> delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=120365,
> relay=atlsmtp.cingularme.net. [66.102.165.114], dsn=2.0.0, stat=Sent
> (Message received:
> 20070924202305.CHIK14180.atledge02.cingularme.com@mail001.xx x.com)
>
> Sep 24 13:27:17 mail001 sendmail[2095]: l8OKRDsa002093:
> to=, delay=00:00:04, xdelay=00:00:04,
> mailer=esmtp, pri=120585, relay=atlsmtp.cingularme.net.
> [66.102.165.114], dsn=2.0.0, stat=Sent (Message received:
> 20070924202716.LAAW28517.atledge01.cingularme.com@mail001.xx x.com)
>
> Sep 24 14:01:23 mail001 sendmail[3676]: l8OL1L71003671:
> to=, delay=00:00:02, xdelay=00:00:02,
> mailer=esmtp, pri=120573, relay=atlsmtp.cingularme.net.
> [66.102.165.114], dsn=2.0.0, stat=Sent (Message received:
> 20070924210121.DKRN14180.atledge02.cingularme.com@mail001.xx x.com)
>
> The first one was sent directly from mail001 where the last two entries
> were sent from other servers that relay their email through mail001.
> Emailing any other domain from any server that relays through mail001
> that I've tested works so far except the mycingular.com domain.
>
> Any ideas as to why and how to fix it?

Um, according to the logs you posted all the messages were accepted by
Cingular servers. So, from my point of view, it does not look like any
thing is broken. I suspect that the problem you are experiencing, that
we don't know any thing about, is based on some sort of filtering going
on at Cingular that is not being reported back to you.

I'd suggest that you contact someone at Cingular and inquire as to
whether or not they can / will confirm reception of the messages that
you are sending and what is / is not happening to them there.



Grant. . . .