<?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: Configuring Sendmail for a domain in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail-for-a-domain/m-p/2554229#M593703</link>
    <description>Does your server have connectivity to the internet ?  If you want to send email directly to the internet, your server needs to be routed to the outside and must have access to a DNS server.  Another solution would be to define a smart relay in your sendmail.cf.&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Jul 2001 12:14:38 GMT</pubDate>
    <dc:creator>Laurent Paumier</dc:creator>
    <dc:date>2001-07-18T12:14:38Z</dc:date>
    <item>
      <title>Configuring Sendmail for a domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail-for-a-domain/m-p/2554228#M593702</link>
      <description>Hi People, &lt;BR /&gt;&lt;BR /&gt;I'm trying to configure sendmail on my HP server to send mail to my Internet email address i.e. user@domain.co.uk&lt;BR /&gt;&lt;BR /&gt;I've tried the following command :  &lt;BR /&gt;elm  -s "File logfile.log" user@domain.co.uk &amp;lt; logfile.log&lt;BR /&gt;This does not work.  &lt;BR /&gt;&lt;BR /&gt;If I try &lt;BR /&gt;elm  -s "File logfile.log" username &amp;lt; logfile.log&lt;BR /&gt;&lt;BR /&gt;it works OK but sends it to my UNIX mailbox.&lt;BR /&gt;&lt;BR /&gt;Basically I've got some automated scripts which run each day and I'd like to be emailed at my corporate email address when they finish&lt;BR /&gt;running. &lt;BR /&gt;&lt;BR /&gt;Can anyone help ? &lt;BR /&gt;&lt;BR /&gt;Many thanks in advance, peeps :-)</description>
      <pubDate>Wed, 18 Jul 2001 12:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail-for-a-domain/m-p/2554228#M593702</guid>
      <dc:creator>Preet Dhillon</dc:creator>
      <dc:date>2001-07-18T12:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Sendmail for a domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail-for-a-domain/m-p/2554229#M593703</link>
      <description>Does your server have connectivity to the internet ?  If you want to send email directly to the internet, your server needs to be routed to the outside and must have access to a DNS server.  Another solution would be to define a smart relay in your sendmail.cf.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jul 2001 12:14:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail-for-a-domain/m-p/2554229#M593703</guid>
      <dc:creator>Laurent Paumier</dc:creator>
      <dc:date>2001-07-18T12:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Sendmail for a domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail-for-a-domain/m-p/2554230#M593704</link>
      <description>1.First your HP box can connect to outside , you can test it with "ping &lt;A href="http://www.cisco.com" target="_blank"&gt;www.cisco.com&lt;/A&gt;"&lt;BR /&gt;&lt;BR /&gt;2.you can use :&lt;BR /&gt;  %sendmail -v user@domain.com&lt;BR /&gt;  for send a test mail&lt;BR /&gt;&lt;BR /&gt;3.To check whether the mail has been sent out,run the command on the mail server &lt;BR /&gt;   mailq .</description>
      <pubDate>Thu, 19 Jul 2001 05:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail-for-a-domain/m-p/2554230#M593704</guid>
      <dc:creator>Frank Li</dc:creator>
      <dc:date>2001-07-19T05:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Sendmail for a domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail-for-a-domain/m-p/2554231#M593705</link>
      <description>Considering you can send mail out to your network or the internet. &lt;BR /&gt;This will work.&lt;BR /&gt;filename is a file that you will be emailed&lt;BR /&gt;what ever is in that file will be in the email you get. &lt;BR /&gt;just add this line to the end of your script:&lt;BR /&gt;&lt;BR /&gt;cat filename |mailx -s "subject line will read" youremail@atyourdomain.com&lt;BR /&gt;&lt;BR /&gt;to send the same file to your unix user name: &lt;BR /&gt;cat file1 |mailx -s "subject" user@localhost&lt;BR /&gt;&lt;BR /&gt;if you want every email that you get in your unix box to go to your email set up a&lt;BR /&gt;.forward file in your home dir.&lt;BR /&gt;and all it has to have is the email you want all your emails forwarded. one line per email address..&lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jul 2001 17:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail-for-a-domain/m-p/2554231#M593705</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-07-19T17:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Sendmail for a domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail-for-a-domain/m-p/2554232#M593706</link>
      <description>opps when i said .. &lt;BR /&gt;to send the same file to your unix user name: &lt;BR /&gt;cat file1 |mailx -s "subject" user@localhost &lt;BR /&gt;&lt;BR /&gt;file1 should be filename if you want to send the same file .. as the first example.&lt;BR /&gt;&lt;BR /&gt;Richard &lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jul 2001 17:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-sendmail-for-a-domain/m-p/2554232#M593706</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-07-19T17:50:55Z</dc:date>
    </item>
  </channel>
</rss>

