<?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 errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935436#M112508</link>
    <description>Paula,&lt;BR /&gt;&lt;BR /&gt;Sorry if this is too simplistic, but there should be an aliases file and an aliases.db file.  The aliases.db file is a processed version of the plain-text aliases file.  Try making sure that the aliases file is the plain-text one and delete aliases.db and run the "newaliases" command.  Hopefully, that'll recreate the aliases.db file correctly.&lt;BR /&gt;&lt;BR /&gt;Also, you might check your sendmail.cf file and see that "O AliasFille=" is set to your plain-text alias file.&lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
    <pubDate>Wed, 26 Mar 2003 17:02:09 GMT</pubDate>
    <dc:creator>Seth Parker</dc:creator>
    <dc:date>2003-03-26T17:02:09Z</dc:date>
    <item>
      <title>sendmail errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935429#M112501</link>
      <description>After upgrading sendmail form 8.8.6 to 8.11.1 and applying the fix that HP released I am receiving the following error message:&lt;BR /&gt;&lt;BR /&gt;Cannot open hash database /etc/mail/aliases.db: Invalid argument&lt;BR /&gt;paula... User unknown&lt;BR /&gt;/root/dead.letter... Saved message in /root/dead.letter&lt;BR /&gt;&lt;BR /&gt;There is an alias for paula in the alias file.  HELP!!  I have called this into the response center and have not gotten an answer yet - hoping someone else has run into this problem.</description>
      <pubDate>Tue, 25 Mar 2003 18:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935429#M112501</guid>
      <dc:creator>Lee Abell</dc:creator>
      <dc:date>2003-03-25T18:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935430#M112502</link>
      <description>killsm&lt;BR /&gt;newalias&lt;BR /&gt;/sbin/init.d/sendmail start</description>
      <pubDate>Tue, 25 Mar 2003 18:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935430#M112502</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-25T18:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935431#M112503</link>
      <description>You need to check the permissions on that file.&lt;BR /&gt;&lt;BR /&gt;I think they need to be 640.  There are recent security bulletins warning about having the permissions too lose on the /etc/mail files.&lt;BR /&gt;&lt;BR /&gt;The aliases.db file is generated from the aliases file.  The data there needs to be valid as well.&lt;BR /&gt;&lt;BR /&gt;If it worked before and its broke now, check permissions.&lt;BR /&gt;&lt;BR /&gt;Just as a check,&lt;BR /&gt;&lt;BR /&gt;make sure nslookup returns good answers and sendmail.cf is there and hasn't been modified.&lt;BR /&gt;&lt;BR /&gt;Lastly you might want to go through the gen_conf process and generate a new, compatible sendmail.cf file.&lt;BR /&gt;&lt;BR /&gt;If you are forced to change anything, you'll probably need to restart the sendmail daemon&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 25 Mar 2003 18:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935431#M112503</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-25T18:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935432#M112504</link>
      <description>I have stopped and started sendmail - lots of times - still get same error.&lt;BR /&gt;&lt;BR /&gt;I changed the permissions on everythign in the /etc/mail deirectory to 640 - stopped and started sendmail - same error message.&lt;BR /&gt;&lt;BR /&gt;nslookup works fine - but should I be checking for something in particular??&lt;BR /&gt;&lt;BR /&gt;sendmail .cf is there and looks okay to me - it has not been changed.&lt;BR /&gt;&lt;BR /&gt;Do you have more info on the gen_conf process - I have never done that.  Thanks!</description>
      <pubDate>Tue, 25 Mar 2003 18:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935432#M112504</guid>
      <dc:creator>Lee Abell</dc:creator>
      <dc:date>2003-03-25T18:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935433#M112505</link>
      <description>I think we also need to see the contents of your aliases file.&lt;BR /&gt;&lt;BR /&gt;Do you know how to generate a hash database?&lt;BR /&gt;&lt;BR /&gt;I'm attaching a linux script, that will require modification for HP-US.&lt;BR /&gt;&lt;BR /&gt;Location and use of gen_conf&lt;BR /&gt;&lt;BR /&gt;I blew the name.&lt;BR /&gt;&lt;BR /&gt;Its called gen_cf&lt;BR /&gt;&lt;BR /&gt;/usr/newconfig/etc/mail/cf/cf/gen_cf&lt;BR /&gt;&lt;BR /&gt;You run it and take defaults and its supposed to generate a secure sendmail.cf file.  I've not had to use it, but backup the old mail configuration before you use it.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2003 18:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935433#M112505</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-25T18:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935434#M112506</link>
      <description>sendmail -bs&lt;BR /&gt;&lt;BR /&gt;Note the version of the compiled program and the sendmail.cf file, they need to be the same.</description>
      <pubDate>Tue, 25 Mar 2003 18:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935434#M112506</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-25T18:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935435#M112507</link>
      <description>Here is the output from the sendmail -bs command.&lt;BR /&gt;&lt;BR /&gt;sendmail -bs&lt;BR /&gt;220 ewbs1.cinbell.com ESMTP Sendmail 8.11.1/8.7.1; Tue, 25 Mar 2003 14:09:49 -0500 (EST)</description>
      <pubDate>Tue, 25 Mar 2003 19:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935435#M112507</guid>
      <dc:creator>Lee Abell</dc:creator>
      <dc:date>2003-03-25T19:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935436#M112508</link>
      <description>Paula,&lt;BR /&gt;&lt;BR /&gt;Sorry if this is too simplistic, but there should be an aliases file and an aliases.db file.  The aliases.db file is a processed version of the plain-text aliases file.  Try making sure that the aliases file is the plain-text one and delete aliases.db and run the "newaliases" command.  Hopefully, that'll recreate the aliases.db file correctly.&lt;BR /&gt;&lt;BR /&gt;Also, you might check your sendmail.cf file and see that "O AliasFille=" is set to your plain-text alias file.&lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
      <pubDate>Wed, 26 Mar 2003 17:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935436#M112508</guid>
      <dc:creator>Seth Parker</dc:creator>
      <dc:date>2003-03-26T17:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935437#M112509</link>
      <description>At 8.7.1 you're sendmail.cf file is not in sync with your compiled program.  Rename your old sendmail.cf file and copy in the default from /usr/newconfig/etc/mail/sendmail.cf.&lt;BR /&gt;&lt;BR /&gt;Note the DS value in your old sendmail.cf file and add this into your new file.  It should match your mail relay???s hostname or ip address.&lt;BR /&gt;&lt;BR /&gt;Restart after stopping and changing.</description>
      <pubDate>Wed, 26 Mar 2003 21:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-errors/m-p/2935437#M112509</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-26T21:14:55Z</dc:date>
    </item>
  </channel>
</rss>

