<?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 problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709598#M21323</link>
    <description>Yes, you can tell sendmail not to look names up via DNS.&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;define(`confSERVICE_SWITCH_FILE', `/etc/mail/service.switch')dnl&lt;BR /&gt;&lt;BR /&gt;Place this in '/etc/mail/sendmail.mc', and re-make the config (if it's a modern RH box, use 'make').&lt;BR /&gt;&lt;BR /&gt;Create that file with contents similar to:&lt;BR /&gt;&lt;BR /&gt;hosts files&lt;BR /&gt;&lt;BR /&gt;And it should be a bit quicker..</description>
    <pubDate>Mon, 16 Jan 2006 02:50:00 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2006-01-16T02:50:00Z</dc:date>
    <item>
      <title>sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709596#M21321</link>
      <description>This is the problem of sendmail , the below are my situation ,&lt;BR /&gt;&lt;BR /&gt;1. I tried to use sendmail daemon ( eg. $sendmail mymail_address ) to send mail to my internal mail box , it is very slow , &lt;BR /&gt;2. it is very slow to startup the sendmail daemon ,&lt;BR /&gt;3. my /etc/resolv.conf setting is "nameserver 127.0.0.1"&lt;BR /&gt;4. the first line of /etc/hosts is "127.0.0.1   localhost.localdomain   localhost"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have tried to config the /etc/nsswitch.conf , /etc/resolv.conf , but it seems not work , is it the problem of sendmail setting ? instead of change the DNS , can I fix the problem by config the sendmail eg. sendmail.cf , sendmail.mc ? thx</description>
      <pubDate>Mon, 16 Jan 2006 02:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709596#M21321</guid>
      <dc:creator>hanyyu1</dc:creator>
      <dc:date>2006-01-16T02:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709597#M21322</link>
      <description>Shalom hanyyu1,&lt;BR /&gt;&lt;BR /&gt;You need to set the /etc/resolv.conf to an external ip address. 127.0.0.1 is your loopback and you can't get the information you need from that.&lt;BR /&gt;&lt;BR /&gt;Find out from your networking department or ISP what the IP addresses of your DNS name servers are and replace the /etc/resolv.conf setting.&lt;BR /&gt;&lt;BR /&gt;Then the mail will flow, assuming port 25 isn't blocked.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 16 Jan 2006 02:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709597#M21322</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-16T02:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709598#M21323</link>
      <description>Yes, you can tell sendmail not to look names up via DNS.&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;define(`confSERVICE_SWITCH_FILE', `/etc/mail/service.switch')dnl&lt;BR /&gt;&lt;BR /&gt;Place this in '/etc/mail/sendmail.mc', and re-make the config (if it's a modern RH box, use 'make').&lt;BR /&gt;&lt;BR /&gt;Create that file with contents similar to:&lt;BR /&gt;&lt;BR /&gt;hosts files&lt;BR /&gt;&lt;BR /&gt;And it should be a bit quicker..</description>
      <pubDate>Mon, 16 Jan 2006 02:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709598#M21323</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-01-16T02:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709599#M21324</link>
      <description>Is your server a DNS server?, sendmail is trying to find the hostname for your eth interfaces, not for the loopback only. Ensure that you have a consistent resolution for you ethX interfaces.</description>
      <pubDate>Mon, 16 Jan 2006 06:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709599#M21324</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-01-16T06:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709600#M21325</link>
      <description>Diagnostic:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8 -d38 someone@some.net&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;Type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;mailq&lt;BR /&gt;&lt;BR /&gt;mailq -Ac&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Mon, 16 Jan 2006 12:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709600#M21325</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-16T12:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709601#M21326</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;u should have proper entry in /etc/resolv.conf , /etc/nsswitch.conf and /etc/hosts file..&lt;BR /&gt;&lt;BR /&gt;vi /etc/resolv.conf&lt;BR /&gt;search abc.mydomain.com&lt;BR /&gt;domain abc.mydomain.com&lt;BR /&gt;nameserver &lt;IPADDRESS of="" dns="" server=""&gt;&lt;BR /&gt;&lt;BR /&gt;save and come out&lt;BR /&gt;&lt;BR /&gt;vi /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;host  file dns&lt;BR /&gt;&lt;BR /&gt;save and come out..&lt;BR /&gt;&lt;BR /&gt;vi /etc/hosts&lt;BR /&gt;hostname   ipaddress&lt;BR /&gt;&lt;BR /&gt;save and come out&lt;BR /&gt;u should properly configured ur /etc/mail/semdmail.mc (m4 /etc/mail/sendmail.cf &amp;gt; /etc/mail/sendmail.mc)&lt;BR /&gt;#telnet hostname_mailserver 25&lt;BR /&gt;it should work fine&lt;BR /&gt;#cat /etc/mail/sendmail.mc -s "Hi" &lt;UR email="" id=""&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it will help u to resolve ur issue..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;indrajit&lt;BR /&gt;&lt;BR /&gt;&lt;/UR&gt;&lt;/IPADDRESS&gt;</description>
      <pubDate>Tue, 17 Jan 2006 19:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-problem/m-p/3709601#M21326</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-01-17T19:50:56Z</dc:date>
    </item>
  </channel>
</rss>

