<?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 setup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087066#M441722</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To configure your sendmail  edit the following line with your server name ( Fully qualified name)&lt;BR /&gt;&lt;BR /&gt;#Dj$w.Foo.COM&lt;BR /&gt;Dj$ server1.xxxx.com&lt;BR /&gt;&lt;BR /&gt;Then re start sendmail daemon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To send mail, use the mailx command as follow ..&lt;BR /&gt;&lt;BR /&gt;mailx -s " subject" yourid@yourdomain.com &lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds/ James&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Jan 2008 17:13:51 GMT</pubDate>
    <dc:creator>kggj</dc:creator>
    <dc:date>2008-01-08T17:13:51Z</dc:date>
    <item>
      <title>sendmail setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087062#M441718</link>
      <description>Hi, I want a cron job to email me updates, I havent used sendmail before to need help starting off.&lt;BR /&gt;My submit.cf file contains &lt;BR /&gt; -rw-r-----   1 root       bin            881 Jan 12  2007 aliases&lt;BR /&gt;-rw-r-----   1 root       mail         24576 Jan  8 14:27 aliases.db&lt;BR /&gt;-r--r--r--   1 bin        bin           5761 Jan 12  2007 helpfile&lt;BR /&gt;-r--r--r--   1 bin        bin          10222 Feb 15  2007 mailcap&lt;BR /&gt;-r--r--r--   1 bin        bin         101837 Jan  8 12:35 sendmail.cf&lt;BR /&gt;-r--r--r--   1 bin        bin            701 Nov 13 14:24 sendmail.cw&lt;BR /&gt;-rw-------   1 root       mail            44 Jan  8 14:27 sendmail.pid&lt;BR /&gt;-r--r--r--   1 root       sys          90587 Jan  8 12:46 submit.cf&lt;BR /&gt;&lt;BR /&gt;In submit.cf and sendmail.cf I have added DS&lt;EXCHANGE_SERVER.CO.UK&gt;&lt;BR /&gt;&lt;BR /&gt;I try to send an email in elm but just hangs until I interrupt it.&lt;BR /&gt;&lt;BR /&gt;Never used sendmail before so ive probably missed some steps.&lt;BR /&gt;thanks for any help&lt;/EXCHANGE_SERVER.CO.UK&gt;</description>
      <pubDate>Tue, 08 Jan 2008 15:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087062#M441718</guid>
      <dc:creator>Francis Flan</dc:creator>
      <dc:date>2008-01-08T15:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087063#M441719</link>
      <description>many ways.&lt;BR /&gt;&lt;BR /&gt;Easiest:&lt;BR /&gt;echo "my message"|mailx -m -s "my subject" somebody@somewhere.com&lt;BR /&gt;&lt;BR /&gt;To verbosely test.&lt;BR /&gt;sendmail -v somebody@somewhere.com&lt;BR /&gt;&lt;TYPE in="" your="" message=""&gt;&lt;BR /&gt;&lt;CTRL-D&gt; when done&lt;BR /&gt;&lt;BR /&gt;Watch the output to see if connecting and getting delivered.  If not then senmail config needs to be troubleshot.&lt;BR /&gt;&lt;BR /&gt;The DS directive you are setting will relay all mail to exchange_server.co.uk.  This means that even mail to a place like yahoo.com will bounce through your relay server instead of directly being delivered.  Your relay server must be set to allow this.  Now a days most mail servers do not allow this due to forging and spam.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CTRL-D&gt;&lt;/TYPE&gt;</description>
      <pubDate>Tue, 08 Jan 2008 15:50:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087063#M441719</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-01-08T15:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087064#M441720</link>
      <description>Hi Francis:&lt;BR /&gt;&lt;BR /&gt;try send mail with 'sendmail -v &lt;ADDRESS&gt;&lt;BR /&gt;...&lt;BR /&gt;.&lt;BR /&gt;'&lt;BR /&gt;&lt;BR /&gt;and see the output. Then check the file /var/adm/syslog/mail.log and look foor yor messages. please send me the output of mail.log&lt;/ADDRESS&gt;</description>
      <pubDate>Tue, 08 Jan 2008 16:54:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087064#M441720</guid>
      <dc:creator>Roberto Arias</dc:creator>
      <dc:date>2008-01-08T16:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087065#M441721</link>
      <description>Thanks guys,&lt;BR /&gt;When I tried to use sendmail it said the exchange server refused the connection.&lt;BR /&gt;I used a different server (internal) and it worked just fine.</description>
      <pubDate>Tue, 08 Jan 2008 17:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087065#M441721</guid>
      <dc:creator>Francis Flan</dc:creator>
      <dc:date>2008-01-08T17:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087066#M441722</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To configure your sendmail  edit the following line with your server name ( Fully qualified name)&lt;BR /&gt;&lt;BR /&gt;#Dj$w.Foo.COM&lt;BR /&gt;Dj$ server1.xxxx.com&lt;BR /&gt;&lt;BR /&gt;Then re start sendmail daemon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To send mail, use the mailx command as follow ..&lt;BR /&gt;&lt;BR /&gt;mailx -s " subject" yourid@yourdomain.com &lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds/ James&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2008 17:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087066#M441722</guid>
      <dc:creator>kggj</dc:creator>
      <dc:date>2008-01-08T17:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087067#M441723</link>
      <description>You may also need to set the DM macro in sendmail.cf and submit.cf:&lt;BR /&gt;&lt;BR /&gt;DMyourdomain.com&lt;BR /&gt;&lt;BR /&gt;Trying doing a test:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -f you@yourdomain.com  you@yourdomain.com &lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2008 17:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-setup/m-p/5087067#M441723</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2008-01-08T17:20:43Z</dc:date>
    </item>
  </channel>
</rss>

