<?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 Changing sendmail domain in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038385#M906403</link>
    <description>Hi pals,&lt;BR /&gt;&lt;BR /&gt;Our company are changing teh name. First we have changed our domain addresses in stanadar email service, but old domain names are keep at present on HP-UX boxes, hoeever is necessary mask this old domain to the new domain.&lt;BR /&gt;&lt;BR /&gt;This look easy into /etc/mail/sendmail.cf file setting appropriately Dj option:&lt;BR /&gt;Dj$w.newdomain.com&lt;BR /&gt;&lt;BR /&gt;However I dont need show hostname ($w), just need show user.newdomain.com, Does somebody know how?&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
    <pubDate>Thu, 31 Jul 2003 13:03:46 GMT</pubDate>
    <dc:creator>Jose Mosquera</dc:creator>
    <dc:date>2003-07-31T13:03:46Z</dc:date>
    <item>
      <title>Changing sendmail domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038385#M906403</link>
      <description>Hi pals,&lt;BR /&gt;&lt;BR /&gt;Our company are changing teh name. First we have changed our domain addresses in stanadar email service, but old domain names are keep at present on HP-UX boxes, hoeever is necessary mask this old domain to the new domain.&lt;BR /&gt;&lt;BR /&gt;This look easy into /etc/mail/sendmail.cf file setting appropriately Dj option:&lt;BR /&gt;Dj$w.newdomain.com&lt;BR /&gt;&lt;BR /&gt;However I dont need show hostname ($w), just need show user.newdomain.com, Does somebody know how?&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Thu, 31 Jul 2003 13:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038385#M906403</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-07-31T13:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Changing sendmail domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038386#M906404</link>
      <description>Take out the $w&lt;BR /&gt;&lt;BR /&gt;Djyourdomain.com&lt;BR /&gt;&lt;BR /&gt;If the domain name is 8 characters or less you can do this:&lt;BR /&gt;&lt;BR /&gt;in /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;Change the hostname to fully qualified.&lt;BR /&gt;&lt;BR /&gt;hpmail becomes&lt;BR /&gt;&lt;BR /&gt;hpmail.domain.com&lt;BR /&gt;&lt;BR /&gt;Sendmail will automatically pick that up on outbound mail.&lt;BR /&gt;&lt;BR /&gt;There will be no neagtive impact.  You will need to restart swagentd to install software and its a good idea after such a change to boot.&lt;BR /&gt;&lt;BR /&gt;If you change the hostname, comment out the Dj dierctive in sendmail.cf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 31 Jul 2003 13:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038386#M906404</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-31T13:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing sendmail domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038387#M906405</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;I had already attempted it and **surprisingly** this has a special behavior when the domain begins with the letter "d" and have three chars lenght, in our case dhl.com, when you configure it "Djdhl.com" a dead letter it is created. Some trick to solve this?&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Thu, 31 Jul 2003 13:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038387#M906405</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-07-31T13:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Changing sendmail domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038388#M906406</link>
      <description>Hi Jos?? Maria,&lt;BR /&gt;&lt;BR /&gt;I think that you need a blank space like that:&lt;BR /&gt;D dhl.com&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Thu, 31 Jul 2003 13:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038388#M906406</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2003-07-31T13:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing sendmail domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038389#M906407</link>
      <description>In your /etc/hosts file, &lt;BR /&gt;Put first entry with full qualified domain name and then try. &lt;BR /&gt;Dj.dhl.com should not give you any problem though but try that hosts entry&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA..</description>
      <pubDate>Thu, 31 Jul 2003 14:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038389#M906407</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-07-31T14:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Changing sendmail domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038390#M906408</link>
      <description>I've only done this with my own domain&lt;BR /&gt;&lt;BR /&gt;investmenttool.com&lt;BR /&gt;&lt;BR /&gt;Djinvestmenttool.com&lt;BR /&gt;&lt;BR /&gt;If there is something special about d, I've not heard about it.&lt;BR /&gt;&lt;BR /&gt;If a space is required, I believe the syntax should be...&lt;BR /&gt;&lt;BR /&gt;Dj domain.com&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 31 Jul 2003 14:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-sendmail-domain/m-p/3038390#M906408</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-31T14:22:57Z</dc:date>
    </item>
  </channel>
</rss>

