<?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: how to i config mail relay in hp-ux 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109780#M905697</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use the DS macro.&lt;BR /&gt;&lt;BR /&gt;Try this doc to setup and test your mail relay.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062972552" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062972552&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The doc id is KBRC00000010&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Nov 2003 11:28:55 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2003-11-04T11:28:55Z</dc:date>
    <item>
      <title>how to i config mail relay in hp-ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109776#M905693</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;i m trying to config a mail relay on my server &lt;BR /&gt;&lt;BR /&gt;can you guide me what to do ? &lt;BR /&gt;i know that i need to config the file /etc/mail/sendmail.cf but i dont know how</description>
      <pubDate>Tue, 04 Nov 2003 09:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109776#M905693</guid>
      <dc:creator>Vered Sokolovsky</dc:creator>
      <dc:date>2003-11-04T09:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to i config mail relay in hp-ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109777#M905694</link>
      <description>Put the entry of your relay server in /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;Modify /etc/mail/sendmail.cf and modify DS macro.&lt;BR /&gt;&lt;BR /&gt;DSabc.xyz.com</description>
      <pubDate>Tue, 04 Nov 2003 09:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109777#M905694</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-11-04T09:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to i config mail relay in hp-ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109778#M905695</link>
      <description>In /etc/mail/sendmail.cf file look for DS macro by /^DS and infront of DS entry put your mail relay domain name.  Like this:&lt;BR /&gt;&lt;BR /&gt;DSyourmailrelayserver.domanname&lt;BR /&gt;&lt;BR /&gt;save and quit and restart the sendmail by &lt;BR /&gt;/sbin/init.d/sendmail stop and /sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Look for log file for the status of every mail in /var/adm/syslog/mail.log file&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2003 09:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109778#M905695</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-11-04T09:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to i config mail relay in hp-ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109779#M905696</link>
      <description>Do you want to #1 configure your server as a mail relay or #2 point it at an existing mail relay?&lt;BR /&gt;&lt;BR /&gt;If #1, then add all ip's or FQDM into /etc/mail/access&lt;BR /&gt;&lt;BR /&gt;127.0.0.1       relay&lt;BR /&gt;192.168.2.1     relay&lt;BR /&gt;somehost.domain.com relay&lt;BR /&gt;anotherhost.yourdomain.com   relay&lt;BR /&gt;&lt;BR /&gt;Then make map it:&lt;BR /&gt;&lt;BR /&gt;makemap hash /etc/mail/access &lt;BR /&gt;Restart sendmail (kill -HUP sendmailpid)&lt;BR /&gt;&lt;BR /&gt;#2 - as other have stated, set the DS macro in sendmail.cf to your mail realy server&lt;BR /&gt;&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DSyourrelayserver&lt;BR /&gt;&lt;BR /&gt;You may also want to set the DM macro as well:&lt;BR /&gt;&lt;BR /&gt;# who I masquerade as (null for no masquerading) (see also $=M)&lt;BR /&gt;DMyourdomain.com&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2003 09:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109779#M905696</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-11-04T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to i config mail relay in hp-ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109780#M905697</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use the DS macro.&lt;BR /&gt;&lt;BR /&gt;Try this doc to setup and test your mail relay.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062972552" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062972552&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The doc id is KBRC00000010&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Nov 2003 11:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109780#M905697</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2003-11-04T11:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to i config mail relay in hp-ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109781#M905698</link>
      <description>Hi Vered,&lt;BR /&gt;&lt;BR /&gt;Refer to the foll. document for info on mail relay.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/44-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/44-toc.html&amp;amp;searchterms=relay%7cmail&amp;amp;queryid=20031104-104019" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/44-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/44-toc.html&amp;amp;searchterms=relay%7cmail&amp;amp;queryid=20031104-104019&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth</description>
      <pubDate>Tue, 04 Nov 2003 12:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109781#M905698</guid>
      <dc:creator>Hemanth Gurunath Basrur</dc:creator>
      <dc:date>2003-11-04T12:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to i config mail relay in hp-ux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109782#M905699</link>
      <description>You have good data on how to relay your servers mail to other servers.&lt;BR /&gt;&lt;BR /&gt;If you need to allow your server to relay mail, its the /etc/mail/access file.&lt;BR /&gt;&lt;BR /&gt;IP_address RELAY&lt;BR /&gt;&lt;BR /&gt;will let you define what servers are allowed to relay mail via the server in question.&lt;BR /&gt;&lt;BR /&gt;Sounds like you want to relay your mail off another box.  Do remember if thats true that you will have to open up that server for relay or the connection will be reset.&lt;BR /&gt;&lt;BR /&gt;A good email diag:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 someone@some.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;You will get good diagnostics from that command.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Tue, 04 Nov 2003 13:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-i-config-mail-relay-in-hp-ux-11-11/m-p/3109782#M905699</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-04T13:32:43Z</dc:date>
    </item>
  </channel>
</rss>

