[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] relaying denied for inbound mail from another server
- Subject: Re: [cobalt-users] relaying denied for inbound mail from another server
- From: sm <sm@xxxxxxxxxxxx>
- Date: Sun Jan 26 11:25:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
At 22:04 16-01-2003 -0500, cbtrussell wrote:
>Inbound mail is rejected relaying denied as follows:
>
>Jan 16 21:46:13 myhostname sendmail[32440]: h0H2kDs32440:
>ruleset=check_rcpt, arg1=<damnit@xxxxxxxxxxxxxxxxxxx>,
>relay=bay2-dav30.bay2.hotmail.com [65.54.246.87], reject=550 5.7.1
><damnit@xxxxxxxxxxxxxxxxxxx>... Relaying denied. Please check your mail
>first or restart your mail session.
>
>DNS is not an issue, as the mail gets to the server.
>
>Domain is in the host/domain aliases field. Accordingly, domain name is
>listed in /etc/mail/local-host-names
If you do a grep, it should give the output:
grep Fw /etc/mail/sendmail.cf
Fw/etc/mail/local-host-names
Next do a grep for:
grep receivingdomain
You should see the receivingdomain.com in the output. You should restart
sendmail after adding the domain.
If you still have problems, email me the real domain name and your
sendmail.cf.
Regards,
-sm