<?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 sendmail problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3311262#M185637</link>
    <description>Hi, &lt;BR /&gt;Somebody can help  me with this: I have a hpux server and sendmail in this sever. My hpux domain name by example is:&lt;BR /&gt;hpux1.mall.com.ec&lt;BR /&gt;and an user root send emails in this form:&lt;BR /&gt;root@hpux1.mall.com.ec&lt;BR /&gt;&lt;BR /&gt;I need change my email domain in this form:&lt;BR /&gt;mall.com.ec&lt;BR /&gt;I edit the files /etc/resolv.conf in this form:&lt;BR /&gt;mall.com.ec IN MX 10 hpux1.mall.com.ec&lt;BR /&gt;and i edit too /etc/virtusertable and put&lt;BR /&gt;root@mall.com.ec  root&lt;BR /&gt;&lt;BR /&gt;But if i send an email with my user root, the email go to the user in this form root@hpux1.mall.com.ec. but if i receive an email, to the user root@mall.com.ec the email is maping to the user root, it is fine. But the first not, why??&lt;BR /&gt;&lt;BR /&gt;What is the problem?&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Jun 2004 17:17:16 GMT</pubDate>
    <dc:creator>David_550</dc:creator>
    <dc:date>2004-06-21T17:17:16Z</dc:date>
    <item>
      <title>sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3311262#M185637</link>
      <description>Hi, &lt;BR /&gt;Somebody can help  me with this: I have a hpux server and sendmail in this sever. My hpux domain name by example is:&lt;BR /&gt;hpux1.mall.com.ec&lt;BR /&gt;and an user root send emails in this form:&lt;BR /&gt;root@hpux1.mall.com.ec&lt;BR /&gt;&lt;BR /&gt;I need change my email domain in this form:&lt;BR /&gt;mall.com.ec&lt;BR /&gt;I edit the files /etc/resolv.conf in this form:&lt;BR /&gt;mall.com.ec IN MX 10 hpux1.mall.com.ec&lt;BR /&gt;and i edit too /etc/virtusertable and put&lt;BR /&gt;root@mall.com.ec  root&lt;BR /&gt;&lt;BR /&gt;But if i send an email with my user root, the email go to the user in this form root@hpux1.mall.com.ec. but if i receive an email, to the user root@mall.com.ec the email is maping to the user root, it is fine. But the first not, why??&lt;BR /&gt;&lt;BR /&gt;What is the problem?&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jun 2004 17:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3311262#M185637</guid>
      <dc:creator>David_550</dc:creator>
      <dc:date>2004-06-21T17:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3311263#M185638</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You will need to masquerade your domain in your sendmail.cf file in order for the 'send out' to work.&lt;BR /&gt;&lt;BR /&gt;Edit /etc/mail/sendmail.cf file&lt;BR /&gt;&lt;BR /&gt;search for "^DM" and add maill.com.ec to DM entry.&lt;BR /&gt;&lt;BR /&gt;Search for "^CE" and take out root if it is listed. This tells that all the users specified with the macro will be excluded from domain masquerading.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jun 2004 17:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3311263#M185638</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-06-21T17:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3311264#M185639</link>
      <description>Thanks,&lt;BR /&gt;But if i edit  maskarade in sendmail.cf and this server "hpux1" will be "relay" for others email servers (Exchange servers), do this affect to my others emails domain? and all the emails that the hpux1 relay , my hpux1 it masked in this form mall.com.ec??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Help</description>
      <pubDate>Mon, 21 Jun 2004 17:45:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3311264#M185639</guid>
      <dc:creator>David_550</dc:creator>
      <dc:date>2004-06-21T17:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3311265#M185640</link>
      <description>I am not sure if this is what you want but as far as I can see, you want the hpux1 name dropped out of your email address when you send a piece of mail out. What Sri suggested works for every piece of email root user sends out. For a one time change of the sender information you can use -f switch with your sendmail command, i.e., &lt;BR /&gt;&lt;BR /&gt;cat &lt;YOUR_MSG_FILE&gt; |&lt;BR /&gt; sendmail -f root@mall.com.ec receiver@emailaddress.com &lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;/YOUR_MSG_FILE&gt;</description>
      <pubDate>Mon, 21 Jun 2004 17:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3311265#M185640</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-06-21T17:55:34Z</dc:date>
    </item>
  </channel>
</rss>

