<?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: mailx - sendmail configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994987#M423147</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;By default, sendmail can send mail to the Internet. You need change nothing.&lt;BR /&gt;&lt;BR /&gt;All you need to do is make sure /etc/resolv.conf permits resolution of host names. You mail might not be accepted without configuration and Reverse DNS addresses, but that is not the question posed.&lt;BR /&gt;&lt;BR /&gt;To use a relay server.&lt;BR /&gt;&lt;BR /&gt;vi /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Change&lt;BR /&gt;DS&lt;BR /&gt;&lt;BR /&gt;DSrelayserver&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;[ip of relay server]&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;DS&lt;BR /&gt;[192.168.0.10]&lt;BR /&gt;&lt;BR /&gt;Where 192.168.0.10 is the ip address of the relay (smtp) server.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/semdmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Then test:&lt;BR /&gt;sendmail -v -d8.99 -d38.99 someone@yahoo.com&lt;BR /&gt;&lt;ENTER&gt;&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;&lt;BR /&gt;Watch the diagnostic flow.&lt;BR /&gt;&lt;BR /&gt;mailq will show whether the mail is queued for local delivery or made it off the system.&lt;BR /&gt;&lt;BR /&gt;mailx uses sendmail as its MTA&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
    <pubDate>Thu, 03 Aug 2006 03:43:40 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-08-03T03:43:40Z</dc:date>
    <item>
      <title>mailx - sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994986#M423146</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I need to know how to configure sendmail to send mail on internet.&lt;BR /&gt;I have already an account and smtp server.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 03 Aug 2006 03:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994986#M423146</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-08-03T03:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: mailx - sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994987#M423147</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;By default, sendmail can send mail to the Internet. You need change nothing.&lt;BR /&gt;&lt;BR /&gt;All you need to do is make sure /etc/resolv.conf permits resolution of host names. You mail might not be accepted without configuration and Reverse DNS addresses, but that is not the question posed.&lt;BR /&gt;&lt;BR /&gt;To use a relay server.&lt;BR /&gt;&lt;BR /&gt;vi /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Change&lt;BR /&gt;DS&lt;BR /&gt;&lt;BR /&gt;DSrelayserver&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;[ip of relay server]&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;DS&lt;BR /&gt;[192.168.0.10]&lt;BR /&gt;&lt;BR /&gt;Where 192.168.0.10 is the ip address of the relay (smtp) server.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/semdmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Then test:&lt;BR /&gt;sendmail -v -d8.99 -d38.99 someone@yahoo.com&lt;BR /&gt;&lt;ENTER&gt;&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;&lt;BR /&gt;Watch the diagnostic flow.&lt;BR /&gt;&lt;BR /&gt;mailq will show whether the mail is queued for local delivery or made it off the system.&lt;BR /&gt;&lt;BR /&gt;mailx uses sendmail as its MTA&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Thu, 03 Aug 2006 03:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994987#M423147</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-03T03:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: mailx - sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994988#M423148</link>
      <description>Hi Alpha977,&lt;BR /&gt;&lt;BR /&gt;You can check the url below for configuring sendmail :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-6611/ch02s01.html" target="_blank"&gt;http://docs.hp.com/en/5991-6611/ch02s01.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And check the thread below :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=992396&amp;amp;admit=-682735245+1154594692100+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=992396&amp;amp;admit=-682735245+1154594692100+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And also this as you need to relay the mail to your mail server that connected to the internet :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_sendmail_EN_01_E/relaying_smarthost2.htm" target="_blank"&gt;http://www2.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_sendmail_EN_01_E/relaying_smarthost2.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 03:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994988#M423148</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2006-08-03T03:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: mailx - sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994989#M423149</link>
      <description>Thank guys, but don't work... i have follow the topics of forum you send me, but don't work...&lt;BR /&gt;&lt;BR /&gt;i don't understand...&lt;BR /&gt;&lt;BR /&gt;i have the smtp server (exapmle smtp.server.com)&lt;BR /&gt;&lt;BR /&gt;the accont of the system is (sysadm@server.com)&lt;BR /&gt;&lt;BR /&gt;How i can configure with this parameter?</description>
      <pubDate>Thu, 03 Aug 2006 04:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994989#M423149</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-08-03T04:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: mailx - sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994990#M423150</link>
      <description>&lt;BR /&gt;I receive this error:&lt;BR /&gt;&lt;BR /&gt;#sendmail -v -d8.99 -d38.99 my.name@domain.com&lt;BR /&gt;getcanonname(umgl008l), trying files&lt;BR /&gt;text_getcanonname(umgl008l)&lt;BR /&gt;getcanonname(umgl008l), trying dns&lt;BR /&gt;dns_getcanonname(umgl008l, trymx=1)&lt;BR /&gt;dns_getcanonname: trying umgl008l.domain.com (ANY)&lt;BR /&gt;;; res_querydomain(umgl008l, domain.com, 1, 255)&lt;BR /&gt;;; res_query(umgl008l.domain.com, 1, 255)&lt;BR /&gt;;; Querying server (# 1) address = 172.31.32.11&lt;BR /&gt;;; rcode = 3, ancount=0&lt;BR /&gt;        NO: errno=0, h_errno=1&lt;BR /&gt;getcanonname(umgl008l), trying files&lt;BR /&gt;text_getcanonname(umgl008l)&lt;BR /&gt;getcanonname(umgl008l), trying dns&lt;BR /&gt;dns_getcanonname(umgl008l, trymx=1)&lt;BR /&gt;dns_getcanonname: trying umgl008l.domain.com (ANY)&lt;BR /&gt;;; res_querydomain(umgl008l, domain.com, 1, 255)&lt;BR /&gt;;; res_query(umgl008l.domain.com, 1, 255)&lt;BR /&gt;;; Querying server (# 1) address = 172.31.32.11&lt;BR /&gt;;; rcode = 3, ancount=0&lt;BR /&gt;        NO: errno=0, h_errno=1&lt;BR /&gt;getcanonname(umgl008l), failed, stat=68&lt;BR /&gt;seq_map_parse(aliases.files, )&lt;BR /&gt;WARNING: local host name (umgl008l) is not qualified; fix $j in config file&lt;BR /&gt;map_init(sequence:aliases.files, NULL, 0)&lt;BR /&gt;        sequence:aliases.files NULL: valid&lt;BR /&gt;map_init(implicit:Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;        wrong pass (pass = 0, rebuildable = 1)&lt;BR /&gt;map_init(host:host, NULL, 0)&lt;BR /&gt;        host:host NULL: valid&lt;BR /&gt;map_init(switch:aliases, aliases, 0)&lt;BR /&gt;switch_map_open(aliases, aliases, 0)&lt;BR /&gt;        switch_map_find =&amp;gt; 2&lt;BR /&gt;                files&lt;BR /&gt;                files&lt;BR /&gt;        map_stack[0] = sequence:aliases.files&lt;BR /&gt;        map_stack[1] = sequence:aliases.files&lt;BR /&gt;        switch:aliases aliases: valid&lt;BR /&gt;map_init(dequote:dequote, NULL, 0)&lt;BR /&gt;        dequote:dequote NULL: valid&lt;BR /&gt;map_init(host:resolve, NULL, 0)&lt;BR /&gt;        host:resolve NULL: valid&lt;BR /&gt;map_init(sequence:aliases.files, NULL, 1)&lt;BR /&gt;        wrong pass (pass = 1, rebuildable = 0)&lt;BR /&gt;map_init(implicit:Alias0, /etc/mail/aliases, 1)&lt;BR /&gt;impl_map_open(Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;hash_map_open(Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;impl_map_lookup(Alias0, @)&lt;BR /&gt;db_map_lookup(Alias0, @)&lt;BR /&gt;impl_map_close(Alias0, /etc/mail/aliases, 1b83)&lt;BR /&gt;db_map_close(Alias0, /etc/mail/aliases, 1b83)&lt;BR /&gt;impl_map_open(Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;hash_map_open(Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;impl_map_lookup(Alias0, @)&lt;BR /&gt;db_map_lookup(Alias0, @)&lt;BR /&gt;impl_map_close(Alias0, /etc/mail/aliases, 1b83)&lt;BR /&gt;db_map_close(Alias0, /etc/mail/aliases, 1b83)&lt;BR /&gt;impl_map_open(Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;hash_map_open(Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;impl_map_lookup(Alias0, @)&lt;BR /&gt;db_map_lookup(Alias0, @)&lt;BR /&gt;impl_map_close(Alias0, /etc/mail/aliases, 1b83)&lt;BR /&gt;db_map_close(Alias0, /etc/mail/aliases, 1b83)&lt;BR /&gt;closemaps: closing aliases.files (NULL)&lt;BR /&gt;closemaps: closing host (NULL)&lt;BR /&gt;closemaps: closing aliases (aliases)&lt;BR /&gt;closemaps: closing dequote (NULL)&lt;BR /&gt;closemaps: closing resolve (NULL)</description>
      <pubDate>Thu, 03 Aug 2006 05:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994990#M423150</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-08-03T05:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: mailx - sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994991#M423151</link>
      <description>You need to qualify your hostname. Either ensure that your MX records are properly setup or the first line of /etc/hosts is the FQDN and then check that nslookup of your hostname returns the FQDN.&lt;BR /&gt;&lt;BR /&gt;Or modify the sendmail.cf file by adding a similar line like this:&lt;BR /&gt;Dj$w.domainname.com</description>
      <pubDate>Thu, 03 Aug 2006 06:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994991#M423151</guid>
      <dc:creator>Mancboy</dc:creator>
      <dc:date>2006-08-03T06:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: mailx - sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994992#M423152</link>
      <description>ok, but the machine is not connected to a domain...&lt;BR /&gt;&lt;BR /&gt;How i can do?&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 06:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994992#M423152</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-08-03T06:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: mailx - sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994993#M423153</link>
      <description>just put in domain.com as the domain.&lt;BR /&gt;it's purely cosmetic and only really used (I think anyway:-) ) for reverse DNS look ups.&lt;BR /&gt;&lt;BR /&gt;When you connect to a remote sendmail server, the first your server does is to announce itself. Some remote sendmails will try and double check who you say you are against your IP address.</description>
      <pubDate>Thu, 03 Aug 2006 06:39:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994993#M423153</guid>
      <dc:creator>Mancboy</dc:creator>
      <dc:date>2006-08-03T06:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: mailx - sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994994#M423154</link>
      <description>Thanks now all works!!! :)&lt;BR /&gt;&lt;BR /&gt;Thanks to all!</description>
      <pubDate>Thu, 03 Aug 2006 07:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994994#M423154</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-08-03T07:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: mailx - sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994995#M423155</link>
      <description>Thanks to all!&lt;BR /&gt;&lt;BR /&gt;Was a domain problem!</description>
      <pubDate>Thu, 03 Aug 2006 07:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-sendmail-configuration/m-p/4994995#M423155</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2006-08-03T07:47:23Z</dc:date>
    </item>
  </channel>
</rss>

