<?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: Configuring pop3 mail server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885746#M3433</link>
    <description>Umm Steve, you do know that RH7+ comes with a Make script which does everything except for 'newalaises' and the 'm4' for the 'cf' file?&lt;BR /&gt;&lt;BR /&gt;In RH8, it does that as well!&lt;BR /&gt;&lt;BR /&gt;You just need to change to /etc/mail/, and issue 'make'.&lt;BR /&gt;&lt;BR /&gt;To make life even easier, if you start/stop sendmail using /etc/init.d/sendmail start/stop, it does all of that for you anyway!&lt;BR /&gt;&lt;BR /&gt;.. once again, this is on a RH box ..</description>
    <pubDate>Tue, 21 Jan 2003 04:42:15 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2003-01-21T04:42:15Z</dc:date>
    <item>
      <title>Configuring pop3 mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885739#M3426</link>
      <description>I have the below services running&lt;BR /&gt;&lt;BR /&gt;ipop3&lt;BR /&gt;pop3s&lt;BR /&gt;imap&lt;BR /&gt;imaps&lt;BR /&gt;&lt;BR /&gt;I've tried to set up this pop3 mail server, but when I try and send mail from the pop3 client. I get a message saying that it cannot connect to port 25 (ssl) on the server. I can retreive my mail from the pop3 server with the client, but not send.&lt;BR /&gt;Any ideas of things to try?</description>
      <pubDate>Mon, 20 Jan 2003 16:13:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885739#M3426</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2003-01-20T16:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring pop3 mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885740#M3427</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;Mail is sent via SMTP.  You will need to install and configure a SMTP server.  The most common of these would be:&lt;BR /&gt;&lt;BR /&gt;Sendmail&lt;BR /&gt;Postfix&lt;BR /&gt;Exim&lt;BR /&gt;&lt;BR /&gt;Any of those should get you going...&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 20 Jan 2003 17:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885740#M3427</guid>
      <dc:creator>Tony Contratto</dc:creator>
      <dc:date>2003-01-20T17:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring pop3 mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885741#M3428</link>
      <description>service ipchains stop&lt;BR /&gt;or&lt;BR /&gt;service iptables stop&lt;BR /&gt;&lt;BR /&gt;Make sure the firewall isn't messing with you.&lt;BR /&gt;&lt;BR /&gt;check the configuration of which firewall you are using in /etc/sysconfig&lt;BR /&gt;&lt;BR /&gt;Make sure port 110 is open for popmail and 25 is open for sendmail&lt;BR /&gt;&lt;BR /&gt;When doing sendmail, you need to be strict about what if any servers are allowed to relay on port 25.  If you are exposed to the net, you don't want to be a spam relay center.&lt;BR /&gt;&lt;BR /&gt;About half the time when something doesn't work on my two Linux boxes(upon which a web hosting biz rests) its the flipping firewall.  Or to be more accurate, what sysadmin(me) did to the firewall.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Mon, 20 Jan 2003 20:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885741#M3428</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-20T20:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring pop3 mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885742#M3429</link>
      <description>A little more backgroud.&lt;BR /&gt;&lt;BR /&gt;contents of /etc/xinetd.conf&lt;BR /&gt;&lt;BR /&gt;[root@jerusalem root]# cd /etc/&lt;BR /&gt;[root@jerusalem etc]# more xinetd.conf&lt;BR /&gt;#&lt;BR /&gt;# Simple configuration file for xinetd&lt;BR /&gt;#&lt;BR /&gt;# Some defaults, and include /etc/xinetd.d/&lt;BR /&gt;&lt;BR /&gt;defaults&lt;BR /&gt;{&lt;BR /&gt;        instances               = 60&lt;BR /&gt;        log_type                = SYSLOG authpriv&lt;BR /&gt;        log_on_success          = HOST PID&lt;BR /&gt;        log_on_failure          = HOST&lt;BR /&gt;        cps                     = 25 30&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;includedir /etc/xinetd.d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pop3s file in the above directory.&lt;BR /&gt;&lt;BR /&gt;Counter intuitive as it is no to let the service enable.&lt;BR /&gt;&lt;BR /&gt;# default: off&lt;BR /&gt;# description: The POP3S service allows remote users to access their mail #              using an POP3 client with SSL support such as fetchmail.&lt;BR /&gt;service pop3s&lt;BR /&gt;{&lt;BR /&gt;        socket_type             = stream&lt;BR /&gt;        wait                    = no&lt;BR /&gt;        user                    = root&lt;BR /&gt;        server                  = /usr/sbin/ipop3d&lt;BR /&gt;        log_on_success  += HOST DURATION&lt;BR /&gt;        log_on_failure  += HOST&lt;BR /&gt;        disable                 = no&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;For sendmail ...&lt;BR /&gt;&lt;BR /&gt;chkconfig --level 345 sshd on&lt;BR /&gt;serivce sendmail start&lt;BR /&gt;&lt;BR /&gt;Actually a littel nicer than HP-UX huh?&lt;BR /&gt;&lt;BR /&gt;Should have been all one post.&lt;BR /&gt;P&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2003 20:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885742#M3429</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-20T20:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring pop3 mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885743#M3430</link>
      <description>and yeah, that should say&lt;BR /&gt;&lt;BR /&gt;service sendmail start&lt;BR /&gt;&lt;BR /&gt;darn it. them fingers are not listening.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Mon, 20 Jan 2003 20:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885743#M3430</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-20T20:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring pop3 mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885744#M3431</link>
      <description>The other thing you might need to do to get sendmail working (on a RedHat box atleast (You've not said what distribution you are using)) is to make sure it is listening to external interfaces.&lt;BR /&gt;&lt;BR /&gt;RedHat, by default, limits sendmail to listening on the local intarface only.&lt;BR /&gt;&lt;BR /&gt;To change this, you will need to modify /etc/mail/sendmail.mc and rebuilt your sendmail.cf using the 'm4' command. i.e.&lt;BR /&gt;&lt;BR /&gt;m4 /etc/mail/sendmail.mc &amp;gt; /etc/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;(This is assuming RH7 or earlier.  sendmail.cf lives in /etc/mail/ on RH8).</description>
      <pubDate>Tue, 21 Jan 2003 00:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885744#M3431</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-21T00:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring pop3 mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885745#M3432</link>
      <description>Here is a script for building the hash databases after you customize relays and such.&lt;BR /&gt;&lt;BR /&gt;Attached, tested and production.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Tue, 21 Jan 2003 04:30:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885745#M3432</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-21T04:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring pop3 mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885746#M3433</link>
      <description>Umm Steve, you do know that RH7+ comes with a Make script which does everything except for 'newalaises' and the 'm4' for the 'cf' file?&lt;BR /&gt;&lt;BR /&gt;In RH8, it does that as well!&lt;BR /&gt;&lt;BR /&gt;You just need to change to /etc/mail/, and issue 'make'.&lt;BR /&gt;&lt;BR /&gt;To make life even easier, if you start/stop sendmail using /etc/init.d/sendmail start/stop, it does all of that for you anyway!&lt;BR /&gt;&lt;BR /&gt;.. once again, this is on a RH box ..</description>
      <pubDate>Tue, 21 Jan 2003 04:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885746#M3433</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-21T04:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring pop3 mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885747#M3434</link>
      <description>Hi chaps&lt;BR /&gt;&lt;BR /&gt;First of all, thanks for the info, but I still have the same problem.&lt;BR /&gt;I'm running RH8.&lt;BR /&gt;&lt;BR /&gt;I've switched off the firewall, stopped and started all of the services, but still no joy.&lt;BR /&gt;I've had a look at netstat -a, and here is what is says: -&lt;BR /&gt;&lt;BR /&gt;Active Internet connections (servers and established)&lt;BR /&gt;Proto Recv-Q Send-Q Local Address           Foreign Address         State&lt;BR /&gt;tcp        0      0 *:32768                 *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:imaps                 *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:printer               *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:pop3s                 *:*                     LISTEN&lt;BR /&gt;tcp        0      0 localhost.localdo:32781 *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:pop2                  *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:pop3                  *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:imap                  *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:sunrpc                *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:x11                   *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:http                  *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:ssh                   *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:telnet                *:*                     LISTEN&lt;BR /&gt;tcp        0      0 localhost.localdom:smtp *:*                     LISTEN&lt;BR /&gt;tcp        0      0 *:https                 *:*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm thinking that it might be something to do with the smtp line, but not sure.&lt;BR /&gt;&lt;BR /&gt;I started off trying to configure a pop3 client on a remote machine, but with no joy, so I'm now trying a pop3 client actually on the server, just to try and eliminate any network problems.&lt;BR /&gt;&lt;BR /&gt;Any more help that you might have, or anything you want to know about my machine would be helpful.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 21 Jan 2003 10:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885747#M3434</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2003-01-21T10:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring pop3 mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885748#M3435</link>
      <description>Hi Steve ,&lt;BR /&gt;&lt;BR /&gt;your output of netstat clearly suggests that sendmail is only listening in 127.0.0.1 at port 25.&lt;BR /&gt;&lt;BR /&gt;tcp 0 0 localhost.localdom:smtp *:* LISTEN &lt;BR /&gt;&lt;BR /&gt;For sending mails from POP3 client , the POP3 client should be able to connect to the server  SMTP port 25.&lt;BR /&gt;&lt;BR /&gt;So to enable sendmail to listen on port 25 on LAN interface IP address , do this.&lt;BR /&gt;&lt;BR /&gt;Edit /etc/sendmail.cf&lt;BR /&gt;there is a line like this already&lt;BR /&gt;&lt;BR /&gt;O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA &lt;BR /&gt;&lt;BR /&gt;Put this new line.&lt;BR /&gt;&lt;BR /&gt;O DaemonPortOptions=Port=smtp,Addr=90.0.0.50, Name=MTA &lt;BR /&gt;&lt;BR /&gt;Where 90.0.0.50 is the IP address of the LAN interface.&lt;BR /&gt;&lt;BR /&gt;Replace the IP address of your Server's.&lt;BR /&gt;&lt;BR /&gt;Save the file and reboot.&lt;BR /&gt;&lt;BR /&gt;Now netstat -an will show smtp port listening on the server's IP address also.&lt;BR /&gt;&lt;BR /&gt;Hope your problem is solved.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jan 2003 10:28:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885748#M3435</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-01-21T10:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring pop3 mail server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885749#M3436</link>
      <description>Hi everyone&lt;BR /&gt;&lt;BR /&gt;I have found the problem was that Sendmail was only listing to the local host address.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 21 Jan 2003 11:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-pop3-mail-server/m-p/2885749#M3436</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2003-01-21T11:47:02Z</dc:date>
    </item>
  </channel>
</rss>

