<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sendmail address issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798573#M66199</link>
    <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;The edition of the Dj prefix to the mgh.harvard.edu seemed to work. &lt;BR /&gt;&lt;BR /&gt;Just out of curiosity, what does the Dj prefix mean and signify? Thanks.</description>
    <pubDate>Thu, 01 Jun 2006 15:08:03 GMT</pubDate>
    <dc:creator>Andrew Kaplan</dc:creator>
    <dc:date>2006-06-01T15:08:03Z</dc:date>
    <item>
      <title>sendmail address issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798566#M66192</link>
      <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;The root user on our sendmail 8.13 server appears to have its e-mail address doubled up, and this is causing the following error message to occur:&lt;BR /&gt;&lt;BR /&gt;&lt;ROOT&gt; Sender address rejected: Domain not found ahkaplan@partners.org... Deferred: 450&lt;BR /&gt;&lt;BR /&gt;What file(s) do I need to modify to correct this problem? Thanks.&lt;/ROOT&gt;</description>
      <pubDate>Thu, 01 Jun 2006 08:45:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798566#M66192</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2006-06-01T08:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail address issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798567#M66193</link>
      <description>The RELAY server is rejecting the mail because the domain does not have or cannot find a DNS server.&lt;BR /&gt;&lt;BR /&gt;If this domain exists and has a DNS server, ensure that the RELAY server can query that DNS server.&lt;BR /&gt;&lt;BR /&gt;Another option is to disable the rejection of mails coming from unknown domains (not recommended).&lt;BR /&gt;&lt;BR /&gt;In your sendmail.mc configure:&lt;BR /&gt;&lt;BR /&gt;FEATURE(`accept_unresolvable_domains')dns&lt;BR /&gt;&lt;BR /&gt;Create the new cf file and restart sendmail.</description>
      <pubDate>Thu, 01 Jun 2006 09:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798567#M66193</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-06-01T09:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail address issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798568#M66194</link>
      <description>I added another domain to the RELAY list and when I send an email via a GUI client, ie: Eudora or Webmin, the messages gets through both ways without a problem.&lt;BR /&gt;&lt;BR /&gt;The issue now appears to be exclusively with the command prompt. Specifically, if I run the command:&lt;BR /&gt;&lt;BR /&gt;       mail &lt;EMAIL address=""&gt; &amp;lt; file&lt;BR /&gt;&lt;BR /&gt;The error that I mentioned in the original question appears.&lt;/EMAIL&gt;</description>
      <pubDate>Thu, 01 Jun 2006 09:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798568#M66194</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2006-06-01T09:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail address issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798569#M66195</link>
      <description>When you send a mail from the command line, the configuration that applies to the outgoing mail is located in /etc/mail/submit.cf&lt;BR /&gt;&lt;BR /&gt;Edit the File and check this line:&lt;BR /&gt;&lt;BR /&gt;# my official domain name                                                      &lt;BR /&gt;# ... define this only if sendmail cannot automatically determine your domain  &lt;BR /&gt;#Dj$w.Foo.COM                                                                  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chage it to this:&lt;BR /&gt;&lt;BR /&gt;# my official domain name                                                      &lt;BR /&gt;# ... define this only if sendmail cannot automatically determine your domain  &lt;BR /&gt;Djyourdomain.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;# my official domain name                                                      &lt;BR /&gt;# ... define this only if sendmail cannot automatically determine your domain  &lt;BR /&gt;Djhp.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To set the domain to be hp.com.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 10:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798569#M66195</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-06-01T10:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail address issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798570#M66196</link>
      <description>Hi there - &lt;BR /&gt; &lt;BR /&gt;I made the change you suggested to  the /etc/mail/submit.cf, and restarted sendmail to have the change go into effect. I tried sending a file via the command prompt mail, but got an error message complaining about the syntax of the line that I had modified. I changed the submit.cf file back to its original format. &lt;BR /&gt;&lt;BR /&gt;The syntax that I used was the following:&lt;BR /&gt;&lt;BR /&gt;        .mgh.harvard.edu&lt;BR /&gt;&lt;BR /&gt;What would be my next step?&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 12:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798570#M66196</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2006-06-01T12:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail address issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798571#M66197</link>
      <description>One slight correction to my previous e-mail. The syntax of the line that I changed read:&lt;BR /&gt;&lt;BR /&gt;mgh.harvard.edu &lt;BR /&gt;&lt;BR /&gt;NOT &lt;BR /&gt;.mgh.harvard.edu&lt;BR /&gt;&lt;BR /&gt;Sorry about the confusion.</description>
      <pubDate>Thu, 01 Jun 2006 13:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798571#M66197</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2006-06-01T13:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail address issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798572#M66198</link>
      <description>Have you configured in this way?&lt;BR /&gt;&lt;BR /&gt;Djmgh.harvard.edu&lt;BR /&gt;&lt;BR /&gt;I test on my systems and no errors reported.</description>
      <pubDate>Thu, 01 Jun 2006 13:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798572#M66198</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-06-01T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail address issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798573#M66199</link>
      <description>Hi there --&lt;BR /&gt;&lt;BR /&gt;The edition of the Dj prefix to the mgh.harvard.edu seemed to work. &lt;BR /&gt;&lt;BR /&gt;Just out of curiosity, what does the Dj prefix mean and signify? Thanks.</description>
      <pubDate>Thu, 01 Jun 2006 15:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798573#M66199</guid>
      <dc:creator>Andrew Kaplan</dc:creator>
      <dc:date>2006-06-01T15:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail address issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798574#M66200</link>
      <description>It's a sendmail parameter that defines (D) the domain (j) variables of the configuration file.&lt;BR /&gt;&lt;BR /&gt;See also:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;</description>
      <pubDate>Thu, 01 Jun 2006 15:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-address-issue/m-p/3798574#M66200</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-06-01T15:22:32Z</dc:date>
    </item>
  </channel>
</rss>

