<?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: Sendmail installing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627913#M40360</link>
    <description>Hi Jennifer,&lt;BR /&gt;&lt;BR /&gt;Try this,&lt;BR /&gt;&lt;BR /&gt;# cp /etc/newconfig/sendmail.cf /usr/lib/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Now restart the networking. But you can try by restarting the sendmail daemon only first,&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;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Mon, 10 Dec 2001 18:54:14 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2001-12-10T18:54:14Z</dc:date>
    <item>
      <title>Sendmail installing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627908#M40355</link>
      <description>Hello all:&lt;BR /&gt;My question regarding on sendmail from mail client to mail server.&lt;BR /&gt;After configuring NFS server and client, I install send mail into a mail server and mail client. I have the problem:&lt;BR /&gt;  - Mail server sends messages/mail to mail client, but the mail client can not send mail to either mail server or client. when I try the command 'sendmail abc' (abc is a user name )Mail client send the error massage: &lt;BR /&gt;"no local mailer defined: no such file or directory&lt;BR /&gt;can't chdir(): no such file or directory". &lt;BR /&gt;Does anyone have any idea to the problem. &lt;BR /&gt;Thank you.&lt;BR /&gt;regards&lt;BR /&gt;Jennifer Lam,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Dec 2001 01:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627908#M40355</guid>
      <dc:creator>Jennifer Lam</dc:creator>
      <dc:date>2001-12-08T01:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail installing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627909#M40356</link>
      <description>Jennifer,&lt;BR /&gt;&lt;BR /&gt; Check the following:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;At the  Mailserver end, make&lt;BR /&gt;sure the sendmail daemon is running:&lt;BR /&gt;ps -ef |grep sendmail&lt;BR /&gt;if not running: &lt;BR /&gt;check /etc/rc.config.d/mailservs  and confirm the&lt;BR /&gt;SENDMAIL_SERVER parameter&lt;BR /&gt;is set to 1.&lt;BR /&gt;start sendmail daemon by:&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;On the  mail client (from which you want to send mail)&lt;BR /&gt; -  edit /etc/mail/sendmail.cf file and  change&lt;BR /&gt;the DS  entry in the file&lt;BR /&gt;to  DS&lt;MAILSERVERNAME&gt;.domain&lt;BR /&gt;&lt;BR /&gt;eg:  DSjupiter.hp.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then, test the mail connection&lt;BR /&gt;by sending a test mail from&lt;BR /&gt;the client system:&lt;BR /&gt;sendmail -vt mailid&lt;BR /&gt;test &lt;BR /&gt;.    &amp;lt;-(just the dot in the line)&lt;BR /&gt;&lt;BR /&gt;This will show you the progress of the mail connection and status.&lt;BR /&gt;&lt;BR /&gt;ANy problems, pls post the output of the sendmail -vt test.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;/MAILSERVERNAME&gt;</description>
      <pubDate>Sat, 08 Dec 2001 01:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627909#M40356</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-12-08T01:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail installing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627910#M40357</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If the sendmail daemon is running then, (ps -ef grep sendmail)&lt;BR /&gt;&lt;BR /&gt;vi the /etc/mail.sendmail.cf file. add your mail server name infront of DS entry (You can look for this entry by doing /^DS within vi editor)&lt;BR /&gt;save the sendmail.cf file &lt;BR /&gt;start  sendmail file by /sbin/init/sendmail stop followed by /etc/mail/sendmail start&lt;BR /&gt;&lt;BR /&gt;-Goodluck,&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 10 Dec 2001 02:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627910#M40357</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-12-10T02:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail installing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627911#M40358</link>
      <description>Check. if sendmail has access to /var/mail/abc.&lt;BR /&gt;&lt;BR /&gt;For me it looks like sendmails, wants to deliver the mail lokaly (append to the file /var/mail/abc).&lt;BR /&gt;&lt;BR /&gt;May this is not possible because of your NFS configuration.</description>
      <pubDate>Mon, 10 Dec 2001 07:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627911#M40358</guid>
      <dc:creator>Hartmut Lang</dc:creator>
      <dc:date>2001-12-10T07:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail installing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627912#M40359</link>
      <description>Hello All,&lt;BR /&gt;I try all the answers, but I still do not get any luck yet. Please help &lt;BR /&gt;Uday - don't undersatnd /etc/mail start&lt;BR /&gt;/etc/mail is a directory&lt;BR /&gt;&lt;BR /&gt;FYI- Currently, the /var/mail directory on my mailserver is mountable (and is mounted) to the /var/mail directory on my client system.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Jennifer.</description>
      <pubDate>Mon, 10 Dec 2001 18:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627912#M40359</guid>
      <dc:creator>Jennifer Lam</dc:creator>
      <dc:date>2001-12-10T18:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail installing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627913#M40360</link>
      <description>Hi Jennifer,&lt;BR /&gt;&lt;BR /&gt;Try this,&lt;BR /&gt;&lt;BR /&gt;# cp /etc/newconfig/sendmail.cf /usr/lib/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Now restart the networking. But you can try by restarting the sendmail daemon only first,&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;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Dec 2001 18:54:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627913#M40360</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-10T18:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail installing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627914#M40361</link>
      <description>hello All,&lt;BR /&gt;I have my client reinstall sendmail.Now my mailserver and client are working fine.&lt;BR /&gt;Thanks for help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jennifer Lam.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 23:58:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-installing/m-p/2627914#M40361</guid>
      <dc:creator>Jennifer Lam</dc:creator>
      <dc:date>2001-12-11T23:58:31Z</dc:date>
    </item>
  </channel>
</rss>

