Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-10-2000, 04:51 PM
|
#1
|
LQ Newbie
Registered: Dec 2000
Location: Derbys, UK
Distribution: RedHat, Slackware
Posts: 29
Rep:
|
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.
|
|
|
12-10-2000, 08:42 PM
|
#2
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,623
|
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
what do you see listed?
|
|
|
12-11-2000, 11:30 AM
|
#3
|
LQ Newbie
Registered: Dec 2000
Location: Derbys, UK
Distribution: RedHat, Slackware
Posts: 29
Original Poster
Rep:
|
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
|
|
|
12-11-2000, 11:39 AM
|
#4
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,623
|
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).
|
|
|
12-11-2000, 10:45 PM
|
#5
|
Member
Registered: Dec 2000
Location: Toronto Canada
Distribution: slackware 7.1
Posts: 95
Rep:
|
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.
|
|
|
12-12-2000, 12:18 PM
|
#6
|
LQ Newbie
Registered: Dec 2000
Location: Derbys, UK
Distribution: RedHat, Slackware
Posts: 29
Original Poster
Rep:
|
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?
|
|
|
12-13-2000, 08:42 PM
|
#7
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,623
|
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.
|
|
|
12-14-2000, 11:19 AM
|
#8
|
LQ Newbie
Registered: Dec 2000
Location: Derbys, UK
Distribution: RedHat, Slackware
Posts: 29
Original Poster
Rep:
|
Thanks 
|
|
|
04-10-2001, 11:38 PM
|
#9
|
Member
Registered: Apr 2001
Location: Bangkok, Thailand
Distribution: RH8(server)
Posts: 65
Rep:
|
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?
|
|
|
04-11-2001, 02:47 AM
|
#10
|
Member
Registered: Apr 2001
Location: Bangkok, Thailand
Distribution: RH8(server)
Posts: 65
Rep:
|
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?
|
|
|
04-16-2001, 11:32 AM
|
#11
|
LQ Newbie
Registered: Apr 2001
Posts: 1
Rep:
|
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!
|
|
|
04-17-2001, 10:58 AM
|
#12
|
LQ Newbie
Registered: Jan 2001
Posts: 21
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 06:14 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|