<?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: root mail forwarding stopped working ??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072650#M808835</link>
    <description>Hi Bobby,&lt;BR /&gt;&lt;BR /&gt;It does not hurt, to check the mail queue either (mailq(1)).&lt;BR /&gt;If you send a mail directly to the address that is in the .forward, does that arrive?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Kasper</description>
    <pubDate>Wed, 17 Sep 2003 07:07:59 GMT</pubDate>
    <dc:creator>Kasper Haitsma</dc:creator>
    <dc:date>2003-09-17T07:07:59Z</dc:date>
    <item>
      <title>root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072641#M808826</link>
      <description>We've had a .forward file for root on a 11.00 server for quite some time, and root mail forwarding has been working. Until last Thursday. I haven't gotten an email since.&lt;BR /&gt;&lt;BR /&gt;Does anyone know what i could do to fix this? Mail is getting to root's inbox ok, i can still read root's mail. But it isn't getting forwarded. The .forward file hasn't been modified recently.&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Tue, 16 Sep 2003 19:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072641#M808826</guid>
      <dc:creator>Bob_16</dc:creator>
      <dc:date>2003-09-16T19:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072642#M808827</link>
      <description>Have the permissions on your .forward file changed? They should be:&lt;BR /&gt;&lt;BR /&gt;root&amp;gt; ll .forward&lt;BR /&gt;-r--------   1 root       sys             15 Mar 10  2003 .forward&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check not only perms but also owner and group. If that is ok, then try bouncing sendmail and look for errors in /var/adm/syslog/mail.log.</description>
      <pubDate>Tue, 16 Sep 2003 19:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072642#M808827</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-09-16T19:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072643#M808828</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Along with the suggestion above, look at /var/adm/syslog/mail.log for more information. If there are any syntax errors or permissions issues, they will be logged in there.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 16 Sep 2003 19:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072643#M808828</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-09-16T19:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072644#M808829</link>
      <description>do a diagnostic email&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 root&lt;BR /&gt;steve was here&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;You will see it forward or you will see the error right on your screen.&lt;BR /&gt;&lt;BR /&gt;or tail -f the mail.log file and shoot an email to the user.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Tue, 16 Sep 2003 19:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072644#M808829</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-16T19:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072645#M808830</link>
      <description>The mail.log shows something like this:&lt;BR /&gt;&lt;BR /&gt;Sep 16 23:14:28 ukx1 sendmail[19108]: XAA19108: forward /.forward.ukx1: World writable directory&lt;BR /&gt;Sep 16 23:14:28 ukx1 sendmail[19108]: XAA19108: forward /.forward: World writable directory&lt;BR /&gt;&lt;BR /&gt;The sendmail test/debug shows this:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 root&lt;BR /&gt;seq_map_parse(aliases.files, )&lt;BR /&gt;WARNING: World writable directory /var&lt;BR /&gt;map_init(sequence:aliases.files, NULL, 0)&lt;BR /&gt;        sequence:aliases.files NULL: valid&lt;BR /&gt;map_init(implicit:Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;        wrong pass (pass = 0, rebuildable = 1)&lt;BR /&gt;map_init(host:host, NULL, 0)&lt;BR /&gt;        host:host NULL: valid&lt;BR /&gt;map_init(switch:aliases, aliases, 0)&lt;BR /&gt;switch_map_open(aliases, aliases, 0)&lt;BR /&gt;        switch_map_find =&amp;gt; 1&lt;BR /&gt;                files&lt;BR /&gt;        map_stack[0] = sequence:aliases.files&lt;BR /&gt;        switch:aliases aliases: valid&lt;BR /&gt;map_init(dequote:dequote, NULL, 0)&lt;BR /&gt;        dequote:dequote NULL: valid&lt;BR /&gt;map_init(sequence:aliases.files, NULL, 1)&lt;BR /&gt;        wrong pass (pass = 1, rebuildable = 0)&lt;BR /&gt;map_init(implicit:Alias0, /etc/mail/aliases, 1)&lt;BR /&gt;impl_map_open(Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;hash_map_open(Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;impl_map_lookup(Alias0, @)&lt;BR /&gt;db_map_lookup(Alias0, @)&lt;BR /&gt;        implicit:Alias0 /etc/mail/aliases: valid&lt;BR /&gt;map_init(host:host, NULL, 1)&lt;BR /&gt;        wrong pass (pass = 1, rebuildable = 0)&lt;BR /&gt;map_init(switch:aliases, aliases, 1)&lt;BR /&gt;        wrong pass (pass = 1, rebuildable = 0)&lt;BR /&gt;map_init(dequote:dequote, NULL, 1)&lt;BR /&gt;        wrong pass (pass = 1, rebuildable = 0)&lt;BR /&gt;seq_map_lookup(aliases, root)&lt;BR /&gt;seq_map_lookup(aliases.files, root)&lt;BR /&gt;impl_map_lookup(Alias0, root)&lt;BR /&gt;db_map_lookup(Alias0, root)&lt;BR /&gt;root... forward: /.forward.ukx1: World writable directory&lt;BR /&gt;root... forward: /.forward: World writable directory&lt;BR /&gt;&lt;BR /&gt;another test from root on ukx1&lt;BR /&gt;.&lt;BR /&gt;root... Connecting to local...&lt;BR /&gt;root... Sent&lt;BR /&gt;closemaps: closing aliases.files (NULL)&lt;BR /&gt;closemaps: closing Alias0 (/etc/mail/aliases)&lt;BR /&gt;impl_map_close(Alias0, /etc/mail/aliases, 12a3)&lt;BR /&gt;db_map_close(Alias0, /etc/mail/aliases, 12a3)&lt;BR /&gt;closemaps: closing host (NULL)&lt;BR /&gt;closemaps: closing aliases (aliases)&lt;BR /&gt;closemaps: closing dequote (NULL)&lt;BR /&gt;&lt;BR /&gt;The permissions for .forward are 744 root sys</description>
      <pubDate>Tue, 16 Sep 2003 21:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072645#M808830</guid>
      <dc:creator>Bob_16</dc:creator>
      <dc:date>2003-09-16T21:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072646#M808831</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the permissions on the root's home directory. / or /root whatever is defined as your root's home.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 16 Sep 2003 21:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072646#M808831</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-09-16T21:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072647#M808832</link>
      <description>It certainly looks like a permission problem. If you patched or updated sendmail recently it pays more attention to the permissions on certain files and directories. The parent directory of the .forward file must NOT be world writable so it should look like this at the least:&lt;BR /&gt;drwxr-xr-x  13 root       sys           2048 Sep 17 00:07 root&lt;BR /&gt;&lt;BR /&gt;and the perms on the .forward file should be 400 as I indicated earlier. While you are at it check the /etc/mail directory:&lt;BR /&gt;root&amp;gt; ll -d /etc/mail&lt;BR /&gt;drwxr-xr-x   2 root       bin           8192 Jul 15 09:27 /etc/mail&lt;BR /&gt;&lt;BR /&gt;The /etc/mail directory has to have no write access for "other".&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Sep 2003 04:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072647#M808832</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-09-17T04:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072648#M808833</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  Post the contents of your .forward file. Are U forwarding the mail to your offical mail ID or something ?&lt;BR /&gt;&lt;BR /&gt;  It happens sometime that the problem is with server which is supposed to deliver the forwarded mail to your inbox.&lt;BR /&gt;  &lt;BR /&gt;  I would check on this end as well.&lt;BR /&gt;&lt;BR /&gt;Sundar.</description>
      <pubDate>Wed, 17 Sep 2003 04:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072648#M808833</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2003-09-17T04:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072649#M808834</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  Post the contents of your .forward file. Are U forwarding the mail to your offical mail ID or something ?&lt;BR /&gt;&lt;BR /&gt;  It happens sometime that the problem is with server which is supposed to deliver the forwarded mail to your inbox.&lt;BR /&gt;  &lt;BR /&gt;  I would go for a check on this end as well.&lt;BR /&gt;&lt;BR /&gt;Sundar.</description>
      <pubDate>Wed, 17 Sep 2003 04:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072649#M808834</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2003-09-17T04:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072650#M808835</link>
      <description>Hi Bobby,&lt;BR /&gt;&lt;BR /&gt;It does not hurt, to check the mail queue either (mailq(1)).&lt;BR /&gt;If you send a mail directly to the address that is in the .forward, does that arrive?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Kasper</description>
      <pubDate>Wed, 17 Sep 2003 07:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072650#M808835</guid>
      <dc:creator>Kasper Haitsma</dc:creator>
      <dc:date>2003-09-17T07:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072651#M808836</link>
      <description>I have attached the permissions that sendmail is looking for.  According to your debug, pay attention to /var&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 root &lt;BR /&gt;seq_map_parse(aliases.files, ) &lt;BR /&gt;WARNING: World writable directory /var &lt;BR /&gt;&lt;BR /&gt;If permissions must be those other than sendmail is happy about, take a look at the DontBlameSendmail option, in the /etc/mail/sendmail.cf.&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Wed, 17 Sep 2003 10:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072651#M808836</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2003-09-17T10:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072652#M808837</link>
      <description>If you want check that only you .forward file is corrupted. You can use a other option to forward messages from root.&lt;BR /&gt;&lt;BR /&gt;1)&lt;BR /&gt;# vi /etc/mail/aliases&lt;BR /&gt;## Add line&lt;BR /&gt;root: myaccount@domain.com&lt;BR /&gt;&lt;BR /&gt;2) /usr/sbin/newaliases&lt;BR /&gt;&lt;BR /&gt;3) move the .forward file to .OLD.forward&lt;BR /&gt;   and send a test mail to root&lt;BR /&gt;&lt;BR /&gt;If this works your .forward file seems to be not working.&lt;BR /&gt;&lt;BR /&gt;Roland&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Sep 2003 10:23:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072652#M808837</guid>
      <dc:creator>RolandH</dc:creator>
      <dc:date>2003-09-17T10:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: root mail forwarding stopped working ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072653#M808838</link>
      <description>thanks to all who replied woulderfull debugging skills.&lt;BR /&gt;&lt;BR /&gt;Yes, it was a permissions problem with /, it was wide open. I've fixed it and the permissions for .forward and forwarding is working perfectly again.&lt;BR /&gt;&lt;BR /&gt;Mail directory permissions were fine, thanks for the attachment.&lt;BR /&gt;&lt;BR /&gt;A co-working in the foreign office changed this.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Sep 2003 17:32:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-mail-forwarding-stopped-working/m-p/3072653#M808838</guid>
      <dc:creator>Bob_16</dc:creator>
      <dc:date>2003-09-17T17:32:01Z</dc:date>
    </item>
  </channel>
</rss>

