[CentOS] Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?

Turritopsis Dohrnii Teo En Ming turritopsis.dohrnii at teo-en-ming.com
Wed Jul 18 15:47:12 UTC 2018


Dear Jonathan Billings,


Admittedly, I am a bit confused.


Thank you for enlightening me with more in-depth information.


________________________________
From: CentOS <centos-bounces at centos.org> on behalf of Jonathan Billings <billings at negate.org>
Sent: Wednesday, July 18, 2018 11:16 PM
To: centos at centos.org
Subject: Re: [CentOS] Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?

On Wed, Jul 18, 2018 at 03:04:52PM +0000, Turritopsis Dohrnii Teo En Ming wrote:
> One of the features of Microsoft Exchange 2016 is that you can create
> additional folders on your Inbox in the server (server-side). Can
> Linux-based SMTP servers do that?
>
> Does Exchange 2016 offer more user-friendly features or Linux-based
> SMTP servers?

I think you're a bit confused about what an SMTP server is.  Exchange
typically provides several services, one of which is SMTP.  Comparing
features of Exchange to similar products in the open source world is
going to be difficult, because Microsoft has a vendor lock-in that
makes it difficult to exactly duplicate every feature.

On Linux, an SMTP server can deliver locally to a file (such as
/var/spool/mail/username) and you can read that file with several
MUAs, but it sounds to me like you're asking if there is a way to have
multiple folders.  That's more like something provided by an IMAP
server.  Typically mail arrives in your mailbox via SMTP, and is then
delivered into a mailbox that is read by a completely separate service
that provides the IMAP protocol (or POP3, but I hope not).  IMAP
servers can provide you with many different 'folders' and not just an
INBOX.

There are several IMAP servers for CentOS, for ease of setup I suggest
dovecot.  If you need a webmail client for your mail service, I
suggest RoundCube (package name: roundcubemail).  I prefer postfix for
SMTP although there's also sendmail and exim.

--
Jonathan Billings <billings at negate.org>
_______________________________________________
CentOS mailing list
CentOS at centos.org
https://lists.centos.org/mailman/listinfo/centos



More information about the CentOS mailing list