<?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: How to configure POP in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-pop/m-p/3048748#M6166</link>
    <description>to enable the pop you must issue the following command:&lt;BR /&gt;chkconfig ipop3 on&lt;BR /&gt;&lt;BR /&gt;as for receiving e-mail&lt;BR /&gt;1.see that you mail daemon is listening on relevant IP address (not just 127.0.0.1).&lt;BR /&gt;/etc/mail/sendmail.cf&lt;BR /&gt;2.Check that all your machine names appear in the file&lt;BR /&gt;/etc/mail/local-host-names&lt;BR /&gt;3.if you added reject rules to /etc/mail/access - remove them&lt;BR /&gt;4.restart the service</description>
    <pubDate>Thu, 14 Aug 2003 07:19:53 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2003-08-14T07:19:53Z</dc:date>
    <item>
      <title>How to configure POP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-pop/m-p/3048747#M6165</link>
      <description>I am presently creating a mail server.  I am able to successfully configure sendmail, my main problem now is that I cannot receive mail.  I am suppose to install the pop services but I do not know how. Can anyone help me.  I have already installed imap-2001a-18 as instructed.  By the way I am using Redhat 9.0.</description>
      <pubDate>Thu, 14 Aug 2003 06:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-pop/m-p/3048747#M6165</guid>
      <dc:creator>Francis Ancheta</dc:creator>
      <dc:date>2003-08-14T06:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure POP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-pop/m-p/3048748#M6166</link>
      <description>to enable the pop you must issue the following command:&lt;BR /&gt;chkconfig ipop3 on&lt;BR /&gt;&lt;BR /&gt;as for receiving e-mail&lt;BR /&gt;1.see that you mail daemon is listening on relevant IP address (not just 127.0.0.1).&lt;BR /&gt;/etc/mail/sendmail.cf&lt;BR /&gt;2.Check that all your machine names appear in the file&lt;BR /&gt;/etc/mail/local-host-names&lt;BR /&gt;3.if you added reject rules to /etc/mail/access - remove them&lt;BR /&gt;4.restart the service</description>
      <pubDate>Thu, 14 Aug 2003 07:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-pop/m-p/3048748#M6166</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-08-14T07:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure POP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-pop/m-p/3048749#M6167</link>
      <description>Thanks. I is now working. My main problem now is how do I create more users.  Do I have to create a user in the system one by one or is there an easier way to manage the creation of new accounts.  Is sendmail the best program for this purpose?  I read some articles that is has a lot of security holes.  Why do I get a "sender address rejected error message" in sendmail.  By the way is xinetd the same as inetd?</description>
      <pubDate>Thu, 14 Aug 2003 08:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-pop/m-p/3048749#M6167</guid>
      <dc:creator>Francis Ancheta</dc:creator>
      <dc:date>2003-08-14T08:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure POP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-configure-pop/m-p/3048750#M6168</link>
      <description>1.xinetd is a secure replacement for inetd&lt;BR /&gt;2. There are security holes in every product-you've got to stay tuned with redhat and to install all updates.&lt;BR /&gt;3. There are many programs for e-mail.We use trendmicro's mail server on linux.Neverless I think that sendmail is great -don't forget it's free.&lt;BR /&gt;4.where do you get the error message "sender address rejected error message"-be more specific please+ I recommend you to issue a new call for help.&lt;BR /&gt;5. You can use script to create users.Let's say you want to create 10 users.&lt;BR /&gt;run this script&lt;BR /&gt;&lt;BR /&gt;#!/bin/bash&lt;BR /&gt;for i in `seq 1 10`&lt;BR /&gt;do useradd user$i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;6. you also have to provide them passwords&lt;BR /&gt;&lt;BR /&gt;#!/bin/bash&lt;BR /&gt;for i in `seq 1 10`&lt;BR /&gt;do echo password$i |passwd --stdin user$i&lt;BR /&gt;done</description>
      <pubDate>Thu, 14 Aug 2003 09:24:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-configure-pop/m-p/3048750#M6168</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-08-14T09:24:12Z</dc:date>
    </item>
  </channel>
</rss>

