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.
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.
I have install exim on my linux box, and make a Mail account on my windows machine outlook, than I try send email through that account on linux and it works,
But I am not able to recieve email for this user as no service on my linux is running on Port 110 and hence outlook is not able to connect to POP3 server.
I thought Exim will install itself on both ports i.e. 25 (For outgoing) and 110 for POP3, but it doesn't.
do I need some other software for this?
Or I need to configure Exim to listen on port 110?
Please suggest. I even doesn't know how it runs on port 25 as I just make a symbolic link of its in place of sendmail and it start listening to that port. so please give proper steps as I didn;t find them so far.
Exim is a smtp server, nothing more. From the client perspective, it only allows you to send e-mails. (this is indeed on port 25)
For retrieving recieved e-mails, you need a POP3 or IMAP daemon. Most support both methods.
Some good deamons are:
Cyrus
Courier
Depending on the protocol, you need either: pop3 (port 110) or Imap (port 143)
cheers,
Teebones.
P.s. be sure that your exim installation is not an open relay server! Otherwise your server could be used by the whole world to send emails through, like spam.
Thanks for clearing that, but one thing confuse me ..
why you use "either" here, I mean when both protocol listen to different port cannot we have run it for both of them?
Or its just typo.
As I need to have both protocol enable.
Also, I need to run appliction for virtual domains that are hosted on one single machine, like it does for Pleask or cpanel.
Thanks
Sorry for confusing you.
What i was trying to clear up, is wich protocol uses wich port. Sure you can run both together.
For your question about virtual domains, exim/cyrus/courier have support for this.
Sorry, but mailing systems involves (on *nix systems anyway) at least 2 deamons to function.
I can't do anything about this.
Furthermore, explaining how to configure the pop3/imap daemon (and possibly installing it) will take to much typing, and can be specific per distribution too.
Both mentioned daemons are evenly populair. so it's merely a matter of personal taste.
cyrus: http://asg.web.cmu.edu/cyrus/
courier: http://www.courier-mta.org/imap/
Some general pointers:
to be short (and dirty), most distributions come with a pop3/imap daemon you can install with the package manager.
If this is not the case, you need to compile and configure it manually. This is mostly not a very difficult task to do. Read some manuals/readme's on the daemon.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.