<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4988469#M548418</link>
    <description>Shalom Rahul,&lt;BR /&gt;&lt;BR /&gt;sendmail is installed by default.&lt;BR /&gt;&lt;BR /&gt;If the machine can resolve the hostname of the intended addressee it will deliver but not receive mail by default.&lt;BR /&gt;&lt;BR /&gt;Most corporate environments require some additonal configuration to actually make sure the mail gets some place.&lt;BR /&gt;&lt;BR /&gt;The normal course of action is to set the DS directive in sendmail.cf to a permitted relay server that delivers the servers email.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Sun, 02 Jul 2006 00:51:29 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-07-02T00:51:29Z</dc:date>
    <item>
      <title>Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4988466#M548415</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Can anybody tell me how do i check wether sendmail is configured on my OS. I'm using HP-UX 11.23 and its an Oracle apps server&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Rahul.....</description>
      <pubDate>Sat, 01 Jul 2006 04:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4988466#M548415</guid>
      <dc:creator>Rahul Pednekar</dc:creator>
      <dc:date>2006-07-01T04:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4988467#M548416</link>
      <description>HI Rahul,&lt;BR /&gt;&lt;BR /&gt;write the command "sendmail" in command prompt. it will ask like "Recipient names must be specified"&lt;BR /&gt;--------------------&lt;BR /&gt;root@abcd [ /sekar/new ] # sendmail&lt;BR /&gt;Recipient names must be specified&lt;BR /&gt;root@abcd [ /sekar/new ] #&lt;BR /&gt;--------------------&lt;BR /&gt;&lt;BR /&gt;Verifying Your sendmail:  &lt;BR /&gt;&lt;BR /&gt;You can verify that sendmail has been installed properly and is working properly by doing the things described in the following sections:&lt;BR /&gt;&lt;BR /&gt;1. "Mailing to a Local User" &lt;BR /&gt;&lt;BR /&gt;2. "Mailing to a Remote User with UUCP Addressing"  (if you are using it).&lt;BR /&gt;&lt;BR /&gt;3. "Mailing to a Remote User with the SMTP Transport"  (if you are using it).&lt;BR /&gt;&lt;BR /&gt;1.)Mailing to a Local User &lt;BR /&gt; &lt;BR /&gt;To check your local mailer or user agent, mail a message to a local user (for example, joe) on your system:&lt;BR /&gt;&lt;BR /&gt; date  |  mailx  -s  "Local sendmail Test"  joe &lt;BR /&gt; &lt;BR /&gt;This should result in a message similar to the following being sent to user joe:&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;From joe Wed Aug 6 09:18 MDT 1986Received: by node2; Wed, 6 Aug 86 09:18:53 mdtDate: Wed, 6 Aug 86 09:18:53 mdtFrom: Joe User &lt;JOE&gt;Return-Path: &lt;JOE&gt;To: joeSubject: Local sendmail Test Wed Aug 6 09:18:49 MDT 1986 &lt;BR /&gt; &lt;BR /&gt;An entry in your /var/adm/syslog/mail.log file should have been logged for the local message transaction. See  "Configuring and Reading the sendmail Log"  for more information.&lt;BR /&gt;&lt;BR /&gt;2.)Mailing to a Remote User with UUCP Addressing &lt;BR /&gt;&lt;BR /&gt;For this test, mail a message to a remote user with the UUCP transport by using a host !user address, where host is a system to which your local host has a direct UUCP connection. (The uuname command lists the UUCP names of known systems. Type man 1 uuname at the HP-UX prompt for more information.)&lt;BR /&gt;&lt;BR /&gt;To verify both inbound and outbound UUCP connections, mail the message in a loop, using the syntax remote_host !my_host !user. For example, if you try&lt;BR /&gt; &lt;BR /&gt;date | mailx -s "UUCP Test" node1!node2!joe &lt;BR /&gt;&lt;BR /&gt;and node2 is your local host, you should receive a message similar to this:&lt;BR /&gt; &lt;BR /&gt;From node1!node2!joe Wed Aug  6 09:48 MDT 1986Received: by node2; Wed, 6 Aug 86 09:48:09 mdtReturn-Path: &lt;NODE1&gt;Received: from node1.UUCP; Wed, 6 Aug 86 09:30:16Received: by node1; Wed, 6 Aug 86 09:30:16 mdtReceived: from node2.UUCP; Wed, 6 Aug 86 09:26:18Received: by node2; Wed, 6 Aug 86 09:26:18 mdtDate: Wed, 6 Aug 86 09:26:18 mdtFrom: Joe User &lt;NODE1&gt;To: node1!node2!joeSubject: UUCP Test Wed Aug  6 09:26:15 MDT 1986 &lt;BR /&gt; &lt;BR /&gt;An entry in your /var/adm/syslog/mail.log file should have been logged for the UUCP mail transaction. See  "Configuring and Reading the sendmail Log"  for more information.&lt;BR /&gt;&lt;BR /&gt;3.)Mailing to a Remote User with the SMTP Transport &lt;BR /&gt;&lt;BR /&gt;For this test, mail a message to a remote user with the SMTP transport using a user @host address, where host is a system that provides an SMTP server (for example, the sendmail daemon).&lt;BR /&gt;&lt;BR /&gt;To verify both inbound and outbound SMTP connections, mail the message in a loop, using the syntax user %my_host @remote_host. For example, if you try&lt;BR /&gt;&lt;BR /&gt;date | mailx -s "Round Robin SMTP" joe%node2@node1 &lt;BR /&gt;&lt;BR /&gt;you should receive a message similar to the following:&lt;BR /&gt; &lt;BR /&gt;From joe@node2 Wed Aug  6 14:22 MDT 1986Received: from node1 by node2; Wed, 6 Aug 86 14:22:56  mdtReturn-Path: &lt;JOE&gt;Received: from node2 by node1; Wed, 6 Aug 86 14:25:04  mdtReceived: by node2; Wed, 6 Aug 86 14:22:31 mdtDate: Wed, 6 Aug 86 14:22:31 mdtFrom: Joe User &lt;JOE&gt;To: joe%node2@node1Subject: Round Robin SMTP Wed Aug  6 14:22:28 MDT 1986 &lt;BR /&gt; &lt;BR /&gt;An entry in your /var/adm/syslog/mail.log file should have been logged for the SMTP mail transaction. See  "Configuring and Reading the sendmail Log"  for more information.&lt;BR /&gt;&lt;BR /&gt;find the attached document page number 57.&lt;BR /&gt;&lt;/JOE&gt;&lt;/JOE&gt;&lt;/NODE1&gt;&lt;/NODE1&gt;&lt;/JOE&gt;&lt;/JOE&gt;</description>
      <pubDate>Sat, 01 Jul 2006 07:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4988467#M548416</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-07-01T07:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4988468#M548417</link>
      <description>Hi Rahul,&lt;BR /&gt;&lt;BR /&gt;I guess the below attached link should give you more details on sendmail configuration...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-90010/sendmail.1M.html" target="_blank"&gt;http://docs.hp.com/en/B3921-90010/sendmail.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth</description>
      <pubDate>Sat, 01 Jul 2006 23:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4988468#M548417</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2006-07-01T23:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4988469#M548418</link>
      <description>Shalom Rahul,&lt;BR /&gt;&lt;BR /&gt;sendmail is installed by default.&lt;BR /&gt;&lt;BR /&gt;If the machine can resolve the hostname of the intended addressee it will deliver but not receive mail by default.&lt;BR /&gt;&lt;BR /&gt;Most corporate environments require some additonal configuration to actually make sure the mail gets some place.&lt;BR /&gt;&lt;BR /&gt;The normal course of action is to set the DS directive in sendmail.cf to a permitted relay server that delivers the servers email.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 02 Jul 2006 00:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4988469#M548418</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-02T00:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4988470#M548419</link>
      <description>Thanks all...</description>
      <pubDate>Tue, 11 Jul 2006 01:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/4988470#M548419</guid>
      <dc:creator>Rahul Pednekar</dc:creator>
      <dc:date>2006-07-11T01:38:57Z</dc:date>
    </item>
  </channel>
</rss>

