Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
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 am using centos 5 in my office our office employes using ms outlook to get mail from our ISP mail server is there any chance to get all the employes mail from our isp in my linux box to push the mail to our employes using my linux box
using fetch mail can i pull and push the mail betwwen our remote mail server and our office employes . if it possible should i configure DNS configuration in my linux box
and can i filter the spam mail
Last edited by ssilayaraja; 04-05-2008 at 12:11 AM.
use Fetchmail as others have suggested, then you need a POP3/IMAP mail server, my recommendation would be dovecot. Download the mail using fetchmail onto your dovecot server, then point your clients on the LAN to the linux box and your rolling!
if you want to route outgoing smtp traffic via your linux box then also look at postfix or sendmail. although its not overly necessary to do that the alternative is to route your smtp traffic via your current smtp server at your ISP
You don't need your own dns server to send mail (although you need access to one). If you can resolve domain names from your server (using exernal dns or whatever) you should be fine.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.