<?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/3337435#M568305</link>
    <description>Hi Cesare,&lt;BR /&gt;&lt;BR /&gt;That did the trick. Copying the "nsswitch.file" as "nsswitch.conf" resolved the mail relay issue.&lt;BR /&gt;&lt;BR /&gt;Thanks a million.&lt;BR /&gt;&lt;BR /&gt;The problem I had with telnetting is related to the terminal emulator that i am using. It does not accept the "@" ie. klausp@...........when key-ing it in. Initially i used the "!" and "%" and when i got a succesful response i used a script, and it works fine.&lt;BR /&gt;Kind regards&lt;BR /&gt;Klaus</description>
    <pubDate>Mon, 26 Jul 2004 03:57:55 GMT</pubDate>
    <dc:creator>Klaus Page</dc:creator>
    <dc:date>2004-07-26T03:57:55Z</dc:date>
    <item>
      <title>Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337429#M568299</link>
      <description>What changes need to be made to the "sendmail.cf" file to achieve sending of mail &amp;amp; SMS messages ?&lt;BR /&gt;Operating System : HP-UX B.11.23 U on an RX5670&lt;BR /&gt;No using DNS and all entries in the "etc/hosts" file are FQDN. Ex.&lt;BR /&gt;&lt;BR /&gt;172.16.1.xxx jhb-misp.bankserv.co.za jhb-misp&lt;BR /&gt;172.16.1.xxx mailserver.bankserv.co.za mailserver&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Klaus</description>
      <pubDate>Wed, 21 Jul 2004 08:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337429#M568299</guid>
      <dc:creator>Klaus Page</dc:creator>
      <dc:date>2004-07-21T08:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337430#M568300</link>
      <description>If u connect directly internet from ur unix box  you MUST configure DNS client (create the file /etc/resolv.conf) to send email.&lt;BR /&gt;&lt;BR /&gt;If your unix host has to use a mail relay to get out, the simplest, usually enough, method is to define the DS (smart relay) macro in sendmail.cf. You should have a line with&lt;BR /&gt;DS&lt;BR /&gt;change it in &lt;BR /&gt;DSmailrelay.domain&lt;BR /&gt;where mailrelay.domain is the FQDN of your mail relay as seen from your side.&lt;BR /&gt;The stop/start sendmail to let it reread the config file.&lt;BR /&gt;&lt;BR /&gt;This mail relay must accept SMTP connection from your host and must accept relaying. To check if the mail relay is working try&lt;BR /&gt;&lt;BR /&gt;telnet mailrelay.domain 25&lt;BR /&gt;.... answer from mail relay .....&lt;BR /&gt;helo &lt;UNIX hostname=""&gt;&lt;BR /&gt;mail from: root@&lt;UNIX hostname=""&gt;&lt;BR /&gt;rcpt to: &lt;EMAIL test=""&gt;@&lt;SOMETHING out=""&gt;&lt;BR /&gt;data&lt;BR /&gt;mail test from unix&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;mail server should answer something like mail sent. If this work you can try with a normal mail client like&lt;BR /&gt;&lt;BR /&gt;mailx -s "subject" &lt;EMAIL test=""&gt;@&lt;SOMETHING out=""&gt;&lt;BR /&gt;mail test from unix&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;To check if this has work look at /var/adm/syslog/mail.log&lt;BR /&gt;you should see a couple of lines stating the mail has been accepted locally and sent to the relay and accepted&lt;/SOMETHING&gt;&lt;/EMAIL&gt;&lt;/SOMETHING&gt;&lt;/EMAIL&gt;&lt;/UNIX&gt;&lt;/UNIX&gt;</description>
      <pubDate>Wed, 21 Jul 2004 08:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337430#M568300</guid>
      <dc:creator>Cesare Salvioni</dc:creator>
      <dc:date>2004-07-21T08:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337431#M568301</link>
      <description>Once you have made your chanes, additional testing tools.&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 someone@your.net&lt;BR /&gt;type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;Any config errors will be apparent.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mailq &lt;BR /&gt;&lt;BR /&gt;Shows you any outbound mail that has not made it off your box.&lt;BR /&gt;&lt;BR /&gt;sendmail -v -q&lt;BR /&gt;&lt;BR /&gt;Verbose attempt to push the sendmail queue off the box. This will help you find issues.&lt;BR /&gt;&lt;BR /&gt;I can't emphasize enough if the box you point your DS directive to does not accept relay, you will have a very frustrating time. That should be done and if possible verified prior to playing with the HP box.&lt;BR /&gt;&lt;BR /&gt;The good news is most smtp software lets you allow relay by IP address so no matter what the admin says, its not a spam relay risk.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Wed, 21 Jul 2004 11:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337431#M568301</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-07-21T11:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337432#M568302</link>
      <description>Hello Cesare,&lt;BR /&gt;&lt;BR /&gt;The DS parameter has been changed in the "sendmail.cf" file. Also, telnetting works until u key the command "mail from..". It generates a "Syntax error".&lt;BR /&gt;&lt;BR /&gt;Hello Steven,&lt;BR /&gt;&lt;BR /&gt;Tried your suggestion of sendmail -v -d...etc. See the attached 'sendmail -v" file.&lt;BR /&gt;&lt;BR /&gt;Thanks so far.&lt;BR /&gt;Klaus&lt;BR /&gt;&lt;BR /&gt;NB. Telnetting and sendmail -v from a SCO Unixware platform works 100%&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 07:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337432#M568302</guid>
      <dc:creator>Klaus Page</dc:creator>
      <dc:date>2004-07-22T07:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337433#M568303</link>
      <description>Hi Cesare,&lt;BR /&gt;See the attached portion of the "mail.log" file. I am getting "transient parse" errors.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Klaus&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 07:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337433#M568303</guid>
      <dc:creator>Klaus Page</dc:creator>
      <dc:date>2004-07-22T07:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337434#M568304</link>
      <description>I'm not sure, but it looks like ur sendmail is not resolving relay mail server.&lt;BR /&gt;First check you have the right resolution for mailserv.bankserv.... in /et/host.&lt;BR /&gt;Next edit /etc/nsswitch.conf (if you don't have it copy /etc/nsswitch.files or one example there) and change the line&lt;BR /&gt;host: files&lt;BR /&gt;(check the other lines if you copied it from a template)&lt;BR /&gt;also check the nsswitch.conf in /etc/mail (i'm not sure but in HP it could be that sendmail uses this one for resolving order)&lt;BR /&gt;&lt;BR /&gt;There is also a ultimate test you can do, set DS macro to the IP address, instead hostname. To use IP you must surround it with [] like&lt;BR /&gt;DS[192.168.2.1]&lt;BR /&gt;&lt;BR /&gt;Anyway connecting directly on port 25 must work, what kind of message do u have exactly from mailserver? Can u capture input and output from telnet host 25 and post it?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope it helps</description>
      <pubDate>Thu, 22 Jul 2004 13:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337434#M568304</guid>
      <dc:creator>Cesare Salvioni</dc:creator>
      <dc:date>2004-07-22T13:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337435#M568305</link>
      <description>Hi Cesare,&lt;BR /&gt;&lt;BR /&gt;That did the trick. Copying the "nsswitch.file" as "nsswitch.conf" resolved the mail relay issue.&lt;BR /&gt;&lt;BR /&gt;Thanks a million.&lt;BR /&gt;&lt;BR /&gt;The problem I had with telnetting is related to the terminal emulator that i am using. It does not accept the "@" ie. klausp@...........when key-ing it in. Initially i used the "!" and "%" and when i got a succesful response i used a script, and it works fine.&lt;BR /&gt;Kind regards&lt;BR /&gt;Klaus</description>
      <pubDate>Mon, 26 Jul 2004 03:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3337435#M568305</guid>
      <dc:creator>Klaus Page</dc:creator>
      <dc:date>2004-07-26T03:57:55Z</dc:date>
    </item>
  </channel>
</rss>

