<?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: my .forward can't work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785952#M833845</link>
    <description>&lt;BR /&gt;Tom,&lt;BR /&gt;&lt;BR /&gt;I have check /etc/mail/sendmail.cf, .forward file is in the users $HOME.&lt;BR /&gt;Then you said chech the directory, which directory?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Aug 2002 01:03:24 GMT</pubDate>
    <dc:creator>lyndon_1</dc:creator>
    <dc:date>2002-08-15T01:03:24Z</dc:date>
    <item>
      <title>my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785943#M833836</link>
      <description>my users .forward can not work. only root can.&lt;BR /&gt;I have most of the message about .forward in thsi forums, I did not find the answer.&lt;BR /&gt;any idea who has???&lt;BR /&gt;&lt;BR /&gt;The following is my system configuration.&lt;BR /&gt;&lt;BR /&gt;sendmail process is running.&lt;BR /&gt;&lt;BR /&gt;mailx -s "just test" lycc@hotmail.com&lt;BR /&gt;&lt;BR /&gt;I can recieve the mail.&lt;BR /&gt;&lt;BR /&gt;system:/home # grep lyndon /etc/passwd&lt;BR /&gt;lyndon:n2nYuDrDHrLnQ:108:20:,,,:/home/lyndon:/usr/bin/sh&lt;BR /&gt;system:/home # &lt;BR /&gt;&lt;BR /&gt;system:/home #cat /etc/shells&lt;BR /&gt;/sbin/sh&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;system:/home #ll&lt;BR /&gt;drwxr-xr-x   2 lyndon     users           96 Aug 14 05:31 lyndon&lt;BR /&gt;&lt;BR /&gt;nsswitch.conf and resolv.conf correct,and sendmail can send out the message.&lt;BR /&gt;&lt;BR /&gt;system:/home/lyndon #ll&lt;BR /&gt;-rw-------   1 lyndon     users           25 Aug 14 05:31 .forward&lt;BR /&gt;&lt;BR /&gt;cat .forward&lt;BR /&gt;lycc@hotmail.com&lt;BR /&gt;&lt;BR /&gt;but it can not work. sendmail can't send the message to lycc@hotmail.com.&lt;BR /&gt;&lt;BR /&gt;So, I get a idea. I create a alias in /etc/mail/aliases,like this&lt;BR /&gt;&lt;BR /&gt;lyndon : lycc@hotmail.com &lt;BR /&gt;&lt;BR /&gt;Yes, It worked.&lt;BR /&gt;&lt;BR /&gt;So everything is ok,but only users .forward can't work.&lt;BR /&gt;any idea please!!!!!!!</description>
      <pubDate>Wed, 14 Aug 2002 12:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785943#M833836</guid>
      <dc:creator>lyndon_1</dc:creator>
      <dc:date>2002-08-14T12:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785944#M833837</link>
      <description>Your .forward is from lyndon:users (-rw------)&lt;BR /&gt;If you do:&lt;BR /&gt;ls -la `which sendmail`&lt;BR /&gt;it is proberbly form root:mail.&lt;BR /&gt;&lt;BR /&gt;Is sendmail prohibited to read your .forward?&lt;BR /&gt;What about chmod a+r .forward ??&lt;BR /&gt;&lt;BR /&gt;Or add yourself into the group mail and&lt;BR /&gt;chown lyndon:mail .forward&lt;BR /&gt;chmod 640 .forward&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2002 12:33:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785944#M833837</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-08-14T12:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785945#M833838</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;think .forward has to have execution bit set.&lt;BR /&gt;Try chmod 700 .forward&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 14 Aug 2002 12:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785945#M833838</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2002-08-14T12:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785946#M833839</link>
      <description>Check your sendmail configuration file (/etc/mail/sendmail.cf), searching for "Forward" and the permissions of your users .forward files AND the directories that they are in.&lt;BR /&gt;&lt;BR /&gt;Group writable files and directories containing .forward files are a secrity hole.&lt;BR /&gt;&lt;BR /&gt;Looks like your .forward file has the correct permissions, but check the directory.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 14 Aug 2002 12:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785946#M833839</guid>
      <dc:creator>Tom Maloy</dc:creator>
      <dc:date>2002-08-14T12:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785947#M833840</link>
      <description>Lyndon,&lt;BR /&gt;&lt;BR /&gt;The .forward file does not need to be executable.&lt;BR /&gt;&lt;BR /&gt;My question would be, can YOU send mail?&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;As root, "su - lyndon"&lt;BR /&gt;mailx -s "just test" lycc@hotmail.com&lt;BR /&gt;&lt;BR /&gt;Does this work?&lt;BR /&gt; &lt;BR /&gt;...jcd...</description>
      <pubDate>Wed, 14 Aug 2002 13:25:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785947#M833840</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2002-08-14T13:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785948#M833841</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;.forward = 644&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Wed, 14 Aug 2002 13:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785948#M833841</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-08-14T13:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785949#M833842</link>
      <description>system:/home/lyndon #su - lyndon&lt;BR /&gt;For copyright information, see /etc/copyright&lt;BR /&gt;$ll -a .forward&lt;BR /&gt;-rw-------   1 lyndon     users           25 Aug 14 05:31 .forward&lt;BR /&gt;$ chmod 644 .forward&lt;BR /&gt;$ ll -a .forward&lt;BR /&gt;-rw-r--r--   1 lyndon     users           25 Aug 14 05:31 .forward&lt;BR /&gt;&lt;BR /&gt;$ mail lyndon&lt;BR /&gt;dd&lt;BR /&gt;.&lt;BR /&gt;EOT&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;user lyndon still received this mail, this meaning .forward still not work.&lt;BR /&gt;&lt;BR /&gt;so i chmod 777 ,still not work.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Aug 2002 00:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785949#M833842</guid>
      <dc:creator>lyndon_1</dc:creator>
      <dc:date>2002-08-15T00:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785950#M833843</link>
      <description>Joseph,&lt;BR /&gt;&lt;BR /&gt;system:/home/lyndon #su - lyndon&lt;BR /&gt;&lt;BR /&gt;$ mailx -s "Just a test" lycc@hotmail.com&lt;BR /&gt;tt&lt;BR /&gt;.&lt;BR /&gt;EOT&lt;BR /&gt;&lt;BR /&gt;Yes, It worked, I can receive the mail from lycc@hotmail.com&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Aug 2002 00:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785950#M833843</guid>
      <dc:creator>lyndon_1</dc:creator>
      <dc:date>2002-08-15T00:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785951#M833844</link>
      <description>Ceesjan,&lt;BR /&gt;&lt;BR /&gt;My sendmail belong to root group, so I change the lyndon's .forward file to root group&lt;BR /&gt;like this:&lt;BR /&gt;&lt;BR /&gt;-rw-r--r--   1 lyndon     root            25 Aug 14 05:31 .forward&lt;BR /&gt;&lt;BR /&gt;It still can not work.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Aug 2002 00:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785951#M833844</guid>
      <dc:creator>lyndon_1</dc:creator>
      <dc:date>2002-08-15T00:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785952#M833845</link>
      <description>&lt;BR /&gt;Tom,&lt;BR /&gt;&lt;BR /&gt;I have check /etc/mail/sendmail.cf, .forward file is in the users $HOME.&lt;BR /&gt;Then you said chech the directory, which directory?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Aug 2002 01:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785952#M833845</guid>
      <dc:creator>lyndon_1</dc:creator>
      <dc:date>2002-08-15T01:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785953#M833846</link>
      <description>Hi &lt;BR /&gt;If you are using a fairly new version of sendmail and if you have assigned write permission to others on the directory .forward file is than .forward will not work.&lt;BR /&gt;&lt;BR /&gt;Say for example your home directory is xyz and you have assigned write permission for others on xyz than .forward will not be read.&lt;BR /&gt;&lt;BR /&gt;Check and make sure users home directory donot have write turned on for others.</description>
      <pubDate>Thu, 15 Aug 2002 01:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785953#M833846</guid>
      <dc:creator>Manish Bharadwaj</dc:creator>
      <dc:date>2002-08-15T01:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785954#M833847</link>
      <description>Hi,&lt;BR /&gt;Does /var/adm/syslog/mail.log give you any information?&lt;BR /&gt;&lt;BR /&gt;Is your sendmail.cf correctly configured?&lt;BR /&gt;O ForwardPath=$z/.forward.$w:$z/.forward&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Thu, 15 Aug 2002 06:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785954#M833847</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-08-15T06:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785955#M833848</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have had the same issue a while ago but it is now working.&lt;BR /&gt;&lt;BR /&gt;Here is my config :&lt;BR /&gt;The file is in chmod 600&lt;BR /&gt;Owner is the user&lt;BR /&gt;Group is sys&lt;BR /&gt;&lt;BR /&gt;Within the file I have 2 lines (1 for the address to forward to and then a blank line).&lt;BR /&gt;&lt;BR /&gt;Hope that could help.&lt;BR /&gt;&lt;BR /&gt;Chris.</description>
      <pubDate>Thu, 15 Aug 2002 10:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785955#M833848</guid>
      <dc:creator>Christophe MAILHE</dc:creator>
      <dc:date>2002-08-15T10:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: my .forward can't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785956#M833849</link>
      <description>Hi, Ceesjan.&lt;BR /&gt;&lt;BR /&gt;I check my sendmail.cf file,it like you said, there is the line:&lt;BR /&gt;O ForwardPath=$z/.forward.$w:$z/.forward&lt;BR /&gt;&lt;BR /&gt;and my mail.log file alse empty.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Aug 2002 02:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/my-forward-can-t-work/m-p/2785956#M833849</guid>
      <dc:creator>lyndon_1</dc:creator>
      <dc:date>2002-08-16T02:20:21Z</dc:date>
    </item>
  </channel>
</rss>

