<?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: SMTP Configuration for root on HP 11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-configuration-for-root-on-hp-11/m-p/2603967#M853129</link>
    <description>Manoj,&lt;BR /&gt;&lt;BR /&gt;If you want to receive mail intended to all the users, the option you have is to create aliases. For ex., if your mail-id is manoj@yourdomain.com, edit your aliases file and keep the following (don't change the default entries).&lt;BR /&gt;&lt;BR /&gt;root:   manoj@yourdomain.com&lt;BR /&gt;&lt;BR /&gt;Run newaliases command to get this into affect.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Tue, 30 Oct 2001 15:02:11 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2001-10-30T15:02:11Z</dc:date>
    <item>
      <title>SMTP Configuration for root on HP 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-configuration-for-root-on-hp-11/m-p/2603963#M853125</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I want to configure SMTP on hp 11. The basic perpose of that to recieve mails from root and all other users on my mailbox when i'm not in the office. I have a SMTP server available in the office.&lt;BR /&gt;Please help me.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manoj</description>
      <pubDate>Tue, 30 Oct 2001 13:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-configuration-for-root-on-hp-11/m-p/2603963#M853125</guid>
      <dc:creator>Manoj Misra</dc:creator>
      <dc:date>2001-10-30T13:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP Configuration for root on HP 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-configuration-for-root-on-hp-11/m-p/2603964#M853126</link>
      <description>If you want to Forward your mail that is being received by root on a server, then create a .forward in the root account.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 30 Oct 2001 13:38:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-configuration-for-root-on-hp-11/m-p/2603964#M853126</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-30T13:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP Configuration for root on HP 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-configuration-for-root-on-hp-11/m-p/2603965#M853127</link>
      <description>hi,&lt;BR /&gt;  &lt;BR /&gt;   If you want mail to be forwarded to&lt;BR /&gt;your personal account (outside office),&lt;BR /&gt;then you can setup a .forward file in&lt;BR /&gt;your home directory and mention your&lt;BR /&gt;email address in the file.   For root&lt;BR /&gt;mails to go into your account, edit&lt;BR /&gt;/etc/mail/aliases and corresponding&lt;BR /&gt;to root entry  add your mail id.&lt;BR /&gt;&lt;BR /&gt;   If you are looking for setting up&lt;BR /&gt;SMTP on your system for the first time,&lt;BR /&gt;then all you need to do is to run&lt;BR /&gt;the sendmail daemon. Go to /etc/rc.config.d/mailsrvs , and&lt;BR /&gt;enable the sendmail option to 1.&lt;BR /&gt;then run /sbin/init.d/sendmail start.&lt;BR /&gt;You can also run sendmail from the command&lt;BR /&gt;line.&lt;BR /&gt;  Since you wanted mail within the local&lt;BR /&gt;system, there is no need for anything else.&lt;BR /&gt;Otherwise you would need to configure&lt;BR /&gt;/etc/mail/sendmail.cf file .&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
      <pubDate>Tue, 30 Oct 2001 13:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-configuration-for-root-on-hp-11/m-p/2603965#M853127</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-10-30T13:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP Configuration for root on HP 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-configuration-for-root-on-hp-11/m-p/2603966#M853128</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;If u want entirely new set up do the following.Do the following. &lt;BR /&gt;(1) Get SMTP relay host name and IP address (Eg: 128.9.7.30 abcd_relay) &lt;BR /&gt;&lt;BR /&gt;For sendmail to be activated to send mail to xxxxx.com. &lt;BR /&gt;&lt;BR /&gt;a)put relay hostname to DS on sendmail.cf in /etc/mail directory (eg: DSabcd_relay). &lt;BR /&gt;&lt;BR /&gt;b)Create nsswitch.conf in /etc by copying nsswitch.file as nsswitch.conf. (IF DNS is not enabled on ur HP server). &lt;BR /&gt;&lt;BR /&gt;c)Add relay host IP entry to /etc/hosts file. (IP of abcd_relay) &lt;BR /&gt;&lt;BR /&gt;d)Stop and start sendmail dameon again. &lt;BR /&gt;&lt;BR /&gt;After this u can send a test mail using &lt;BR /&gt;&lt;BR /&gt;# cat /etc/hosts | mailx -m -s "Test mail " mail_id@xxxx.com &lt;BR /&gt;&lt;BR /&gt;If u want to get all mails to root forarded to ur mail_id then add the following in aliases file in /etc directory &lt;BR /&gt;&lt;BR /&gt;# Unix Administration&lt;BR /&gt;root    :unix_admin&lt;BR /&gt;unix_admin      :mail_ID@xxxx.com (put ur mail id here.)&lt;BR /&gt;&lt;BR /&gt;After changing the aliases file &lt;BR /&gt;&lt;BR /&gt;stop and start sendmail daemon.&lt;BR /&gt;&lt;BR /&gt;Hope this will help U.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Joe.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Oct 2001 14:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-configuration-for-root-on-hp-11/m-p/2603966#M853128</guid>
      <dc:creator>Joseph Chakkery</dc:creator>
      <dc:date>2001-10-30T14:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP Configuration for root on HP 11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-configuration-for-root-on-hp-11/m-p/2603967#M853129</link>
      <description>Manoj,&lt;BR /&gt;&lt;BR /&gt;If you want to receive mail intended to all the users, the option you have is to create aliases. For ex., if your mail-id is manoj@yourdomain.com, edit your aliases file and keep the following (don't change the default entries).&lt;BR /&gt;&lt;BR /&gt;root:   manoj@yourdomain.com&lt;BR /&gt;&lt;BR /&gt;Run newaliases command to get this into affect.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 30 Oct 2001 15:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-configuration-for-root-on-hp-11/m-p/2603967#M853129</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-30T15:02:11Z</dc:date>
    </item>
  </channel>
</rss>

