Linux - NetworkingThis 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.
Sendmail is used to receive from everywhere, (listen for connections) and send to everywhere, post.
For a client to send out of a system, it needs an MTA, transport agent.
Evolution has one built in, as many others do, to enable it to send via a remote server, not just localhost based.
No sendmail or other server required...
And what's all this talk of going home to install it?
What happened to ssh??
Last edited by peter_robb; 03-10-2003 at 01:52 PM.
my linux box is behind a firewall, and i haven't setup a rule for that port.
now i'm a bit confused about these programs.
if i want to use an email client to connect to my linux box to send and receive mail to a pop3/smtp server i need to install and configure {fill in the blank}
Fetchmail will collect mail from a remote location and place it in a local 'mail' format folder.
The pop server can then make it available to users to read.
Usually, you would only add a server if you wanted many mailboxes off your domain name without paying an ISP for the privelege...
Sendmail and ipop3, yes.
With a static ip and domain name, you would need to make sure the main dns settings for mail point to your new sendmail server on your static ip.
You only need to supply the MX mail record, so people sending mail to you find your server.
Fetchmail is like a mail client, it goes and finds mail from a mailbox somewhere and brings it 'home' to a local file.
ipop3 gives access to the file.
With a domain name, people send to you, rather than you going to collect from somewhere.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.