<?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: Convert the mail server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/convert-the-mail-server/m-p/5248142#M52404</link>
    <description>This may not be a simple task.&lt;BR /&gt;&lt;BR /&gt;"Linux 4.8" is ambiguous - what is the name of the Linux distribution? RedHat, SuSE, Debian, something else?&lt;BR /&gt;&lt;BR /&gt;The first step would be understanding the old mail server configuration. Is the old server using HP-UX default sendmail, or something else? (an optional Sendmail upgrade from software.hp.com? Postfix? Some other mail server software?)&lt;BR /&gt;&lt;BR /&gt;Where are the user mailbox files/directories and how are they accessed? (IMAP? POP? Mail directory NFS-exported to all unix/Linux systems on site? Some database?)&lt;BR /&gt;&lt;BR /&gt;If Sendmail is used, is it in HP-UX default configuration?&lt;BR /&gt;&lt;BR /&gt;Compare the main configuration file /etc/mail/sendmail.cf to the HP-UX factory default configuration file /usr/newconfig/etc/mail/sendmail.cf. Note any differences, and find out what they mean.&lt;BR /&gt;&lt;BR /&gt;Also review the other configuration files in /etc/mail. Find the things you need to migrate to the new server. You may find some old configurations that nobody knows about any more: find out if they are really needed or not, and document them. Migrate only what's really needed.&lt;BR /&gt;&lt;BR /&gt;The next step is to choose the mail server program in your new server. Most Linux distributions have multiple choices: at least Sendmail and Postfix are available, often also Exim and maybe Qmail too. &lt;BR /&gt;&lt;BR /&gt;I would prefer Postfix: it has good documentation freely available (see &lt;A href="http://www.postfix.org)." target="_blank"&gt;www.postfix.org).&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;If you choose Sendmail, get the "Sendmail" book from O'Reilly: in my opinion, it is *essential* for Sendmail administrators.&lt;BR /&gt;(The book is huge, but don't be scared. Most of it is reference documentation: in most cases, you only have to really read only the first few chapters, then use the Table of Contents to find the parts you need in the reference section.)&lt;BR /&gt;&lt;BR /&gt;Even if you choose Sendmail as your new mail server software, you cannot just copy the configuration file from HP-UX to Linux: when HP integrated sendmail to HP-UX, they developed a customized configuration file that is tailored to HP-UX. &lt;BR /&gt;&lt;BR /&gt;In HP-UX, some (very limited) customizations can be made directly to /etc/mail/sendmail.cf and they will automatically be preserved when sendmail patches are installed; but in some Linux distributions, the (machine-friendly) sendmail.cf may be autogenerated from a (human-friendly) sendmail.mc file each time a patch is installed. So if you need a custom configuration, you should probably learn to use sendmail.mc in the new system.&lt;BR /&gt;&lt;BR /&gt;Once you know all this, you can begin to design the real migration steps.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Mon, 19 Jul 2010 10:02:33 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-07-19T10:02:33Z</dc:date>
    <item>
      <title>Convert the mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/convert-the-mail-server/m-p/5248141#M52403</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;We are looking to change the present working mail server HP unix in to Linux 4.8&lt;BR /&gt;&lt;BR /&gt;What are steps dat we has to do in both server, if any one knows please help us&lt;BR /&gt;&lt;BR /&gt;Linux 4.8 server status,after instalation, only telnet is enabled</description>
      <pubDate>Mon, 19 Jul 2010 08:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/convert-the-mail-server/m-p/5248141#M52403</guid>
      <dc:creator>Renjus</dc:creator>
      <dc:date>2010-07-19T08:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/convert-the-mail-server/m-p/5248142#M52404</link>
      <description>This may not be a simple task.&lt;BR /&gt;&lt;BR /&gt;"Linux 4.8" is ambiguous - what is the name of the Linux distribution? RedHat, SuSE, Debian, something else?&lt;BR /&gt;&lt;BR /&gt;The first step would be understanding the old mail server configuration. Is the old server using HP-UX default sendmail, or something else? (an optional Sendmail upgrade from software.hp.com? Postfix? Some other mail server software?)&lt;BR /&gt;&lt;BR /&gt;Where are the user mailbox files/directories and how are they accessed? (IMAP? POP? Mail directory NFS-exported to all unix/Linux systems on site? Some database?)&lt;BR /&gt;&lt;BR /&gt;If Sendmail is used, is it in HP-UX default configuration?&lt;BR /&gt;&lt;BR /&gt;Compare the main configuration file /etc/mail/sendmail.cf to the HP-UX factory default configuration file /usr/newconfig/etc/mail/sendmail.cf. Note any differences, and find out what they mean.&lt;BR /&gt;&lt;BR /&gt;Also review the other configuration files in /etc/mail. Find the things you need to migrate to the new server. You may find some old configurations that nobody knows about any more: find out if they are really needed or not, and document them. Migrate only what's really needed.&lt;BR /&gt;&lt;BR /&gt;The next step is to choose the mail server program in your new server. Most Linux distributions have multiple choices: at least Sendmail and Postfix are available, often also Exim and maybe Qmail too. &lt;BR /&gt;&lt;BR /&gt;I would prefer Postfix: it has good documentation freely available (see &lt;A href="http://www.postfix.org)." target="_blank"&gt;www.postfix.org).&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;If you choose Sendmail, get the "Sendmail" book from O'Reilly: in my opinion, it is *essential* for Sendmail administrators.&lt;BR /&gt;(The book is huge, but don't be scared. Most of it is reference documentation: in most cases, you only have to really read only the first few chapters, then use the Table of Contents to find the parts you need in the reference section.)&lt;BR /&gt;&lt;BR /&gt;Even if you choose Sendmail as your new mail server software, you cannot just copy the configuration file from HP-UX to Linux: when HP integrated sendmail to HP-UX, they developed a customized configuration file that is tailored to HP-UX. &lt;BR /&gt;&lt;BR /&gt;In HP-UX, some (very limited) customizations can be made directly to /etc/mail/sendmail.cf and they will automatically be preserved when sendmail patches are installed; but in some Linux distributions, the (machine-friendly) sendmail.cf may be autogenerated from a (human-friendly) sendmail.mc file each time a patch is installed. So if you need a custom configuration, you should probably learn to use sendmail.mc in the new system.&lt;BR /&gt;&lt;BR /&gt;Once you know all this, you can begin to design the real migration steps.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 19 Jul 2010 10:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/convert-the-mail-server/m-p/5248142#M52404</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-07-19T10:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Convert the mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/convert-the-mail-server/m-p/5248143#M52405</link>
      <description>k</description>
      <pubDate>Thu, 22 Jul 2010 14:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/convert-the-mail-server/m-p/5248143#M52405</guid>
      <dc:creator>Renjus</dc:creator>
      <dc:date>2010-07-22T14:36:41Z</dc:date>
    </item>
  </channel>
</rss>

