View previous topic :: View next topic |
Author |
Message |
JeanValjean n00b
Joined: 27 Aug 2007 Posts: 61
|
Posted: Tue Aug 28, 2007 9:36 am Post subject: Simple mail server for my machine? |
|
|
I have a problem. I'm new to this so bear with me. I'd like to be able to set up a mail server on my machine. Only about 3 or 4 people will be using it and it will be light traffic. I looked up some details in the wiki but many of these are serious client meant to host entire domains and I just need one thats simple.
I was thinking that Linux already had the tools to be able to receive and send mail, am I wrong?
I looked over the Virtual Mailhosting System with Postfix Guide And it said, "For most Gentoo users, a simple mail client and fetchmail will do." I remember fetchmail in my college days and its simple I'd like to use it.
Any ideas on where I can look or what client is good? Also this computer will be used for other desktop duties so I'm hoping to keep it simple. |
|
Back to top |
|
|
nixnut Bodhisattva
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Tue Aug 28, 2007 10:13 am Post subject: |
|
|
Moved from Gentoo Chat to Networking & Security.
Networking stuff, so moved here. _________________ Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered
talk is cheap. supply exceeds demand |
|
Back to top |
|
|
Rob1n l33t
Joined: 29 Nov 2003 Posts: 714 Location: Cambridge, UK
|
Posted: Tue Aug 28, 2007 11:13 am Post subject: |
|
|
This really depends on what you're trying to do. If you have your email currently being delivered to an external host with POP3 access (usually your ISP or domain hoster), then a simple mail client, relay-only MTA and fetchmail/getmail will do the job. If you want to send mail between users on the same machine or receive mail for a domain then you'll need a full MTA like postfix or exim.
As for clients, are you looking for a console application (in which case mutt, pine, elm) or a full X application (thunderbird's the only one I've used here) or even a webmail setup (squirrelmail, imp)? |
|
Back to top |
|
|
JeanValjean n00b
Joined: 27 Aug 2007 Posts: 61
|
Posted: Tue Aug 28, 2007 11:44 pm Post subject: |
|
|
Rob1n wrote: | If you want to send mail between users on the same machine or receive mail for a domain then you'll need a full MTA like postfix or exim. |
This is what I'm looking for. Are MTA's realistically possible on a desktop machine? This pc I'm using will have three accounts no of which have large mail needs. |
|
Back to top |
|
|
Rob1n l33t
Joined: 29 Nov 2003 Posts: 714 Location: Cambridge, UK
|
Posted: Wed Aug 29, 2007 8:04 am Post subject: |
|
|
JeanValjean wrote: | Are MTA's realistically possible on a desktop machine? This pc I'm using will have three accounts no of which have large mail needs. |
Oh yes - the overheads are pretty low if you're not accepting external mail. I'd recommend Postfix (it's what I'm used to - Exim also gets a lot of good reports but I've never installed it myself, qmail gets mixed reports and sendmail is horrendously complicated) as it's pretty easy to set up - the config file is well commented and the defaults are okay for most things. You'll also want fetchmail/getmail to retrieve your external mail from POP3 accounts. |
|
Back to top |
|
|
|