<?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/2860914#M937249</link>
    <description>Hi,&lt;BR /&gt;You have to activate the virtusertable option, in config.m4 or by hand in sendmail.cf,&lt;BR /&gt;Then in the text file (virtusertable), just use this syntax :&lt;BR /&gt;test1@domain.com test1@serverA.domain.com&lt;BR /&gt;&lt;BR /&gt;test2@domain.com test2@serverA.domain.com&lt;BR /&gt;&lt;BR /&gt;test3@domain.com test2@serverB.domain.com&lt;BR /&gt;&lt;BR /&gt;and so on...&lt;BR /&gt;It's not easy because you have to define all the users but it works...&lt;BR /&gt;&lt;BR /&gt;To redirect a whole domain (multi domain relay) you can use %1 :&lt;BR /&gt;example &lt;BR /&gt;@domain1.com %1@serverA.domain.com&lt;BR /&gt;@domain2.com %1@serverB.domain.com&lt;BR /&gt;&lt;BR /&gt;remap your file or start/stop sendmail, and it should be OK !&lt;BR /&gt;hth&lt;BR /&gt;Benoit&lt;BR /&gt;_____&lt;BR /&gt;L'art d'??crire pr??c??de la pens??e.&lt;BR /&gt;Emile Chartier, dit Alain, Propos de litt??rature&lt;BR /&gt;</description>
    <pubDate>Tue, 10 Dec 2002 09:35:45 GMT</pubDate>
    <dc:creator>benoit Bruckert</dc:creator>
    <dc:date>2002-12-10T09:35:45Z</dc:date>
    <item>
      <title>Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2860913#M937248</link>
      <description>Hi guys&lt;BR /&gt;&lt;BR /&gt;I'm tryng to configure a mail server on hpux 11.00 with sendmail. My question is: can i have 2 mail server on the same domain that they work in this way:&lt;BR /&gt;ServerA with user test1@domain.com test2@domai.com&lt;BR /&gt;&lt;BR /&gt;ServerB with user test3@domain.com and test4@domain.com.&lt;BR /&gt;&lt;BR /&gt;On sendmail site i have found that i can configure a mail server with user and bkup server for relay.&lt;BR /&gt;&lt;BR /&gt;someone know how is possible??&lt;BR /&gt;&lt;BR /&gt;tnx&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Dec 2002 09:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2860913#M937248</guid>
      <dc:creator>Domenico_5</dc:creator>
      <dc:date>2002-12-10T09:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2860914#M937249</link>
      <description>Hi,&lt;BR /&gt;You have to activate the virtusertable option, in config.m4 or by hand in sendmail.cf,&lt;BR /&gt;Then in the text file (virtusertable), just use this syntax :&lt;BR /&gt;test1@domain.com test1@serverA.domain.com&lt;BR /&gt;&lt;BR /&gt;test2@domain.com test2@serverA.domain.com&lt;BR /&gt;&lt;BR /&gt;test3@domain.com test2@serverB.domain.com&lt;BR /&gt;&lt;BR /&gt;and so on...&lt;BR /&gt;It's not easy because you have to define all the users but it works...&lt;BR /&gt;&lt;BR /&gt;To redirect a whole domain (multi domain relay) you can use %1 :&lt;BR /&gt;example &lt;BR /&gt;@domain1.com %1@serverA.domain.com&lt;BR /&gt;@domain2.com %1@serverB.domain.com&lt;BR /&gt;&lt;BR /&gt;remap your file or start/stop sendmail, and it should be OK !&lt;BR /&gt;hth&lt;BR /&gt;Benoit&lt;BR /&gt;_____&lt;BR /&gt;L'art d'??crire pr??c??de la pens??e.&lt;BR /&gt;Emile Chartier, dit Alain, Propos de litt??rature&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Dec 2002 09:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2860914#M937249</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-12-10T09:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2860915#M937250</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Install Sendmail in two servers.&lt;BR /&gt;&lt;BR /&gt;Server A:&lt;BR /&gt;&lt;BR /&gt;Edit /etc/mail/local-host-names&lt;BR /&gt;Put this entries&lt;BR /&gt;domain.com&lt;BR /&gt;ServerA.domain.com&lt;BR /&gt;&lt;BR /&gt;Edit /etc/mail/virtualusertable&lt;BR /&gt;&lt;BR /&gt;Put this entries and save&lt;BR /&gt;&lt;BR /&gt;test1@domain.com test1@serverA.domain.com &lt;BR /&gt;test2@domain.com test2@serverA.domain.com &lt;BR /&gt;test3@domain.com test2@serverB.domain.com &lt;BR /&gt;......&lt;BR /&gt;......&lt;BR /&gt;&lt;BR /&gt;Then Run this command&lt;BR /&gt;&lt;BR /&gt;#makemap dbm /etc/mail/virtusertable &amp;lt; /etc/mail/virtusertable&lt;BR /&gt;&lt;BR /&gt;Start Sendmail .&lt;BR /&gt;&lt;BR /&gt;Server B:&lt;BR /&gt;&lt;BR /&gt;Edit /etc/mail/local-host-names&lt;BR /&gt;Put this entries&lt;BR /&gt;domain.com&lt;BR /&gt;ServerB.domain.com&lt;BR /&gt;&lt;BR /&gt;Repeat other steps as Server A&lt;BR /&gt;&lt;BR /&gt;Start Sendmail .&lt;BR /&gt;&lt;BR /&gt;Edit your DNS server's Zone file and add this records.&lt;BR /&gt;&lt;BR /&gt;domain.com.          IN  MX  10    ServerA.yourdomain.com.&lt;BR /&gt;domain.com.          IN  MX  10    ServerB.otherdomain.com.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Dec 2002 10:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2860915#M937250</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-12-10T10:24:51Z</dc:date>
    </item>
  </channel>
</rss>

