<?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: email and sendmail help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635596#M808119</link>
    <description>It can get more complicated if you want.  If you want to send outside your network you might need to allow relaying for your HPUX host on your exchange (windows mail) server.&lt;BR /&gt;&lt;BR /&gt;As for that message I can't say I've seen it before, looks like a dns problem perhaps?  I will add more as and when I find out.</description>
    <pubDate>Tue, 27 Sep 2005 04:34:18 GMT</pubDate>
    <dc:creator>Gavin Clarke</dc:creator>
    <dc:date>2005-09-27T04:34:18Z</dc:date>
    <item>
      <title>email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635590#M808113</link>
      <description>Hi,&lt;BR /&gt;I want to send emails from my hpux 11.00 server to certain users.&lt;BR /&gt;So email would go from hp server, to companies windows email server, to users.&lt;BR /&gt;What settings do i need to make in the hp server to be able to send emails?</description>
      <pubDate>Tue, 27 Sep 2005 03:49:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635590#M808113</guid>
      <dc:creator>mcater</dc:creator>
      <dc:date>2005-09-27T03:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635591#M808114</link>
      <description>sendmail has to run to send mails initially. &lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep sendmail&lt;BR /&gt;    root  1026     1  0  Sep 20  ?         0:51 sendmail: accepting connections on port 25&lt;BR /&gt;&lt;BR /&gt;Try as,&lt;BR /&gt;&lt;BR /&gt;# echo "hi" | mailx -s "test" root@localhost&lt;BR /&gt;# mail&lt;BR /&gt;&lt;BR /&gt;It will give recent mail to you.&lt;BR /&gt;&lt;BR /&gt;To other machines you have to have reachablity to that machine. &lt;BR /&gt;&lt;BR /&gt;# echo "hi" | mailx -s "test" root@machine1.domainname.com&lt;BR /&gt;&lt;BR /&gt;It will work. You can as well as use sendmail instead of mailx command.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 27 Sep 2005 03:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635591#M808114</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-27T03:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635592#M808115</link>
      <description>One way is to set the DS entry in /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Then stop and start sendmail to pick up the change.&lt;BR /&gt;&lt;BR /&gt;This forum post gives more detail:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=951776" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=951776&lt;/A&gt;</description>
      <pubDate>Tue, 27 Sep 2005 04:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635592#M808115</guid>
      <dc:creator>Gavin Clarke</dc:creator>
      <dc:date>2005-09-27T04:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635593#M808116</link>
      <description>Your server need to be in primary domain and sendmail should be configured properly. &lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;# ps -ef|grep sendmail&lt;BR /&gt;check to confirm daemon now appears&lt;BR /&gt;&lt;BR /&gt;# mailq&lt;BR /&gt;&lt;BR /&gt;to check mail queue&lt;BR /&gt;# sendmail -v &lt;EMAIL address=""&gt;&lt;BR /&gt;test settings. &lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/EMAIL&gt;</description>
      <pubDate>Tue, 27 Sep 2005 04:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635593#M808116</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-27T04:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635594#M808117</link>
      <description>thanks to everyone, didnt realise how easy it was - i thought there would be more to it.&lt;BR /&gt;&lt;BR /&gt;It is working, however i get this following message each time i use mailx:&lt;BR /&gt;Switch map aliases: unknown member map aliases.dns: Socket operation on non-socket&lt;BR /&gt;&lt;BR /&gt;any ideas how to fix/stop it?</description>
      <pubDate>Tue, 27 Sep 2005 04:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635594#M808117</guid>
      <dc:creator>mcater</dc:creator>
      <dc:date>2005-09-27T04:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635595#M808118</link>
      <description>Look at the docs here, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3782-90728/ch07s06.html" target="_blank"&gt;http://docs.hp.com/en/B3782-90728/ch07s06.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 27 Sep 2005 04:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635595#M808118</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-27T04:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635596#M808119</link>
      <description>It can get more complicated if you want.  If you want to send outside your network you might need to allow relaying for your HPUX host on your exchange (windows mail) server.&lt;BR /&gt;&lt;BR /&gt;As for that message I can't say I've seen it before, looks like a dns problem perhaps?  I will add more as and when I find out.</description>
      <pubDate>Tue, 27 Sep 2005 04:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635596#M808119</guid>
      <dc:creator>Gavin Clarke</dc:creator>
      <dc:date>2005-09-27T04:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635597#M808120</link>
      <description>Here is a post I picked up from a search, it might have your answer:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=900918" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=900918&lt;/A&gt;</description>
      <pubDate>Tue, 27 Sep 2005 04:36:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635597#M808120</guid>
      <dc:creator>Gavin Clarke</dc:creator>
      <dc:date>2005-09-27T04:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635598#M808121</link>
      <description>I feel the problem is with /etc/mail/sendmail.cf configuration file.&lt;BR /&gt;&lt;BR /&gt;Set:&lt;BR /&gt;O QueueDirectory=/var/spool/mqueue&lt;BR /&gt;&lt;BR /&gt;Try to restart it as,&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;hth.</description>
      <pubDate>Tue, 27 Sep 2005 04:42:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635598#M808121</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-27T04:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635599#M808122</link>
      <description>This post seems to cover the steps to configure sendmail quite comprehensively.  I like SEP's answer.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=610438" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=610438&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I think I would be tempted to look at my /etc/hosts (to add the exchange server IP and full name).&lt;BR /&gt;Then see what /etc/nsswitch.conf (putting the hosts entry to look at files first) and then see what resolv.conf looked like.</description>
      <pubDate>Tue, 27 Sep 2005 05:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635599#M808122</guid>
      <dc:creator>Gavin Clarke</dc:creator>
      <dc:date>2005-09-27T05:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635600#M808123</link>
      <description>O QueueDirectory=/var/spool/mqueue&lt;BR /&gt;&lt;BR /&gt;is already in sendmail.cf</description>
      <pubDate>Tue, 27 Sep 2005 05:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635600#M808123</guid>
      <dc:creator>mcater</dc:creator>
      <dc:date>2005-09-27T05:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635601#M808124</link>
      <description>Here are examples of /etc/resolv.conf and /etc/nsswitch.conf that work for us:&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# /etc/nsswitch.files:&lt;BR /&gt;#&lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;#&lt;BR /&gt;# An example file that could be copied over to /etc/nsswitch.conf; it&lt;BR /&gt;# does not use any name services.&lt;BR /&gt;#&lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;hosts:        files [NOTFOUND=continue] dns&lt;BR /&gt;services:     files&lt;BR /&gt;networks:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files&lt;BR /&gt;aliases:      files&lt;BR /&gt;&lt;BR /&gt;/etc/resolv.conf&lt;BR /&gt;domain ????.com&lt;BR /&gt;nameserver IPofDNSserver&lt;BR /&gt;nameserver IPofDNSserver&lt;BR /&gt;&lt;BR /&gt;I suspect that it is the /etc/aliases file that may contain your problem.  Although this is only a guess.</description>
      <pubDate>Tue, 27 Sep 2005 05:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635601#M808124</guid>
      <dc:creator>Gavin Clarke</dc:creator>
      <dc:date>2005-09-27T05:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635602#M808125</link>
      <description>what is there in /etc/mail/service.switch for aliases.&lt;BR /&gt;&lt;BR /&gt;I hope it will be like,&lt;BR /&gt;&lt;BR /&gt;aliases dns files or bind&lt;BR /&gt;&lt;BR /&gt;remove except files and put it as,&lt;BR /&gt;&lt;BR /&gt;aliases files&lt;BR /&gt;&lt;BR /&gt;# Restart sendmail with this.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 27 Sep 2005 05:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635602#M808125</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-27T05:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: email and sendmail help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635603#M808126</link>
      <description>the /etc/mail/service.switch &lt;BR /&gt;has:&lt;BR /&gt;#hosts   dns files&lt;BR /&gt;aliases files&lt;BR /&gt;&lt;BR /&gt;i commented out the hosts and restarted sendmail but still get same error.&lt;BR /&gt;the /etc/aliases appears as default.&lt;BR /&gt;&lt;BR /&gt;i have checked resolv.conf and nsswitch.conf and all appears ok.&lt;BR /&gt;&lt;BR /&gt;we use dns here.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 05:21:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/email-and-sendmail-help/m-p/3635603#M808126</guid>
      <dc:creator>mcater</dc:creator>
      <dc:date>2005-09-27T05:21:14Z</dc:date>
    </item>
  </channel>
</rss>

