<?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 warning in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419817#M203979</link>
    <description>Hi Oscar,&lt;BR /&gt;&lt;BR /&gt;Did you restart sendmail daemon after you modified the file's permission?&lt;BR /&gt;&lt;BR /&gt;^^&lt;BR /&gt;&lt;BR /&gt;Good day^^</description>
    <pubDate>Wed, 10 Nov 2004 23:43:18 GMT</pubDate>
    <dc:creator>Lee Tae-kyung</dc:creator>
    <dc:date>2004-11-10T23:43:18Z</dc:date>
    <item>
      <title>Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419813#M203975</link>
      <description>I running newaliases in sendmail for HP-UX 11.00 but display of following message&lt;BR /&gt;&lt;BR /&gt;newaliases: cannot open /etc/mail/aliases: Group writable file&lt;BR /&gt;&lt;BR /&gt;-rwxrwxrwx   1 root       sys            897 Oct 28 22:57 aliases   &lt;BR /&gt;-rwxrwxrwx   1 root       mail         24576 Nov 10 17:54 aliases.db&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 19:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419813#M203975</guid>
      <dc:creator>Oscar Castillo Murillo</dc:creator>
      <dc:date>2004-11-10T19:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419814#M203976</link>
      <description>The permissions on these files should be like this:&lt;BR /&gt;&lt;BR /&gt;# ll /etc/mail&lt;BR /&gt;total 270&lt;BR /&gt;-r--r--r--   1 bin        bin           1127 Aug 19  2003 aliases&lt;BR /&gt;-rw-r--r--   1 root       mail         24576 Nov  6 20:23 aliases.db&lt;BR /&gt;-r--r--r--   1 bin        bin          10222 Nov 14  2000 mailcap&lt;BR /&gt;-r--r--r--   1 bin        bin          94283 Apr 30  2002 sendmail.cf&lt;BR /&gt;-r--r--r--   1 bin        bin            732 Aug 31  2003 sendmail.cw&lt;BR /&gt;-rw-r--r--   1 root       mail            34 Nov  6 20:23 sendmail.pid&lt;BR /&gt;-r--r--r--   1 bin        bin           1012 Nov 14  2000 service.switch&lt;BR /&gt;&lt;BR /&gt;One further thing to note, perhaps you'd better look at other files on your system. It looks to me it could be open slather for anyone wishing to hack your box.</description>
      <pubDate>Wed, 10 Nov 2004 19:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419814#M203976</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-11-10T19:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419815#M203977</link>
      <description>Having any world writeable files in the sendmail configuration is considered dangerous. It can allow your machine's sendmail configuration to be compromised by an unpriviledged user.&lt;BR /&gt;&lt;BR /&gt;An example of this would be setting up a sendmail alias that can be used to send spam.&lt;BR /&gt;&lt;BR /&gt;Change the permissions on the files to match those in the prior post and the warning will stop.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 10 Nov 2004 19:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419815#M203977</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-10T19:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419816#M203978</link>
      <description>I change of permitions but not resolved the problem&lt;BR /&gt;&lt;BR /&gt;-rw-r--r--   1 bin        bin            897 Oct 28 22:57 aliases     &lt;BR /&gt;-rw-r--r--   1 root       mail         24576 Nov 10 18:13 aliases.db  &lt;BR /&gt;&lt;BR /&gt;Now display of following message&lt;BR /&gt;&lt;BR /&gt;warning: /etc/mail/aliases has world read or write permission. This is unsafe.  &lt;BR /&gt;warning: /etc/mail/aliases.db has world read or write permission. This is unsafe&lt;BR /&gt;.                                                                               &lt;BR /&gt;/etc/mail/aliases: 8 aliases, longest 9 bytes, 112 bytes total                  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 19:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419816#M203978</guid>
      <dc:creator>Oscar Castillo Murillo</dc:creator>
      <dc:date>2004-11-10T19:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419817#M203979</link>
      <description>Hi Oscar,&lt;BR /&gt;&lt;BR /&gt;Did you restart sendmail daemon after you modified the file's permission?&lt;BR /&gt;&lt;BR /&gt;^^&lt;BR /&gt;&lt;BR /&gt;Good day^^</description>
      <pubDate>Wed, 10 Nov 2004 23:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419817#M203979</guid>
      <dc:creator>Lee Tae-kyung</dc:creator>
      <dc:date>2004-11-10T23:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419818#M203980</link>
      <description>There should be no write permissions on those files. root can write even if it owns and does not have write permissions.&lt;BR /&gt;&lt;BR /&gt;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;Now it should stop warning.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Nov 2004 00:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419818#M203980</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-11T00:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419819#M203981</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Ensure the permissions of /etc and /etc/mail are not set with world write permissions. Also check the home directory of root for appropriate permissions including /.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 11 Nov 2004 00:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419819#M203981</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-11T00:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419820#M203982</link>
      <description>I following your instructions, but the situation continue...see sentences.&lt;BR /&gt;&lt;BR /&gt;# ./S541sendmail stop                                                           &lt;BR /&gt;kill: 3840: no such process                                                     &lt;BR /&gt;Killed                                                                          &lt;BR /&gt;# ./S541sendmail start                                                          &lt;BR /&gt;InterScan Email VirusWall is up and running.                                    &lt;BR /&gt;warning: /etc/mail/aliases has world read or write permission. This is unsafe.  &lt;BR /&gt;warning: /etc/mail/aliases.db has world read or write permission. This is unsafe&lt;BR /&gt;.                                                                               &lt;BR /&gt;</description>
      <pubDate>Thu, 11 Nov 2004 10:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419820#M203982</guid>
      <dc:creator>Oscar Castillo Murillo</dc:creator>
      <dc:date>2004-11-11T10:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419821#M203983</link>
      <description>Perhaps the folder itself has wrong permissions?&lt;BR /&gt;&lt;BR /&gt;For me, /etc/mail is:&lt;BR /&gt;&lt;BR /&gt;dr-xr-xr-x  bin  bin   /etc/mail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Nov 2004 11:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419821#M203983</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2004-11-11T11:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419822#M203984</link>
      <description>The permitions for directory /etc/mail as:&lt;BR /&gt;&lt;BR /&gt;drwxr-xr-x   3 bin        bin           1024 Nov 10 17:54 mail</description>
      <pubDate>Thu, 11 Nov 2004 11:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419822#M203984</guid>
      <dc:creator>Oscar Castillo Murillo</dc:creator>
      <dc:date>2004-11-11T11:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419823#M203985</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Change the permissions to look like&lt;BR /&gt;&lt;BR /&gt;dr-xr-xr-x   2 bin        bin           1024 Mar 11  2004 /etc/mail&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 11 Nov 2004 11:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419823#M203985</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-11T11:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419824#M203986</link>
      <description>I make the changes but problem persist.</description>
      <pubDate>Thu, 11 Nov 2004 11:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419824#M203986</guid>
      <dc:creator>Oscar Castillo Murillo</dc:creator>
      <dc:date>2004-11-11T11:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419825#M203987</link>
      <description>How about permissions on / and /etc?. Make sure they look like this. &lt;BR /&gt;&lt;BR /&gt;dr-xr-xr-x  30 bin        bin           8192 Nov 10 15:43 /etc&lt;BR /&gt;drwxr-xr-x  41 root       root          1024 May  5  2004 /&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 11 Nov 2004 11:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419825#M203987</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-11T11:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail warning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419826#M203988</link>
      <description>warning: /etc/mail/aliases has world read or&lt;BR /&gt;write permission. This is unsafe.&lt;BR /&gt;&lt;BR /&gt;warning: /etc/mail/aliases.db has world read or write permission. This is unsafe.&lt;BR /&gt;&lt;BR /&gt;Recommended action&lt;BR /&gt;&lt;BR /&gt;Execute the following commands.&lt;BR /&gt;&lt;BR /&gt;# chmod 640 /etc/mail/aliases&lt;BR /&gt;# chmod 640 /etc/mail/aliases.db&lt;BR /&gt;# sendmail -bi&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 11 Nov 2004 11:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-warning/m-p/3419826#M203988</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-11-11T11:39:53Z</dc:date>
    </item>
  </channel>
</rss>

