LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 03-13-2006, 09:26 AM   #1
neocookie
Member
 
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308

Rep: Reputation: 30
Arrow SMTP server recommendations?


Hi all

After coming close to hanging myself after some Sendmail woes, can someone recommend a good, lightweight, and above all *easy to configure* SMTP server? I'm looking for something thats straight-forward, that someone who isn't a guru can quickly get set up and easily search the docs for simple answers when it falls over.

I've tried postfix, courier, and qmail in the past. I'm not a linux guru at all, but can compile and setup most web-server stuff.

Please help!
 
Old 03-13-2006, 09:56 AM   #2
timmeke
Senior Member
 
Registered: Nov 2005
Location: Belgium
Distribution: Red Hat, Fedora
Posts: 1,515

Rep: Reputation: 61
Postfix is certainly a lot easier than sendmail and it's compliant to it too. But I see you've already tried that one.

Well, my first question would be what you want to do with this "SMTP server" (I suppose you are referring to an MTA).

Most Linux boxes come standard with sendmail. This can be used to create and send out mails, but sendmail is actually an MTA (Mail Transport Agent), not an MUA (Mail User Agent - like KMail, Evolution to a certain degree, or any mail reader/composer application). Because it actually is an MTA, it supports many features (like filtering) that can be a drag to configure. Lightweight replacements are an alternative.

But you can also consider using a real MUA or a small program like /bin/mail, or nail to send out mails.
You don't really need to have your own "mail server" (ie an MTA) running to send out mails. All you need is a program that contacts the mail servers for other people.
Unless, of course, you're hosting your own (large) network, in which case a central mail server is handy for centralized mail storage (and backup).
Unfortunatly, some programs may need to be reconfigured or may not work properly if there is no mail transport agent running (ie sendmail).

Sorry to annoy you with these semantics. I justed wanted to point out that you may not need to run sendmail or alike. It depends on what you want to accomplish exactly. Just sending out mails (even with aliasing, mailing lists, etc) is different from hosting a mail server. Using sendmail (or alike) is a combination of both.

Last edited by timmeke; 03-13-2006 at 09:58 AM.
 
Old 03-13-2006, 10:26 AM   #3
neocookie
Member
 
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308

Original Poster
Rep: Reputation: 30
Sorry, I should've been more specific.

Basically, I'm looking for a simple to configure, lightweight MTA to use on our mailservers. I've had trouble with our mailboxes recently, and because I don't know anything about mail hosting I don't know where to start. I started to look at courier-mta, but after working with it for a day and still not being able to set up a mailbox for a client I gave up.

I'm happy setting up a web-server (Apache/Lighttpd), with PHP/Python/Ruby/Perl/etc. The documentation's great if I get any problems. Mail, on the other hand, seems to be a whole new level of geekery!

If the docs for courier were as good as for the web servers, I wouldn't be asking the question. Which is:

Is there a MTA you can recommend which has good, easy-to-understand documentation, which is quick and simple to configure, and has a good community behind it to support it?
 
Old 03-13-2006, 10:29 AM   #4
neocookie
Member
 
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308

Original Poster
Rep: Reputation: 30
Also, if webmail is thrown in that would be even better!
 
Old 03-13-2006, 11:10 AM   #5
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Postfix seems to be popular now. I've installed Qmail with Vpopmail and it was relatively painless. Additionally, if you want web-based e-mail access you will probably need an IMAP server, so you might up with a mixture of mail server apps running to handle IMAP, POP3, and SMTP.

If you're looking for the "easy" way out, you might consider hiring a contractor to get everything setup for you. Just a thought...

Peace...
 
Old 03-13-2006, 07:56 PM   #6
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
What's wrong with postfix? You could install something like squirrel mail to get webmail, or you could even write a simple PHP script to do it.
 
Old 03-13-2006, 08:37 PM   #7
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
i really got hooked on Exim from back when i tried debian
sooooooo easy to use and configurable
 
Old 03-14-2006, 02:16 AM   #8
neocookie
Member
 
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308

Original Poster
Rep: Reputation: 30
Maybe a better question would be:

Can someone point me in the direction of a good "newbie" setup/config guide for {insert MTA here}?
 
Old 03-14-2006, 10:23 AM   #9
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
I haven't installed Postfix so I don't know of any "HOWTO" like documents out there but here are some "toasters" I found for Qmail:

http://www.shupp.org/toaster/
http://sylvestre.ledru.info/howto/ho...l_vpopmail.php
http://qmailrocks.org/
http://www.differentpla.net/node/165

Cruise through those and see what you think.

Peace...
 
Old 03-14-2006, 12:57 PM   #10
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
Quote:
Originally Posted by neocookie
Maybe a better question would be:

Can someone point me in the direction of a good "newbie" setup/config guide for {insert MTA here}?
well you say in your profile you have debian
debian provides scripts to configure all its software including MTA
those configure file generated on debian can be used to configure the same server on other distributions as well.
 
Old 03-14-2006, 01:01 PM   #11
abegetchell
Member
 
Registered: Mar 2006
Distribution: RHEL, Fedora, Ubuntu
Posts: 32

Rep: Reputation: 15
I can vouch for Postfix. We have six SMTP gateways running Postfix that each process about 250k messages per day. We have never had an issue with them (that was related to Postfix) since putting these boxes into production about a year and a half ago. Highly recommended.
 
Old 03-15-2006, 02:25 AM   #12
neocookie
Member
 
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308

Original Poster
Rep: Reputation: 30
foo_bar_foo: Thanks. We're using debian on our test/dev server. All our live servers are FC2.

I'll see if I can give Postfix a go. Might try Courier again, I've got a soft-spot for it.

Cheers all!
 
  


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
server hardware recommendations? johnMG Linux - Hardware 3 01-30-2006 08:41 PM
need mail server..recommendations? servnov Linux - Networking 3 09-29-2004 02:41 AM
Unable to access my ssh server and ftp server from the Internet, but smtp works foxone Linux - Networking 1 05-28-2004 05:17 PM
Server recommendations? Jestrik Linux - Networking 5 03-20-2004 11:44 AM
A Storage server - your recommendations antken Linux - Hardware 1 07-26-2003 11:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:45 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