<?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 not working in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-not-working/m-p/3292364#M72253</link>
    <description>Actually i am working on dial up line, how do i configure it so that my smart host(ISP) can send our message. at present my isp refuses to send any message. may be my config is incorrect? &lt;BR /&gt;after testing at my home I have to implement the same at a computer with fixed IP address. how will be that different?&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Jun 2004 10:29:34 GMT</pubDate>
    <dc:creator>vasudha_2</dc:creator>
    <dc:date>2004-06-04T10:29:34Z</dc:date>
    <item>
      <title>sendmail is not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-not-working/m-p/3292361#M72250</link>
      <description>hi i am novice with sendmail, even though i have configured sendmail.mc yet i cant send mails through outlook/sendmail command. i am using linux redhat 9.0&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2004 11:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-is-not-working/m-p/3292361#M72250</guid>
      <dc:creator>vasudha_2</dc:creator>
      <dc:date>2004-06-01T11:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail is not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-not-working/m-p/3292362#M72251</link>
      <description>Welcome to HP-UX&lt;BR /&gt;&lt;BR /&gt;I do this on Linux and am attaching my file to take your sendmail.mc files and build a sendmail.cf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See attachment.&lt;BR /&gt;&lt;BR /&gt;diagnostic for Linux.&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8 -d38 someone@some.net&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;This will let you know what the trouble is.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mailq &lt;BR /&gt;shows mail build up in the output queue&lt;BR /&gt;&lt;BR /&gt;sendmail -v -q&lt;BR /&gt;will try and process the output queue in verbose mode.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Tue, 01 Jun 2004 11:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-is-not-working/m-p/3292362#M72251</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-06-01T11:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail is not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-not-working/m-p/3292363#M72252</link>
      <description>Steve, that script needs to be ammended for RH9.&lt;BR /&gt;&lt;BR /&gt;RH9 stores all of the sendmail stuff (except for aliases) in the '/etc/mail/' structure, including the CF files.&lt;BR /&gt;&lt;BR /&gt;Also, if the configuration files have changed, a 'service sendmail restart' will remake any of the DB's or CF's as required (go 'make' :).&lt;BR /&gt;&lt;BR /&gt;I guess a forced-make would be the follownig:&lt;BR /&gt;&lt;BR /&gt;cd /etc/mail&lt;BR /&gt;newaliases&lt;BR /&gt;touch virtusertable access domaintable mailertable *.mc&lt;BR /&gt;make&lt;BR /&gt;&lt;BR /&gt;Anyway.&lt;BR /&gt;&lt;BR /&gt;Things to check:&lt;BR /&gt;&lt;BR /&gt;netstat -ntlp | grep sendmail&lt;BR /&gt;&lt;BR /&gt;What does the output of this command list?  If you've correctly configured the 'mc' file, it should have a line similar to:&lt;BR /&gt;&lt;BR /&gt;tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 770/sendmail&lt;BR /&gt;&lt;BR /&gt;(the 770 will change depending on the PID of yoru sendmail instance).&lt;BR /&gt;&lt;BR /&gt;If you've gotten this far, then you should be getting error messages, more importantly bounce messages.  The details of these messages are important, please paste the contents of one here.&lt;BR /&gt;&lt;BR /&gt;The most common one will probably be "Cannot relay".  You will need to add your subnet's IP range to '/etc/mail/access', in the form of:&lt;BR /&gt;&lt;BR /&gt;192.168.1 RELAY&lt;BR /&gt;&lt;BR /&gt;Then re-make the database files (either using SEP's script, or by doing the following commands:&lt;BR /&gt;&lt;BR /&gt;cd /etc/mail&lt;BR /&gt;make&lt;BR /&gt;&lt;BR /&gt;Unless you changed the 'mc' files, a sendmail restart is not necessary.)&lt;BR /&gt;&lt;BR /&gt;If not, hopefully this is enough information to help you forward a bit further.</description>
      <pubDate>Tue, 01 Jun 2004 21:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-is-not-working/m-p/3292363#M72252</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-06-01T21:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail is not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-is-not-working/m-p/3292364#M72253</link>
      <description>Actually i am working on dial up line, how do i configure it so that my smart host(ISP) can send our message. at present my isp refuses to send any message. may be my config is incorrect? &lt;BR /&gt;after testing at my home I have to implement the same at a computer with fixed IP address. how will be that different?&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2004 10:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-is-not-working/m-p/3292364#M72253</guid>
      <dc:creator>vasudha_2</dc:creator>
      <dc:date>2004-06-04T10:29:34Z</dc:date>
    </item>
  </channel>
</rss>

