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
>>>> 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