<?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: problem with sendmail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985967#M420945</link>
    <description>Hi Praveen,&lt;BR /&gt;&lt;BR /&gt;You need to type Ctrl-D (hold down the Ctl key and then type D) on a line by itself i.e.&lt;BR /&gt;&lt;BR /&gt;# mailx -s "TEST Mail" praveen@mycompany.com&lt;BR /&gt;hi, this is a test mail&lt;ENTER&gt;&lt;BR /&gt;&lt;CTRL-D&gt;&lt;BR /&gt;&lt;BR /&gt;~hope it helps&lt;/CTRL-D&gt;&lt;/ENTER&gt;</description>
    <pubDate>Sun, 18 Jun 2006 04:02:38 GMT</pubDate>
    <dc:creator>Sandman!</dc:creator>
    <dc:date>2006-06-18T04:02:38Z</dc:date>
    <item>
      <title>problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985964#M420942</link>
      <description>Hi,&lt;BR /&gt;I have sendmail configured on my server.&lt;BR /&gt;but i am not able to send the mail&lt;BR /&gt;&lt;BR /&gt;i am typing this :&lt;BR /&gt;#mailx -s "TEST Mail" praveen@mycompany.com&lt;BR /&gt;hi, this is a test mail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please let me know what ahould i type after typing the "mail" word in the message.&lt;BR /&gt;if i type ctrl-c twice, it cancenlled the process,&lt;BR /&gt;how can i get the # promt again&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Jun 2006 00:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985964#M420942</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-18T00:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985965#M420943</link>
      <description>Shalom praveen,&lt;BR /&gt;&lt;BR /&gt;try  this:&lt;BR /&gt;&lt;BR /&gt;echo "I want my email now" | mailx -s "TEST Mail" praveen@mycompany.com&lt;BR /&gt;&lt;BR /&gt;A mail will go into the system immediately.&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/mail.log&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 18 Jun 2006 02:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985965#M420943</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-18T02:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985966#M420944</link>
      <description>Hi Praveen,&lt;BR /&gt;&lt;BR /&gt;Try Ctrl-d &lt;BR /&gt;or&lt;BR /&gt;# mailx -s "TEST MAIL" praveen@mycompany.com &amp;lt; myfile&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Sun, 18 Jun 2006 02:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985966#M420944</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2006-06-18T02:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985967#M420945</link>
      <description>Hi Praveen,&lt;BR /&gt;&lt;BR /&gt;You need to type Ctrl-D (hold down the Ctl key and then type D) on a line by itself i.e.&lt;BR /&gt;&lt;BR /&gt;# mailx -s "TEST Mail" praveen@mycompany.com&lt;BR /&gt;hi, this is a test mail&lt;ENTER&gt;&lt;BR /&gt;&lt;CTRL-D&gt;&lt;BR /&gt;&lt;BR /&gt;~hope it helps&lt;/CTRL-D&gt;&lt;/ENTER&gt;</description>
      <pubDate>Sun, 18 Jun 2006 04:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985967#M420945</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-06-18T04:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985968#M420946</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To check if sendmail or mail-relay is working, try the following:&lt;BR /&gt;&lt;BR /&gt;sendmail -v praveen@mycompany.com&lt;BR /&gt;Hi,&lt;BR /&gt;This is a tes mail&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;#Note: the dot at the last line is needed.&lt;BR /&gt;You'll then see the error-message if there is a problem with relay.&lt;BR /&gt;&lt;BR /&gt;Have you also checked your mail.log or syslog file for mail errors?&lt;BR /&gt;&lt;BR /&gt;GoodLuck&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Sun, 18 Jun 2006 04:08:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985968#M420946</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-06-18T04:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985969#M420947</link>
      <description>Did you start your sendmail?&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep -i sendmail&lt;BR /&gt;&lt;BR /&gt;start sendmail&lt;BR /&gt;&lt;BR /&gt;sendmail -bq -q30m&lt;BR /&gt;&lt;BR /&gt;stop sendmail&lt;BR /&gt;&lt;BR /&gt;killsm&lt;BR /&gt;&lt;BR /&gt;If you are still have problems then check $DS in your sendmail.cf file for the correct mail relay.&lt;BR /&gt;&lt;BR /&gt;killsm&lt;BR /&gt;vi sendmail.com&lt;BR /&gt;/DS (* until you come to $DS and verify the entry *)&lt;BR /&gt;$DSmail.rely.com&lt;BR /&gt;exit&lt;BR /&gt;sendmail -bq -q30m&lt;BR /&gt;&lt;BR /&gt;You should also check to see if your mail.rely.com is in /etc/hosts and that your /etc/nsswitch.conf and /etc/resolv.conf are correct.  Also note that this is for a non DNS network.  Do you have a DNS?</description>
      <pubDate>Sun, 18 Jun 2006 16:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985969#M420947</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-06-18T16:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985970#M420948</link>
      <description>Hi Praveen:&lt;BR /&gt;&lt;BR /&gt;As noted, you can either redirect the 'mailx' STDIN, as with an 'echo' into a pipe:&lt;BR /&gt;&lt;BR /&gt;# echo "hello!" | mailx ...&lt;BR /&gt;&lt;BR /&gt;...or place your message into a file:&lt;BR /&gt;&lt;BR /&gt;# mailx -s "my subject" root &amp;lt; /tmp/message&lt;BR /&gt;&lt;BR /&gt;...or if the subject alone is sufficient:&lt;BR /&gt;&lt;BR /&gt;# mailx -s "call me!" praveen &amp;lt; /dev/null&lt;BR /&gt;&lt;BR /&gt;...or type your message at the command line and enter (usually) a CTRL_D to single the end-of-file:&lt;BR /&gt;&lt;BR /&gt;# mailx -s "please read what follows" praveen&lt;BR /&gt;Here is line-1 to read&lt;BR /&gt;and this is another line&lt;BR /&gt;and finally I don't have anymore to say!&lt;BR /&gt;CTRL_D&lt;BR /&gt;&lt;BR /&gt;You do *not* need 'sendmail' running as a daemon to send outgoing mail from your server.  If you aren't acting as a mail server you can simply not start 'sendmail' at boot time by setting:&lt;BR /&gt;&lt;BR /&gt;SENDMAIL_SERVER=0&lt;BR /&gt;&lt;BR /&gt;...in 'etc/rc.config.d/mailservs'&lt;BR /&gt;&lt;BR /&gt;...and stopping the 'sendmail' daemon:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 18 Jun 2006 16:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985970#M420948</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-18T16:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985971#M420949</link>
      <description>i need to type &lt;CTRL-D&gt;&lt;/CTRL-D&gt;</description>
      <pubDate>Mon, 19 Jun 2006 01:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-sendmail/m-p/4985971#M420949</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-19T01:21:57Z</dc:date>
    </item>
  </channel>
</rss>

