<?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: send mail issue on linux server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350128#M35076</link>
    <description>Hi Vitaly,&lt;BR /&gt;&lt;BR /&gt;Sorry for the delay.&lt;BR /&gt;&lt;BR /&gt;Pls find the outputs ...&lt;BR /&gt;&lt;BR /&gt;Root:&lt;BR /&gt;host -t mx apc.com&lt;BR /&gt;apc.com mail is handled by 10 mailrelay.apc.com.&lt;BR /&gt;&lt;BR /&gt;Normal user:&lt;BR /&gt;host -t mx apc.com&lt;BR /&gt;apc.com mail is handled by 10 mailrelay.apc.com.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suresh&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Feb 2009 10:49:07 GMT</pubDate>
    <dc:creator>M.sureshkumar</dc:creator>
    <dc:date>2009-02-18T10:49:07Z</dc:date>
    <item>
      <title>send mail issue on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350123#M35071</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;when i tried to execute the below command,i am getting the following error .&lt;BR /&gt;[peter@testserver /]$ mail -s "test" help@apc.com&lt;BR /&gt;Bad address&lt;BR /&gt;&lt;BR /&gt;This command is working fine for root user.I am facing "bad address" problem for normal user only.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suresh</description>
      <pubDate>Tue, 03 Feb 2009 05:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350123#M35071</guid>
      <dc:creator>M.sureshkumar</dc:creator>
      <dc:date>2009-02-03T05:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: send mail issue on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350124#M35072</link>
      <description>Sounds like your DNS resolver is using different settings when used by root.&lt;BR /&gt;&lt;BR /&gt;The most likely cause is that the permissions of one of the DNS resolver configuration files are set so that only root can read it. In this case, the regular users fall back to factory defaults and get a non-working result. Root can read anything, so root gets the correct DNS settings.&lt;BR /&gt;&lt;BR /&gt;Check the permissions of /etc/resolv.conf, /etc/nsswitch.conf and /etc/hosts: all three should be readable by everyone on the system, but writeable only by root, i.e. -rw-r--r--.&lt;BR /&gt;&lt;BR /&gt;Also check the permissions of the / and /etc directories: "ls -ld / /etc". The directories should be owned by root, and permissions should be drwxr-xr-x, i.e. writeable by root only, but readable and accessible by everyone.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 03 Feb 2009 08:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350124#M35072</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-02-03T08:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: send mail issue on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350125#M35073</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Most corporate environments do not permit direct send of sendmail on port 25.&lt;BR /&gt;&lt;BR /&gt;Normally you need to at least set the DS directive in sendmail.cf to get mail out the door.&lt;BR /&gt;&lt;BR /&gt;But if the command is working for root and not other users, there may be a permissions problem on the binary.&lt;BR /&gt;&lt;BR /&gt;Also please check /var/log/maillog&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Feb 2009 01:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350125#M35073</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-04T01:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: send mail issue on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350126#M35074</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Permission ok in our setup.Still iam facing the same issue.&lt;BR /&gt;&lt;BR /&gt;Pls give me any suggesion ....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suresh</description>
      <pubDate>Thu, 05 Feb 2009 03:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350126#M35074</guid>
      <dc:creator>M.sureshkumar</dc:creator>
      <dc:date>2009-02-05T03:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: send mail issue on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350127#M35075</link>
      <description>let's try from the start - please run &lt;BR /&gt;&lt;BR /&gt;host -t mx apc.com&lt;BR /&gt;&lt;BR /&gt;command from root and regular user and send us the output.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;vitaly&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2009 10:23:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350127#M35075</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-02-05T10:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: send mail issue on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350128#M35076</link>
      <description>Hi Vitaly,&lt;BR /&gt;&lt;BR /&gt;Sorry for the delay.&lt;BR /&gt;&lt;BR /&gt;Pls find the outputs ...&lt;BR /&gt;&lt;BR /&gt;Root:&lt;BR /&gt;host -t mx apc.com&lt;BR /&gt;apc.com mail is handled by 10 mailrelay.apc.com.&lt;BR /&gt;&lt;BR /&gt;Normal user:&lt;BR /&gt;host -t mx apc.com&lt;BR /&gt;apc.com mail is handled by 10 mailrelay.apc.com.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suresh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Feb 2009 10:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350128#M35076</guid>
      <dc:creator>M.sureshkumar</dc:creator>
      <dc:date>2009-02-18T10:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: send mail issue on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350129#M35077</link>
      <description>let's try "host mailrelay.apc.com" from both users.&lt;BR /&gt;&lt;BR /&gt;and another thing - I believe you have something relevant into /var/log/maillog</description>
      <pubDate>Wed, 18 Feb 2009 12:38:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350129#M35077</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-02-18T12:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: send mail issue on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350130#M35078</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Pls find the outputs and log file.&lt;BR /&gt;&lt;BR /&gt;Root:&lt;BR /&gt;[root@king log]# host mailrelay.apc.com&lt;BR /&gt;mailrelay.apc.com has address 10.1.22.5&lt;BR /&gt;&lt;BR /&gt;Normal User:&lt;BR /&gt;[suresh@king log]# host mailrelay.apc.com&lt;BR /&gt;mailrelay.apc.com has address 10.1.22.5&lt;BR /&gt;&lt;BR /&gt;Log file:&lt;BR /&gt;Feb 19 08:40:40 king sendmail[2697]: n1FC4mZl018921: to=root, delay=3+07:50:44&lt;BR /&gt;, xdelay=00:00:00, mailer=local, pri=6697082, dsn=4.0.0, stat=Deferred: local ma&lt;BR /&gt;iler (/usr/bin/procmail) exited with EX_TEMPFAIL&lt;BR /&gt;Feb 19 08:40:41 king sendmail[13306]: n1GM4nvR019595: forward /root/.forward:&lt;BR /&gt;Group writable directory&lt;BR /&gt;Feb 19 08:40:41 king sendmail[20729]: n1DM4lJw026995: forward /root/.forward.king: Group writable directory&lt;BR /&gt;Feb 19 08:40:41 king sendmail[24019]: n1IE4pt4009108: to=root, delay=03:02:57,&lt;BR /&gt; xdelay=00:00:00, mailer=local, pri=445612, dsn=4.0.0, stat=Deferred: local mail&lt;BR /&gt;er (/usr/bin/procmail) exited with EX_TEMPFAIL&lt;BR /&gt;Feb 19 08:40:42 king sendmail[29895]: n1DG4k23005059: forward /root/.forward:&lt;BR /&gt;Group writable directory&lt;BR /&gt;Feb 19 08:40:42 king sendmail[24426]: n1EF4lbO025972: forward /root/.forward.king: Group writable directory&lt;BR /&gt;Feb 19 08:40:43 king sendmail[31629]: n1F64mIv027755: forward /root/.forward:&lt;BR /&gt;Group writable directory&lt;BR /&gt;Feb 19 08:40:43 king sendmail[12958]: n1E14lGd005082: forward /root/.forward.king: Group writable directory&lt;BR /&gt;Feb 19 08:40:43 king sendmail[5148]: n1HF4oL4020445: forward /root/.forward: G&lt;BR /&gt;roup writable directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suresh</description>
      <pubDate>Thu, 19 Feb 2009 03:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350130#M35078</guid>
      <dc:creator>M.sureshkumar</dc:creator>
      <dc:date>2009-02-19T03:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: send mail issue on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350131#M35079</link>
      <description>The log file you sent is from testserver or "apc.com"?&lt;BR /&gt;&lt;BR /&gt;I  don't see something relevant for your problem, but I suggest to fix /root ornership anyway - it should be &lt;BR /&gt;&lt;BR /&gt;chown 700 /root</description>
      <pubDate>Thu, 19 Feb 2009 07:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-issue-on-linux-server/m-p/4350131#M35079</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-02-19T07:49:18Z</dc:date>
    </item>
  </channel>
</rss>

