<?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: smart relay on redhat 7.2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899026#M3657</link>
    <description>The features you turned on are for *YOUR* box to accept external mail for unresolvable and unqualified senders.&lt;BR /&gt;&lt;BR /&gt;Regardless, your box will sill by default try to resolve the destination, even if it is trying to use a relay.&lt;BR /&gt;&lt;BR /&gt;You might want to look at changing the option I (feature 'configBIND_OPTS'), and setting things like '-DNSRCH' to stop it trying to query a name server.&lt;BR /&gt;&lt;BR /&gt;There are a number of issues regarding that, I suggest you consult your documentation further if this causes other issues.&lt;BR /&gt;&lt;BR /&gt;NOTE: We use this as well as a 'service switch file' in order to bypass name lookups.</description>
    <pubDate>Thu, 06 Feb 2003 23:44:37 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2003-02-06T23:44:37Z</dc:date>
    <item>
      <title>smart relay on redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899023#M3654</link>
      <description>Hello everyone,&lt;BR /&gt;I am trying to set up a smart relay for sendmail on linux 7.2.&lt;BR /&gt;&lt;BR /&gt;I have my mc file set up according to the docs I found on sendmail.org.&lt;BR /&gt;&lt;BR /&gt;define(`SMART_HOST', `name.of.smart.host')dnl&lt;BR /&gt;&lt;BR /&gt;Also, starting with 8.9, it may help to include the following in your .mc file: &lt;BR /&gt;FEATURE(`accept_unresolvable_domains')dnl&lt;BR /&gt;FEATURE(`accept_unqualified_senders')dnl&lt;BR /&gt;&lt;BR /&gt;After the changes I did restart sendmail. DS is set up. I can resolve my smart relay. But I still get errors.&lt;BR /&gt;&lt;BR /&gt;sendmail -v rleon@mydomain.net&lt;BR /&gt;mydomain.net: Name server timeout&lt;BR /&gt;rleon@mydomain.net... Transient parse error -- message queued for future delive&lt;BR /&gt;ry&lt;BR /&gt;&lt;BR /&gt;sendmail -bv rleon@mydomain.net&lt;BR /&gt;rleon@mydomain.net... deliverable: mailer relay, host netmail1, user rleon@netw&lt;BR /&gt;orkip.net&lt;BR /&gt;&lt;BR /&gt;What did i miss?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Feb 2003 22:22:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899023#M3654</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2003-02-06T22:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: smart relay on redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899024#M3655</link>
      <description>After modifying your MC file, did you re-generate your CF file?&lt;BR /&gt;&lt;BR /&gt;To check, run:&lt;BR /&gt;&lt;BR /&gt;grep "^DS" /etc/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;If that doesn't have your 'name.of.smart.host' on it, then you'll need to run:&lt;BR /&gt;&lt;BR /&gt;m4 /etc/mail/sendmail.mc &amp;gt; /etc/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;That will make the modifications you want.&lt;BR /&gt;&lt;BR /&gt;As of RH8, restarting sendmail will automatically re-create any CF file (if you've made changes to the MC file), but nothing prior will do so automatically.&lt;BR /&gt;&lt;BR /&gt;Hope this helps you a bit mroe.</description>
      <pubDate>Thu, 06 Feb 2003 23:18:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899024#M3655</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-02-06T23:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: smart relay on redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899025#M3656</link>
      <description>Hi&lt;BR /&gt;Yes I did all that and my DS is there. To me it seems like for some reason it is trying to resolv my domain. But that is what it should not do since I am using my smart relay.&lt;BR /&gt;&lt;BR /&gt;~richard</description>
      <pubDate>Thu, 06 Feb 2003 23:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899025#M3656</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2003-02-06T23:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: smart relay on redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899026#M3657</link>
      <description>The features you turned on are for *YOUR* box to accept external mail for unresolvable and unqualified senders.&lt;BR /&gt;&lt;BR /&gt;Regardless, your box will sill by default try to resolve the destination, even if it is trying to use a relay.&lt;BR /&gt;&lt;BR /&gt;You might want to look at changing the option I (feature 'configBIND_OPTS'), and setting things like '-DNSRCH' to stop it trying to query a name server.&lt;BR /&gt;&lt;BR /&gt;There are a number of issues regarding that, I suggest you consult your documentation further if this causes other issues.&lt;BR /&gt;&lt;BR /&gt;NOTE: We use this as well as a 'service switch file' in order to bypass name lookups.</description>
      <pubDate>Thu, 06 Feb 2003 23:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899026#M3657</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-02-06T23:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: smart relay on redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899027#M3658</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Add this line to sendmail.mc and generate a new sendmail.cf file. And restart sendmail daemon.&lt;BR /&gt;&lt;BR /&gt;FEATURE(`nocanonify')dnl&lt;BR /&gt;&lt;BR /&gt;Hope the problem is solved.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Feb 2003 04:09:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899027#M3658</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-02-07T04:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: smart relay on redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899028#M3659</link>
      <description>When you change sendmail.mc, you need to rebuild the hash databases.&lt;BR /&gt;&lt;BR /&gt;Here is a script that rebuilds the databases then stops and starts sendmail daemon.&lt;BR /&gt;&lt;BR /&gt;I have to note however I am not comfortable with some of the choices you made as noted above.  There is no need to accept unresolvable domains.  It says I'm a spam magnet.  Perhaps I misread the thread.&lt;BR /&gt;&lt;BR /&gt;Attached is buildmail the script to do the work.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Fri, 07 Feb 2003 04:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899028#M3659</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-07T04:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: smart relay on redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899029#M3660</link>
      <description>U.SivaKumar,&lt;BR /&gt;&lt;BR /&gt;That worked and fixed the problem. Can you tell me what that option does? To me it looks like it is something with the newer versions of sendmail. Because in older versions all I do is edited the DS. And it works.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Richard</description>
      <pubDate>Fri, 07 Feb 2003 16:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899029#M3660</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2003-02-07T16:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: smart relay on redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899030#M3661</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;sendmail will try to canonify all host addresses to the host's fully qualified domain name FQDN by querying  DNS servers.&lt;BR /&gt;&lt;BR /&gt;Which is to be avoided in our case.&lt;BR /&gt;&lt;BR /&gt;So i used FEATURE(`nocanonify')dnl &lt;BR /&gt;&lt;BR /&gt;which will make this change in this line of sendmail.cf&lt;BR /&gt;    O DaemonPortOptions=Port=smtp,Addr=xxx.xxx.xxx.xxx, Name=MTA,M=C&lt;BR /&gt;&lt;BR /&gt;Note the capital C in M=C ( Modifier option )that instructs sendmail not to  perform hostname canonification.&lt;BR /&gt;&lt;BR /&gt;But if M=c , note the small c then instruction to sendmail is to perform hostname canonification.Which is not needed in our case as external domains cannot be resolved.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Feb 2003 10:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899030#M3661</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-02-08T10:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: smart relay on redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899031#M3662</link>
      <description>Funky.. didn't know that one..</description>
      <pubDate>Sun, 09 Feb 2003 23:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/smart-relay-on-redhat-7-2/m-p/2899031#M3662</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-02-09T23:47:26Z</dc:date>
    </item>
  </channel>
</rss>

