Is there any package available for qmail? I am having hard time finding it.
On 03/14/2017 12:53 AM, Rajmohan Banavi wrote:> Is there any package available for qmail? I am having hard time finding it. > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >I doubt it, qmail is quite deprecated and does not support any modern TLS capabilities without a ton of community provided patches. I doubt even with community supported patches that it will ever support RFC 7672 which is important (it takes the "opportunistic" out of opportunistic TLS when both servers implement it, preventing protocol downgrade attacks that now are as easy as removing the STARTTLS)
Am 2017-03-14 10:19, schrieb Alice Wonder:> On 03/14/2017 12:53 AM, Rajmohan Banavi wrote: >> Is there any package available for qmail? I am having hard time >> finding it. >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos >> > > I doubt it, qmail is quite deprecated and does not support any modern > TLS capabilities without a ton of community provided patches. > > I doubt even with community supported patches that it will ever > support RFC 7672 which is important (it takes the "opportunistic" out > of opportunistic TLS when both servers implement it, preventing > protocol downgrade attacks that now are as easy as removing the > STARTTLS)You could try Matt Simerson's Toaster: https://github.com/msimerson/Mail-Toaster-6 It does a lot more than just qmail and replaced as much of qmail as possible...
On 03/14/2017 12:53 AM, Rajmohan Banavi wrote:> Is there any package available for qmail? I am having hard time finding it.If you're interested in an qmail-style mail server that's actively maintained, take a few minutes to look at Courier MTA. It features POP and IMAP servers in addition to SMTP, all similar in design and configuration to qmail. On the down side, you'll have to build packages yourself. On the up side, it's quite easy to do so. (rpmbuild -tb <tar archive>, or rpmbuild -ts and mock for the binary build).
Hi, Qmailtoaster http://www.qmailtoaster.com/ offers a CentOS 7 yum repo. BR, Peter On Tue, Mar 14, 2017 at 4:17 PM, Gordon Messmer <gordon.messmer at gmail.com> wrote:> On 03/14/2017 12:53 AM, Rajmohan Banavi wrote: >> >> Is there any package available for qmail? I am having hard time finding >> it. > > > > If you're interested in an qmail-style mail server that's actively > maintained, take a few minutes to look at Courier MTA. It features POP and > IMAP servers in addition to SMTP, all similar in design and configuration to > qmail. > > On the down side, you'll have to build packages yourself. On the up side, > it's quite easy to do so. (rpmbuild -tb <tar archive>, or rpmbuild -ts and > mock for the binary build). > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos