Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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 have a couple of questions on accessing a pop3 server. I setup my linux box on my network to (hopefully) be my mail server for my Windows system (using outlook) and my system at home.
I loaded IMAP 2001 which has pop3 and imap.
Things seem to be working fine. But, when I try to access my mailbox over the network with Outlook, I had to use the IP address of my mailserver as opposed to pop3.domain.com. The host name of the server webserver.domain.com didn't work either.
Am I just missing a setting in my hosts file?
For my remote system to work, I am assuming I will have the same issue.
Secondly, when I do access my mailbox using the ip address, I am flooded with messages from:
yeah sure remove the file in /etc/cron.hourly/ that is giving you this (by removing it's rpm if it has one if you wish). it is addressed to root as it's an error message that would otherwise dissapear.
if you look in /etc/crontab there will be a line sayiong MAILTO=root (unless it's jsut a default).
alternatively if you want this to work, then fix the problem with /etc/news/inn.conf
1. it seems you don't know what is DNS and name resolving method (i.e. method of changing for example name "linuxquestions.org" to corresponding IP address 64.179.4.146). So the sollution is just to learn it.
2. Yes, you can disable mailing. Study cron configuration.
As I wrote: you do not know what is DNS and name resolving hierarchy.
Unfortunately registry.com doesn't work so I can only assume that it is a name registration place which has allowed you to register your "mydomain.com" as a name of your IP.
Doing it you are able to use "mydomain.com" instead of pure IP digits. That's all.
But the rest like resolving "sub.mydomain.com" is in your hand. So resolving the name pop3.mydomain.com to an IP should be done by your own DNS server. So learn DNS like BIND (named) or better djbdns and run such service.
BTW.
I you do not want any subdomain you do not need run any DNS server. Just use everywhere "mydomain.com" (without any prefix).
Thus you pop client should connect to "mydomain.com" rather than "pop3.mydomain.com" which has not been serviced by you.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.