<?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 .forward file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825132#M87429</link>
    <description>Hi,&lt;BR /&gt;I try to forward emails ffom one inbox. I created the .forward. The owner of the file is the user who receives the messages but the forwarding process is not working properly. I n /var/adm/mailmsg log I have these recors: &lt;BR /&gt;&lt;BR /&gt;Oct 14 13:49:37 wi000600 sendmail[1896]: NAA01884: forward /home/tbaraboi/.forward: World writable directory&lt;BR /&gt;&lt;BR /&gt;Do you have any hints what is wrong?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Oct 2002 10:54:57 GMT</pubDate>
    <dc:creator>Tibi Baraboi_1</dc:creator>
    <dc:date>2002-10-14T10:54:57Z</dc:date>
    <item>
      <title>.forward file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825132#M87429</link>
      <description>Hi,&lt;BR /&gt;I try to forward emails ffom one inbox. I created the .forward. The owner of the file is the user who receives the messages but the forwarding process is not working properly. I n /var/adm/mailmsg log I have these recors: &lt;BR /&gt;&lt;BR /&gt;Oct 14 13:49:37 wi000600 sendmail[1896]: NAA01884: forward /home/tbaraboi/.forward: World writable directory&lt;BR /&gt;&lt;BR /&gt;Do you have any hints what is wrong?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2002 10:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825132#M87429</guid>
      <dc:creator>Tibi Baraboi_1</dc:creator>
      <dc:date>2002-10-14T10:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: .forward file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825133#M87430</link>
      <description>&lt;BR /&gt;What are the permissions on the directory /home/tbaraboi ??&lt;BR /&gt;&lt;BR /&gt;The issue is that sendmail is checking security for you. Turn it off if you don't need it.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 14 Oct 2002 10:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825133#M87430</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-14T10:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: .forward file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825134#M87431</link>
      <description>ll -d /home&lt;BR /&gt;ll -d /tbaroboi&lt;BR /&gt;&lt;BR /&gt;one of the two (or both) will be world writeable.  Sendmail doesn't consider this secure.&lt;BR /&gt;&lt;BR /&gt;Remove the world writable perms from the offending directories.</description>
      <pubDate>Mon, 14 Oct 2002 10:58:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825134#M87431</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-10-14T10:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: .forward file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825135#M87432</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Solution 1: Check the permissions on the ".forward" file. E.g. if the user&lt;BR /&gt;"mailman" has a ".forward" file in /home/mailman this user should&lt;BR /&gt;have the following permissions on the ".forward" file:&lt;BR /&gt;&lt;BR /&gt;# ll -a /home/mailman/.forward&lt;BR /&gt;&lt;BR /&gt;-rw-------   1 mailman     users         20 Aug  4  1999 /home/mailman/.forward&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Solution 2: Make sure the owner of the ".forward" file has the valid shell from&lt;BR /&gt;/etc/passwd listed in the /etc/shells file. E.g.:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# more /etc/passwd | grep mailman&lt;BR /&gt;&lt;BR /&gt;mailmail:XcsSHS:126:20:TheMailMan,Sendmail&lt;BR /&gt;Group,:/home/mailman:/usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vi /etc/shells&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;:wq!&lt;BR /&gt;&lt;BR /&gt;Now Sendmail can run programs or write to files using .forward file&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2002 10:59:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825135#M87432</guid>
      <dc:creator>Emmanuelle</dc:creator>
      <dc:date>2002-10-14T10:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: .forward file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825136#M87433</link>
      <description>Thank you. The problem was related to permission for the /home ...I modified them to 755 and is working now.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Tibi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2002 11:12:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825136#M87433</guid>
      <dc:creator>Tibi Baraboi_1</dc:creator>
      <dc:date>2002-10-14T11:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: .forward file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825137#M87434</link>
      <description>Just as a note to everyone: newer versions of sendmail are paranoid about file and directory permissions (as well they should be). It's not just the file permission but *every* level of directory leading to the file. So, the file and the parent might be OK but the parent's parent was world writable. In Unix, *NOTHING* is safe from any user if any directory is world writable. A world writable directory means that renames (ie, mv) of the contents of that directory can be done by anyone.&lt;BR /&gt;&lt;BR /&gt;sendmail is being kind m=by pointing out this deficiency.</description>
      <pubDate>Mon, 14 Oct 2002 19:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-file/m-p/2825137#M87434</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-10-14T19:13:25Z</dc:date>
    </item>
  </channel>
</rss>

