<?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 Setup Mailbox, help! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mailbox-help/m-p/2556704#M887129</link>
    <description>Dear all hpux experts.&lt;BR /&gt;&lt;BR /&gt;I found that hpux 11 could be setup a mailbox, it allow for all the user to send thier emails via hpux instead of other email server.&lt;BR /&gt;&lt;BR /&gt;But I quite new in hpux and seeking for help how do I setup a mail box via hpux 11.&lt;BR /&gt;&lt;BR /&gt;1. What are the proper procedure that need to be setup?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Jul 2001 00:44:41 GMT</pubDate>
    <dc:creator>Peston Foong</dc:creator>
    <dc:date>2001-07-25T00:44:41Z</dc:date>
    <item>
      <title>Setup Mailbox, help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mailbox-help/m-p/2556704#M887129</link>
      <description>Dear all hpux experts.&lt;BR /&gt;&lt;BR /&gt;I found that hpux 11 could be setup a mailbox, it allow for all the user to send thier emails via hpux instead of other email server.&lt;BR /&gt;&lt;BR /&gt;But I quite new in hpux and seeking for help how do I setup a mail box via hpux 11.&lt;BR /&gt;&lt;BR /&gt;1. What are the proper procedure that need to be setup?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jul 2001 00:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mailbox-help/m-p/2556704#M887129</guid>
      <dc:creator>Peston Foong</dc:creator>
      <dc:date>2001-07-25T00:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Mailbox, help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mailbox-help/m-p/2556705#M887130</link>
      <description>very simple program is just call elm</description>
      <pubDate>Wed, 25 Jul 2001 01:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mailbox-help/m-p/2556705#M887130</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-07-25T01:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Mailbox, help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mailbox-help/m-p/2556706#M887131</link>
      <description>Hi, Printapor.&lt;BR /&gt;&lt;BR /&gt;elm. How do I send the email out? How to I setup the mail account? For example, users login is sysmis01, sysmis02, sysmis03..sysmis09.&lt;BR /&gt;&lt;BR /&gt;If I want to send email to sysmis03. Then I just write send to: sysmis03.&lt;BR /&gt;&lt;BR /&gt;But he(sysmis03) couldn't receive my email after a email been sent to sysmis03?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance. Who those know this problem please help. Thank you so much.&lt;BR /&gt;&lt;BR /&gt;Redards,&lt;BR /&gt;Peston.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jul 2001 01:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mailbox-help/m-p/2556706#M887131</guid>
      <dc:creator>Peston Foong</dc:creator>
      <dc:date>2001-07-25T01:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Mailbox, help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mailbox-help/m-p/2556707#M887132</link>
      <description>This is one way:-&lt;BR /&gt;&lt;BR /&gt;1.check whether the sendmail is running on the system ( ps -ef | grep sendmail ) , if not , edit the file /etc/rc.config.d/mailservs , set the SENDMAIL_SERVER to 1 . and start sendmail daemon (/sbin/init.d/sendmail start)&lt;BR /&gt;&lt;BR /&gt;2. Then use : mailx user@system2 to give a mail to user on system2.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jul 2001 04:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mailbox-help/m-p/2556707#M887132</guid>
      <dc:creator>Frank Li</dc:creator>
      <dc:date>2001-07-25T04:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Mailbox, help!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setup-mailbox-help/m-p/2556708#M887133</link>
      <description>There are a few things to check first:&lt;BR /&gt;&lt;BR /&gt;1. Set up mail aliases&lt;BR /&gt;2. Make sure that your DNS is setup correctly&lt;BR /&gt;3. Make sure that your /etc/mail/sendmail.cw &lt;BR /&gt;has your domain.&lt;BR /&gt;4. Sendmail is running. (use ps -ef |grep sendmail)&lt;BR /&gt;&lt;BR /&gt;Have something similar to this:&lt;BR /&gt;&lt;BR /&gt;/etc/mail/alaises&lt;BR /&gt;# Local aliases&lt;BR /&gt;sysadmin:  your.name@yourdomain.com&lt;BR /&gt;&lt;BR /&gt;/etc/mail/sendmail.cw&lt;BR /&gt;localhost&lt;BR /&gt;system1.yourdomain.com&lt;BR /&gt;&lt;BR /&gt;Try this to mail yourself&lt;BR /&gt;# elm -s "test" your.name@yourdomain.com&lt;BR /&gt;&lt;BR /&gt;You may get a message about setting up directories just say "yes"&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
      <pubDate>Wed, 25 Jul 2001 04:35:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setup-mailbox-help/m-p/2556708#M887133</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-07-25T04:35:02Z</dc:date>
    </item>
  </channel>
</rss>

