<?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 is slow in linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705650#M21235</link>
    <description>Generally, if your machine has a static IP address, it's best to add the hostname on the line with the static address.&lt;BR /&gt;&lt;BR /&gt;Recent distributions however have been adding the hostname to the 127.0.0.1 line, and this works alright for most things.&lt;BR /&gt;&lt;BR /&gt;If you are not part of a network where this machine is acting for the mail server, then it's fine.  If there are multiple machines using this one as a mail server, it should have a static IP and the hostname should be on a line in /etc/hosts on that line.</description>
    <pubDate>Tue, 10 Jan 2006 23:48:40 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2006-01-10T23:48:40Z</dc:date>
    <item>
      <title>sendmail is slow in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705644#M21229</link>
      <description>I found the sendmail daemon have problem , if I send the mail to my mail box via sendmail is very slow , and it takes about 5 minutes to stop/start this daemon , ( i think it only need a few seconds to complete it ), could suggest what is wrong ? thx.  &lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2006 02:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705644#M21229</guid>
      <dc:creator>hanyyu1</dc:creator>
      <dc:date>2006-01-10T02:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail is slow in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705645#M21230</link>
      <description>Sendmail can be slow due to no of reasons: 1 what comes to mind is to check for the DNS Server MX records and see if there is latency out there.&lt;BR /&gt;&lt;BR /&gt;Most sendmail issues seesm to be with name resolution, check your dns.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Vipul</description>
      <pubDate>Tue, 10 Jan 2006 05:27:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705645#M21230</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-01-10T05:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail is slow in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705646#M21231</link>
      <description>May be a problem with hostname resolvation.&lt;BR /&gt;&lt;BR /&gt;check these files and post informations,&lt;BR /&gt;&lt;BR /&gt;a) /etc/nsswitch.conf file for hosts: entry&lt;BR /&gt;b) /etc/resolv.conf for dns&lt;BR /&gt;c) /etc/hosts&lt;BR /&gt;&lt;BR /&gt;Check connectivity as,&lt;BR /&gt;&lt;BR /&gt;a) nslookup&lt;BR /&gt;b) traceroute&lt;BR /&gt;&lt;BR /&gt;to the destination user account mail Id server.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Tue, 10 Jan 2006 05:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705646#M21231</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-10T05:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail is slow in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705647#M21232</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Its almost always DNS configuration, /etc/nsswitch.conf and more important /etc/resolv.conf that causes this.&lt;BR /&gt;&lt;BR /&gt;It could be the DNS server itself if other machines with similar configurations are affected.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 10 Jan 2006 14:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705647#M21232</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-10T14:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail is slow in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705648#M21233</link>
      <description>The delay stopping/starting the daemon is odd though.&lt;BR /&gt;&lt;BR /&gt;Is this publicly exposed, and do you have a large mail queue? ('mailq -OMaxQueueRunSize=1;mailq -Ac -OMaxQueueRunSize=1' will show you how big the queues are).&lt;BR /&gt;&lt;BR /&gt;Mind you, I've got a machine here with in excess of 20,000 messages in the queue, and sendmail still restarts within 2 seconds.</description>
      <pubDate>Tue, 10 Jan 2006 17:30:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705648#M21233</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-01-10T17:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail is slow in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705649#M21234</link>
      <description>thx replies,&lt;BR /&gt;&lt;BR /&gt;yes , it should be the problem of resolve host name , if I add the host name to the /etc/hosts as below, it works perfect . But I concern whether this setting will affect the DNS lookup problem of the system, is there any impact of this setting ? thx&lt;BR /&gt;&lt;BR /&gt;vi /etc/hosts&lt;BR /&gt;&lt;BR /&gt;127.0.0.1               localhost.localdomain localhost my_host_name&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2006 22:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705649#M21234</guid>
      <dc:creator>hanyyu1</dc:creator>
      <dc:date>2006-01-10T22:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail is slow in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705650#M21235</link>
      <description>Generally, if your machine has a static IP address, it's best to add the hostname on the line with the static address.&lt;BR /&gt;&lt;BR /&gt;Recent distributions however have been adding the hostname to the 127.0.0.1 line, and this works alright for most things.&lt;BR /&gt;&lt;BR /&gt;If you are not part of a network where this machine is acting for the mail server, then it's fine.  If there are multiple machines using this one as a mail server, it should have a static IP and the hostname should be on a line in /etc/hosts on that line.</description>
      <pubDate>Tue, 10 Jan 2006 23:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705650#M21235</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-01-10T23:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail is slow in linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705651#M21236</link>
      <description>How fast your system sends mail to itself is of little relavence, though I know its annoying when you are waiting for it to do something.&lt;BR /&gt;&lt;BR /&gt;If the machine is expected to get mail to other machines, thats when DNS performance matters. So you need to make sure the response of your DNS servers, listed in /etc/resolv.conf is appropriate.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 11 Jan 2006 00:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-is-slow-in-linux/m-p/3705651#M21236</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-11T00:25:16Z</dc:date>
    </item>
  </channel>
</rss>

