Hi All, What are my e-mail serving options? I need to host POP, IMAP and SMTP. I must admit that non-windows e-mail hosting has always been a chore for me. I remember QMail and QPopper IIRC. -Jason
On 27-Apr-09, at 8:41 AM, Jason Todd Slack-Moehrle wrote:> Hi All, > > What are my e-mail serving options? I need to host POP, IMAP and SMTP. > I must admit that non-windows e-mail hosting has always been a chore > for me. I remember QMail and QPopper IIRC. > > -Jasonpostfix is out of the box on centos. As is sendmail. But postfix is the easier of the two to grasp IMHO. d
Jason Todd Slack-Moehrle wrote:> Hi All, > > What are my e-mail serving options? I need to host POP, IMAP and SMTP. > I must admit that non-windows e-mail hosting has always been a chore > for me. I remember QMail and QPopper IIRC. >The wiki has a nice setup: http://wiki.centos.org/HowTos#head-0facb50d5796bee0bd394636c32ffa9a997a6ab5 -- tkb
Jason Todd Slack-Moehrle wrote:> Hi All, > > What are my e-mail serving options? I need to host POP, IMAP and SMTP. > I must admit that non-windows e-mail hosting has always been a chore > for me. I remember QMail and QPopper IIRC. >For some reasonably small number of users you might like the appliance-like SME server distribution from http://www.contribs.org. It is pretty much 'just-add-users' out of the box. -- Les Mikesell lesmikesell at gmail.com
Jason Todd Slack-Moehrle wrote:> Hi All, > > What are my e-mail serving options? I need to host POP, IMAP and SMTP. > I must admit that non-windows e-mail hosting has always been a chore > for me. I remember QMail and QPopper IIRC. >'nix systems seperate email into two seperate functions, A) the message transfer agent or MTA, of which sendmail and postfix are the two main solutions, qmail is deprecated in most circles. exim is yet another option, and B) the IMAP/POP services for clients to read mail, of which dovecot and cyrus are the two main choices nowdays, qpopper is quite hoary and old and deprecated. of the two main MTAs, sendmail is considered something of a legacy, and if you're not already intimately familiar with it, I'd skip it entirely. postfix is preferred by most everyone who's switched to it, and for new installs. dovecot is probably simpler to setup and use as an imap/pop system, while cyrus is more flexible and complex (for instance, cyrus can use a SQL database for its backing store and for virtual mail users, rather than requiring unix accounts and flat files). of course, as soon as you open a mail server up to incoming internet mail, you need to configure spam filtering or you'll be swamped. there's many different approaches to this, and most people end up using a combination of several. razor, spamassassin, mailscanner, an antivirus scan if you have windows users, an RBL like zen.spamhaus.net to block well known spam sources, etc etc etc.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jason Todd Slack-Moehrle wrote:> Hi All, > > What are my e-mail serving options? I need to host POP, IMAP and > SMTP. I must admit that non-windows e-mail hosting has always been > a chore for me. I remember QMail and QPopper IIRC. > > -Jason _______________________________________________ CentOS > mailing list CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >Dovecot and Postfix are my favorite. If you want webmail, I would use RoundCube Webmail. All combined make a pretty nice and simple mail solution. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkn2EzIACgkQe0Ain3PYkIYWTgCfb0rtdISQHVmK3cGTLlgUhKzn ijgAn3cRDm5JRIQa+PFqxeuvWUSf+vdX =KGuj -----END PGP SIGNATURE-----
Les Mikesell wrote:> Jason Todd Slack-Moehrle wrote: > >> Hi All, >> >> What are my e-mail serving options? I need to host POP, IMAP and SMTP. >> I must admit that non-windows e-mail hosting has always been a chore >> for me. I remember QMail and QPopper IIRC. >> >> > > For some reasonably small number of users you might like the > appliance-like SME server distribution from http://www.contribs.org. It > is pretty much 'just-add-users' out of the box.I second SME, with one caviat. You cant' have the same user name in two mail domains on one server. You have to play games with aliases for this. This limitation is well documented in the Wiki.