LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-06-2006, 01:55 PM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Looking For a Mail Server


I was wondering if there are any recommended mail servers for me. I am a very basic Linux user so I don't need a large scale ENT. edition. It's just for maybe 10 people.

My 2005 goal was to get a working FTP server in Linux which I think is great. Now my 2006 goal is a fully functioning mail sever on Linux. The machine I would like to install this on is just a very basic home made server.
  • 1.6GHz AMD CPU
  • 2GB DDR RAM
  • 200GB hdd
  • Debian "Etch"

I have only installed and used Microsoft Exchange so this will be new for me. I don't need anything crazy. Just something very simple. Easy install and maybe a GUI webmail interface.

If you guys can point me in the right direction, I would be greatly appreciated.
 
Old 01-06-2006, 02:32 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
try exim, postfix or qmail. I *think* most debian hippies like exim, but don't quote me on that... also for webmail, squirrelmail is a standard, but i much prefer the more powerful horde/imp framework.
 
Old 01-06-2006, 03:41 PM   #3
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
So I use exim as a mail server and squirrelmail as my web mail client or do I just install Squirrelmail?
 
Old 01-06-2006, 04:46 PM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well there's no such thing as a "mail server" other than what you'd call the box that's running the various seperate components. exim will just provide SMTP, i.e allow you to centrally recieve mail. it's then up to webmail to allow a user to access it, or a pop2/imap server to allow clients to pull mail out in other ways.
 
Old 01-08-2006, 05:39 PM   #5
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
So which SMTP option do you think is the easiest to install and config?
 
Old 01-09-2006, 01:30 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
any of ther three above would suit you fine i'm sure.personally i use postfix at the moment, which is fairly nice to configure.
 
Old 01-09-2006, 11:11 AM   #7
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
OK - I just used APT-GET to install postfix. As you can see below...

If I understand you correctly, "Postfix" only gives me the ability to send mail via SMTP protocol. Now what would I need for receiving email via POP3 or IMAP?

Code:
stricom:~# apt-cache search postfix
mailgraph - Mail statistics RRDtool frontend for Postfix
masqmail - A mailer for hosts without permanent internet connection
mb2md - Converting Mbox mailboxes to Maildir format
pflogsumm - Postfix log entry summarizer
postfix - A high-performance mail transport agent
postfix-dev - Postfix loadable modules development environment
postfix-doc - Postfix documentation
postfix-gld - greylisting daemon for postfix, written in C, uses MySQL
postfix-ldap - LDAP map support for Postfix
postfix-mysql - MYSQL map support for Postfix
postfix-pcre - PCRE map support for Postfix
postfix-pgsql - PGSQL map support for Postfix
postfix-policyd - anti-spam plugin for Postfix
postgrey - greylisting implementation for Postfix
qpsmtpd - Flexible SMTP daemon for network-level spam detection
scalemail - Scalable virtual mail domain system built on Postfix and LDAP
webmin-postfix - postfix control module for webmin
 
Old 01-09-2006, 11:15 AM   #8
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I have never set this up. Is there a basic guide I can follow?

http://img327.imageshack.us/img327/2381/postfix8dl.jpg
 
Old 01-09-2006, 11:59 AM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
postfix has a config tool?? news to me... i just edit the main.conf file personally, it's all very well documented and such. i'm sure the postfix homepage has plenty of information for new users.

as for imap / pop3... try dovecot, courier-imap or cyrus-imap among others.
 
Old 01-09-2006, 01:58 PM   #10
bkesting
Member
 
Registered: Mar 2004
Location: Nebraska
Distribution: SuSE, RedHat
Posts: 36

Rep: Reputation: 15
I don't know what you are all looking for in a mail solution, but give Hula a try. It is an open-source project derived from Novell's Netmail project. It has a pretty solid mail client and calendaring options.
 
Old 01-10-2006, 06:39 PM   #11
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Quote:
Originally Posted by acid_kewpie
as for imap / pop3... try dovecot, courier-imap or cyrus-imap among others.
Ok - I found and am messing around with the main.cf file for post fix. Now my only question is after installing postfix, all I am missing is something to send the messages/mail to the client, right?
 
Old 01-11-2006, 01:26 AM   #12
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you don't send mail TO a client, the client pulls it FROM the server, via pop3 or imap
 
Old 01-11-2006, 06:03 AM   #13
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
OK - that make sense. I just wanted to know now what else I was missing beyond "PostFix". Just to be sure I have everything I need to configure mail.
 
Old 01-21-2006, 10:26 AM   #14
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I think my new system has exim4 installed as a base part of the distro, how can I check?
 
Old 01-21-2006, 10:29 AM   #15
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
depends what distro it is huh? at worst try a "locate exim" and see what turns up
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Configure & Connect a Linux mail server from a windows mail clients digihall7 Linux - Networking 4 10-23-2006 12:21 PM
How to have limited mail on a linux server that support unlimited e-mail account mmh Linux - General 3 03-15-2006 06:52 AM
can we configure a Linux server with mail server,file server and web server kumarx Linux - Newbie 5 09-09-2004 06:21 AM
Postfix mail server not accepting incoming mail from the external interface rexmundi Linux - Networking 7 12-22-2003 03:41 PM
Mail Server Delimiter for alternate mail server venugopalmk Linux - Networking 2 04-29-2003 04:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration