On Wed, May 29, 2002 at 04:02:48PM +0530, Rupesh wrote:
> I have 2 Server's www.abc.com & mail.abc.com, I have a user "test" on
> mail.abc.com. When I send a mail from Yahoo or Hotmail to
> [EMAIL PROTECTED], I can receive the mail successfully on [EMAIL PROTECTED]
> (Mail Server).
> 
> But, when I try to send a mail from www.abc.com to [EMAIL PROTECTED] I get
> an error message saying user test doesn't exist, which is actually
> true as the user test exists on mail.abc.com and not on www.abc.com,
> also I am able to send my mails successfully to users on Yahoo or 
> Hotmail from www.abc.com, but I only face a problem when trying to
> send mails to users of the same domain ie. abc.com
> 

I think you need a mailertable to tell it to send the email to
the mailserver.

abc.com SMTP:mail.abc.com

You need to check that the sendmail.cf includes support for
this feature or use m4 to create a new one. Do the makemap
hash and then test it.

Use rule testing mode

/usr/sbin/sendmail -bt
then try 
3,0 [EMAIL PROTECTED]

You should see output parsing the address then choosing to use
the SMTP mailer to send it to the other box.

regards,

Paul



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to