LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-10-2000, 04:51 PM   #1
davebarnes
LQ Newbie
 
Registered: Dec 2000
Location: Derbys, UK
Distribution: RedHat, Slackware
Posts: 29

Rep: Reputation: 15
Question


Hi
I'm trying to set up a redhat6 linux box to work as an email server - specifically running SMTP and POP3 to service a network of Outlook users.

I've managed to get sendmail configured to allow any user on the local network to use the machine as a relay, and its working fine.

However, when I try to connect to the pop3 service, i get a connection but no response, it just quits (i've tried telnetting to port 110 to discover this). I've made sure that inetd.conf has the pop3 line in properly (according to various howto's and such), and hosts.allow has a pop3: entry allowing the local network to connect. The user I'm using (dave) is a member of the popusers group too.

I have to admit I'm working pretty much from guesswork so far (i've been a NT admin for a while now so kind of understand what ought to happen ). Am I missing something or has something gone wrong on the machine?

Any help (obviously) much appreciated.
 
Old 12-10-2000, 08:42 PM   #2
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,600

Rep: Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083
I don't think Red Hat comes with a default pop daemon installed. In /etc/inetd.conf you should see a line like
Quote:
pop-3 stream tcp nowait root /usr/sbin/tcpd ipop3d
See if you have ipop3d (or whatever you file says) installed. Also, to see if anything is listening on the pop3 port type
Code:
netstat -a --inet
what do you see listed?
 
Old 12-11-2000, 11:30 AM   #3
davebarnes
LQ Newbie
 
Registered: Dec 2000
Location: Derbys, UK
Distribution: RedHat, Slackware
Posts: 29

Original Poster
Rep: Reputation: 15
Hi - thanks for the reply

Yes, inetd.conf has the pop3 line you mentioned and its not commented out.

When I try the netstat command, it says that something is listening on port 110 (pop3). But still doesn't do anything other than close when I connect.

I'm wondering if its me being thick - is ipop3d part of the tcpd thingy, or is is a seperate binary? I can't find any file called ipop3d anywhere...

I could be barking up the wrong tree I guess. What I actually want to achieve is pop3 access to users mailboxes on the linux box. Should I be looking elsewhere for a solution, ie 3rd party apps?

Thanks






 
Old 12-11-2000, 11:39 AM   #4
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,600

Rep: Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083
It is a seperate binary. I highly recommend cucipop as a pop3 server, but the standard ipop3d may be a little easier to install/configure (their should be much more documentation).
 
Old 12-11-2000, 10:45 PM   #5
ssadams
Member
 
Registered: Dec 2000
Location: Toronto Canada
Distribution: slackware 7.1
Posts: 95

Rep: Reputation: 15
you will find both ipop3d and imapd in /usr/sbin if its installed.If not use RH's package tool to install the imap rpm thats on the cd.It contains ipop3 as part of its package.
 
Old 12-12-2000, 12:18 PM   #6
davebarnes
LQ Newbie
 
Registered: Dec 2000
Location: Derbys, UK
Distribution: RedHat, Slackware
Posts: 29

Original Poster
Rep: Reputation: 15
Thumbs up

Thanks!

Got it sorted now, and learned a fair bit in the process too (which is always handy).

I hadn't got ipop3d installed (have now cheers - was where you said).

Thanks again

PS
Am I right then, that inetd simply handles the tcp connection and passes it over to ipop3d (or whatever) to actually *do* something with the connection?
 
Old 12-13-2000, 08:42 PM   #7
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,600

Rep: Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083
Quote:
Am I right then, that inetd simply handles the tcp connection and passes it over to ipop3d (or whatever) to actually *do* something with the connection?
Yes you are.
 
Old 12-14-2000, 11:19 AM   #8
davebarnes
LQ Newbie
 
Registered: Dec 2000
Location: Derbys, UK
Distribution: RedHat, Slackware
Posts: 29

Original Poster
Rep: Reputation: 15
Thanks
 
Old 04-10-2001, 11:38 PM   #9
thep
Member
 
Registered: Apr 2001
Location: Bangkok, Thailand
Distribution: RH8(server)
Posts: 65

Rep: Reputation: 15
if i try to
"telnet localhost 110"
and it does not work , it means i havent install pop3d?



and Mandrake how can i start telnet server?
because i cant use "telnet localhost" and " ftp localhost"
what i have to do?
 
Old 04-11-2001, 02:47 AM   #10
thep
Member
 
Registered: Apr 2001
Location: Bangkok, Thailand
Distribution: RH8(server)
Posts: 65

Rep: Reputation: 15
ipop3d

i still cant use "telnet localhost 110", but i have ipop3d, imapd, i can run it

and i dont have inet.conf, how can i do?
 
Old 04-16-2001, 11:32 AM   #11
scott
LQ Newbie
 
Registered: Apr 2001
Posts: 1

Rep: Reputation: 0
Angry problems with pop3

Hello,

I too am having issues with pop3. I am trying to pull my mail off of a linux box and onto a PC running win98. I have pop3 installed and the inetd.conf file is right. When I try to get mail at my PC using Netscape, I get

Conect:Host Contacted: host_name...

It will sit like this for about five minutes if I let it. Telnetting to port 110 does nothing for me and the netstat does not report anything on port 110. My user is part of the popusers group. Is there an ipop3d.conf file anywhere? I have not been able to find how I would configure the pop3 program, if there is a way. I have not been able to find anything useful in linuxconf either.

Thank in advance for any help!
 
Old 04-17-2001, 10:58 AM   #12
yank_
LQ Newbie
 
Registered: Jan 2001
Posts: 21

Rep: Reputation: 15
Recieve works, but i cannot send

I have succesfully gotten ipop3d to work for Outlook Express, but it is pretty slow.. says connected for about 1 min.. then finally downloads and disconnects almost as slow as it connects. Any ideas?

Also, I cannot send mail. I cannot send even from pine on the linux box itself. I get the following error:

Mail not sent: .0.0 Can't create transcript file ./xff3HH75701151 Permission Denied

root can send mail.. so this is obviously a permissions error.. but where is this file trying to be created?

Thanks for the help in advanced!
Yank_
Check out my halflife clan at:
http://clanata.desrt.ca
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Qpopper / SuSe 9.1 / pop3 / Inetd DataLore Linux - Software 0 08-11-2004 04:42 PM
SMTP and POP3 server not working WarlockofVirgo Linux - Networking 1 04-28-2004 07:14 PM
chrooting or jailing inetd or inetd started daemons ? MasterC Linux - Security 2 07-15-2003 05:28 PM
pop3 access for root user mail not working amanik Linux - Networking 1 03-03-2003 02:49 PM
No inetd.. Cyth Linux - General 2 11-19-2001 07:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration