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 |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-13-2006, 10:26 AM
|
#1
|
Member
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308
Rep:
|
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!
|
|
|
03-13-2006, 10:56 AM
|
#2
|
Senior Member
Registered: Nov 2005
Location: Belgium
Distribution: Red Hat, Fedora
Posts: 1,515
Rep:
|
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 10:58 AM.
|
|
|
03-13-2006, 11:26 AM
|
#3
|
Member
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308
Original Poster
Rep:
|
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?
|
|
|
03-13-2006, 11:29 AM
|
#4
|
Member
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308
Original Poster
Rep:
|
Also, if webmail is thrown in that would be even better!
|
|
|
03-13-2006, 12:10 PM
|
#5
|
Member
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595
Rep:
|
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...
|
|
|
03-13-2006, 08:56 PM
|
#6
|
Senior Member
Registered: Sep 2003
Posts: 3,171
Rep:
|
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.
|
|
|
03-13-2006, 09:37 PM
|
#7
|
Senior Member
Registered: Jun 2004
Posts: 2,553
Rep:
|
i really got hooked on Exim from back when i tried debian
sooooooo easy to use and configurable
|
|
|
03-14-2006, 03:16 AM
|
#8
|
Member
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308
Original Poster
Rep:
|
Maybe a better question would be:
Can someone point me in the direction of a good "newbie" setup/config guide for {insert MTA here}?
|
|
|
03-14-2006, 01:57 PM
|
#10
|
Senior Member
Registered: Jun 2004
Posts: 2,553
Rep:
|
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.
|
|
|
03-14-2006, 02:01 PM
|
#11
|
Member
Registered: Mar 2006
Distribution: RHEL, Fedora, Ubuntu
Posts: 32
Rep:
|
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.
|
|
|
03-15-2006, 03:25 AM
|
#12
|
Member
Registered: Apr 2004
Location: Leeds, UK
Distribution: FC1, FC2, Debian
Posts: 308
Original Poster
Rep:
|
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!
|
|
|
All times are GMT -5. The time now is 03:27 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|