Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
I'm a newbie. I have been able to configure sendmail and squirrelmail so I have web mail. But I am trying to get my outlook or mozilla email to connect and pull down emails. I am not having any luck. In outlook, it keeps telling me I cannot connect sockets or some such.
I am looking for a tutorial or FAQ on how to set up linux to allow Outlook to get mail.
Can you suggest anything?
Ahah! , I did some searching and found that I did not seem to have turned POP3 on.
I went in under Service Configuration panel and turned on "ipop3". I think I have pop3 access now.
Ok, this is the error I'm getting
The connection to the server has failed. Account 'coffee9876', Server 'mail.coffee9876.com', Protocol: POP3, Port 110 Secure SSL, No Socket Error10020.
Any ideas on what I can do to fix POP3 so I can access it?
Sorry, I entered the LAN IP value but that did not work.
How can I confirm that I have pop3 running on port 110?
Both internally from within RedHat and externally?
(yeah, not having POP3 email work is one way to externally tell that it's not working, but I was hoping for some sort of command line tool I could run to test this.)
STill won't work
---
chkconfig --list will give you the list of services.
This gives me.....
chargen-udp: off
rsync: off
chargen: off
daytime-udp: off
daytime: off
echo-udp: off
echo: off
services: off
servers: off
time-udp: off
time: off
cups-lpd: off
sgi_fam: on
amanda: off
imap: on
imaps: off
ipop2: off
ipop3: on
pop3s: off
ktalk: off
so it looks like POP3 is working...
---
runlevel will give you the current runlevel
I'm running at
N 5
Which I assume is level 5, and is the level I"ve set ipop3.
---
telnet ipaddress 110
and
telnet ipaddress pop3
both give me.....
Trying [ipaddress]...
Connected to [ipaddress].
Escape character is '^]'.
+OK POP3 ftp.[domainname].com v2001.78rh server ready
Why is it ftp? That seems odd.
----
And after all that.
I cannot get a socket connection, still get. "Protocol: POP3, Port 110 Secure SSL, No Socket Error10020"
----
Could the default firewall be blocking this?
In the redhat interface, I I have it set on Medium, with eth0 unchecked,
WWW, FTP, SSH and Mail (SMTP) checked and Telnet and DHCP unchecked.
----
Any things to try would be appreciated.
Thanks.
Coffee.
Ahah! It turns out to be the firewall program that comes with Linux/RedHat that is causing the problem. I turned off firewall completely for a minute and was able to log in and pull down the files from the email program.
So this changes the question.
How do I change my firewall to let pop3 traffic on port 110 go in and out without compromising my system?
Current config
System settings > Secuity Level > Settings
Security Level Medium
WWW, FTP, and SMTP checked as OK.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.