View Full Version : [ubuntu] Best Mail server?
ZeleD
May 28th, 2009, 04:24 AM
Hey guys'n'gals!
I was wondering if there was any mailserver that works best.
I know qmail, and have been using it for the past years on my old *nix box, but I failed to get spam and virus scanning to work with it (was a Suse OS 10).
I have multiple domains so it must support virtual domains, pop3 and webmail.
It must have some sort of support with spam checking either using spamassasin or any other similiar OpenSource project.
Virus checking option is also something I need.
It doesnt have to be RPM packed.
regala
May 28th, 2009, 05:02 AM
Hey guys'n'gals!
I was wondering if there was any mailserver that works best.
postfix
iponeverything
May 28th, 2009, 07:03 AM
I like qmail first and postfix second. I had no problems getting the virus scanning working with qmail.. It has a been a few year since I set it up and don't remember what I was using to scan to the mail.
grantemsley
May 28th, 2009, 09:05 AM
I'd vote for postfix as well. Mostly because it's the one I've found the most guides for configuring.
Postfix only handles the SMTP side of things. For pop/imap, I use courier. Most webmail clients will talk IMAP to the server on localhost, so that is easy to do. Squirrelmail or Roundcube are two I've used.
Spamassassin can do your spam filtering. You can get it up to tag emails as they come in (I can lookup how to set it up if you need, just PM me).
ZeleD
May 28th, 2009, 10:02 AM
Thanks for responses.
I will give postfix a chance and see if I can get it working :)
QMail got its own pop3d and I already use squirrelmail for my current system.
I've checked postfix.org to get initial data, but I failed to see how users and domains are created.
Is it through the *nix users system ? separate database ? Any webenabled admin tools for it or do I need to use shell for it ?
grantemsley
May 28th, 2009, 11:15 AM
I do most of my configuration through ISPConfig, which will manage postfix users.
regala
May 28th, 2009, 12:20 PM
Thanks for responses.
I will give postfix a chance and see if I can get it working :)
QMail got its own pop3d and I already use squirrelmail for my current system.
I've checked postfix.org to get initial data, but I failed to see how users and domains are created.
Is it through the *nix users system ? separate database ? Any webenabled admin tools for it or do I need to use shell for it ?
you add some lines in /etc/postfix/main.cf
virtual_alias_domains = my.virtual.domain
virtual_alias_maps = hash:/etc/postfix/my.virtual.domain
in /etc/postfix/my.virtual.domain you put the pairs "alias address" one by line, and run postmap /etc/postfix/my.virtual.domain to regenerate the my.virtual.postfix.db file. Reload postfix configuration, and you're done.
tricolorpoa
May 28th, 2009, 02:48 PM
Why didn't try zimbra?
http://www.zimbra.com
LEO_Servers
May 28th, 2009, 05:05 PM
If your using suse 0S 10.what then you are probly using e-directory if so have you thought about using group wise?
rhcm123
May 28th, 2009, 09:00 PM
If your on ubuntu, just copy-paste the commands from the documentation:
https://help.ubuntu.com/community/MailServer
It gives a rundown on all mail servers kept in the repository. Postfix is the default MTA for ubuntu, and it is heavily supported, with blacklisting, spam filtering, virus scanning, etc. Dovecot is the primary server for ubuntu, but i prefer courrier for ease to setup and virtual users support.
try whatever you feel's best after reading the guide, it's what i used to set it up. and if you need web access, use squirrelmail (see bottom of guide) as OpenWebMail is now defunct.
phoenixlipo
May 29th, 2009, 01:53 AM
Hi,
Best Mail Server is an ultra fast SMTP/POP3 server program. You can send mail from any mail client that is complaint with SMTP protocol using this server. You can also configure it to be your local mail server. It will accept mail on your behalf and store it, until your users will retrieve it using POP3. It is simple, light-weight, powerful, and contains a lot of security features and options that allow you to protect the server from DDoS attacks as well as safely block spam and spammers. SMTP and POP3 servers work as NT services therefore they will keep working in the logoff mode. You can have multiple SMTP gateways in your server if you travel a lot with your laptop.
thanks,
ZeleD
May 29th, 2009, 02:03 AM
If your using suse 0S 10.what then you are probly using e-directory if so have you thought about using group wise?
Being a Novell server administrator in my day job, groupwise would be my preferred system.
One huge disadvantage of the Groupwise system is the pricing.
LepeKaname
May 29th, 2009, 04:43 AM
I can't say which is better, but within the FREE alternatives, I have had a better experience with postfix (relatively easy and well supported). I have 4 servers with postfix and so far no problem.
LEO_Servers
May 30th, 2009, 05:24 PM
squirrelmail I 2nd squirrelmail we use it at my college and its great for the massive student load
rhcm123
May 30th, 2009, 10:15 PM
squirrelmail I 2nd squirrelmail we use it at my college and its great for the massive student load
very easy to configure, i love the included perl script
LEO_Servers
June 1st, 2009, 02:12 PM
rhcm123 (http://ubuntuforums.org/member.php?u=676672) nice post I actualy love that link ;p
albinootje
June 1st, 2009, 02:22 PM
I know qmail, and have been using it for the past years on my old *nix box, but I failed to get spam and virus scanning to work with it (was a Suse OS 10).
I've used qmail in the past for a while, also with ezmlm, and not so long ago I looked at ezmlm (with web interface) and qmail again, and moved mailinglists over to that, only to meet problems.
... Postfix and mailman is imho so much more pleasant and flexible to work with.
I have multiple domains so it must support virtual domains, pop3 and webmail.
Try the postfixadmin/postfix/mysql/dovecot/squirrelmail combination.
It must have some sort of support with spam checking either using spamassasin or any other similiar OpenSource project.
Virus checking option is also something I need.
You can always squeeze in anti-spam software, e.g. through amavisd-new.
I moved away from amavisd-new and used some other filter to use Spamassassin, although I would love to use dspam in the future.
albinootje
June 1st, 2009, 02:26 PM
Here's some howtos for postfixadmin+dovecot :
http://rimuhosting.com/knowledgebase/linux/mail/postfixadmin
http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL
http://bliki.rimuhosting.com/space/knowledgebase/linux/mail/postfixadmin+on+debian
See also :
http://ubuntuforums.org/showthread.php?t=1168240
Cheesemill
June 1st, 2009, 03:57 PM
I've successfully used this guide
http://workaround.org/articles/ispmail-etch/
To install a mail server hosting multiple domains on a Ubuntu Server 8.04 JeOS install (even though the guide is meant for Debian, it worked for me without any modifications).
Cheesemill
PS - But I substitute squirrelmail for roundcube, it's far better IMHO
PPS - I'm planning to rebuild my mail server on a Debian Lenny VM when the tutorial above is updated.
rhcm123
August 11th, 2009, 09:59 PM
rhcm123 (http://ubuntuforums.org/member.php?u=676672) nice post I actualy love that link ;p
its one of the best guides around for setting up a mail server. i actually had so many server death issues i thought about making that page into a bash script that i could use to re-configure my servers every time they died... :D
y@w
August 11th, 2009, 10:03 PM
"Best" is a relative term, but I'd check out Zimbra if you're looking for something simple to get up and running quickly.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.