Patrick Ben Koetter:
> * Wietse Venema <[email protected]>:
> > > out of curiosity and completely ignoring the fact that you probably have
> > > other
> > > things on your mind:
> > >
> > > Have you ever had a look at LEMONADE
> > > <http://www.lemonadeformobiles.com/index.html> and the protocol
> > > extensions it
> > > defines for SMTP (e.g. BURL, CHUNKING, BINARYMIME) and have you
> > > considered to
> > > add those functionalities to Postfix?
> >
> > Yes.
>
> What was the outcome? Any plans for a specific release?
Newer does not mean better.
- CHUNKING has no benefits for Postfix. The SMTP daemon just has
to do more work transforming the blobs into the canonical Postfix
queue file format.
- BINARYMIME is no good for digital signatures such as DKIM until
every MTA deploys it. When used as submission-only protocol it has
no benefits for Postfix. The SMTP daemon just has to do more work
when it transforms blobs into canonical Postfix queue file format.
- BURL adds an IMAP client to the MTA.
Wietse