Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Newbie needs help!

0 views
Skip to first unread message

Leo Gonzales, Jr.

unread,
Sep 26, 2001, 10:54:52 PM9/26/01
to
Hi,

I don't know much about sendmail and I need to configure it for our company.
It seems that I can send messages to some other hosts and not to others. The
message I get back when it fails is shown below. Can someone tell me how I
can solve this problem?

Note: I'm running RedHat 7

----------------------------------------------------------------------------
------------------
[root@gauguin /root]# /usr/lib/sendmail -v leo.go...@provicint.com
<sendstuff
leo.go...@provicint.com... Connecting to inbound.registeredsite.com. via
esmtp...
220 imta03a2.registeredsite.com ESMTP server ready Wed, 26 Sep 2001
19:15:03 -0400
>>> EHLO gauguin.xcelcis.com
250-imta03a2.registeredsite.com
250-HELP
250-XREMOTEQUEUE
250-ETRN
250-PIPELINING
250-DSN
250-8BITMIME
250 SIZE 10485760
>>> MAIL From:<ro...@gauguin.xcelcis.com> SIZE=21
553 gauguin.xcelcis.com does not exist
/root/dead.letter... Saved message in /root/dead.letter
Closing connection to inbound.registeredsite.com.
>>> QUIT
221 imta03a2.registeredsite.com ESMTP server closing connection
[root@gauguin /root]#
----------------------------------------------------------------------------
------------------

Thanks in advance,
Leo

Per Hedeland

unread,
Sep 28, 2001, 6:59:50 PM9/28/01
to
In article <0yws7.16190$8a.79...@news1.rsm1.occa.home.com> "Leo

Gonzales, Jr." <jun.go...@home.com> writes:
>
>I don't know much about sendmail and I need to configure it for our company.
>It seems that I can send messages to some other hosts and not to others. The
>message I get back when it fails is shown below. Can someone tell me how I
>can solve this problem?
>
>Note: I'm running RedHat 7

>>>> MAIL From:<ro...@gauguin.xcelcis.com> SIZE=21


>553 gauguin.xcelcis.com does not exist

The message seems clear enough - gauguin.xcelcis.com does indeed not
exist (in the global DNS) - you can't send mail with such a sender
address. Perhaps you need to use MASQUERADE_AS(`xcelcis.com') and
FEATURE(`masquerade_envelope') in your .mc file, see cf/README (might be
/usr/lib/sendmail-cf/README on RedHat, and might require that you
install the "sendmail-cf" rpm).

--Per Hedeland
p...@bluetail.com

0 new messages