Displaying 7 results from an estimated 7 matches for "binarymim".
Did you mean:
binarymime
2018 Sep 20
4
Dovecot submission announces CHUNKING but backend Postfix does not support it
...Is this a bug or am I
>> doing something wrong?
>>
>>
>> Thanks,
>>
>> ??Michael
>
> that "may" version depend
>
> http://www.postfix.org/features.html
> ...
> Postfix 3.4???? SMTP server support for RFC 3030 CHUNKING (without
> BINARYMIME).
> ...
>
As far as I understand, Dovecot always adds certain capabilities. This
is the responsible code (I think):
https://github.com/dovecot/core/blob/c8d03c3cab68328947a5afb47f48aef5b5a1e4ab/src/submission/submission-client.c#L95
2012 Jan 13
1
sendmail deferred
...;... Connecting to smtp.xxx.gov.qa. via esmtp...
220 mail.xxx.gov.qa Microsoft ESMTP MAIL Service ready at Fri, 13 Jan
2012 16:37:28 +0300
>>> EHLO avgw.yyy.com
250-mail.xxx.gov.qa Hello [95.9.x.x]
250-SIZE 10485760
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-AUTH
250-8BITMIME
250-BINARYMIME
250 CHUNKING
>>> MAIL From:<xxx at yyy.com> SIZE=939155
250 2.1.0 Sender OK
>>> RCPT To:<xxx at xxx.gov.qa>
>>> DATA
250 2.1.5 Recipient OK
354 Start mail input; end with <CRLF>.<CRLF>
timeout writing message to smtp2.xxx.gov.qa.: Connection re...
2018 Sep 20
2
Dovecot submission announces CHUNKING but backend Postfix does not support it
Hello,
I'm setting up Dovecot 2.3.2.1 as a submission proxy to a Postfix
backend server. Dovecot announces CHUNKING, but the Postfix backend does
not support (or announce) it.
HELO from Postfix:
220 backend.mydomain.com ESMTP Postfix (Ubuntu)
ehlo test
250-backend.mydomain.com
250-PIPELINING
250-SIZE 104857600
250-VRFY
250-ETRN
250-STARTTLS
2018 Sep 28
1
Dovecot submission announces CHUNKING but backend Postfix does not support it
...gt;>> Thanks,
>>>>
>>>> ??Michael
>>>
>>> that "may" version depend
>>>
>>> http://www.postfix.org/features.html
>>> ...
>>> Postfix 3.4???? SMTP server support for RFC 3030 CHUNKING (without
>>> BINARYMIME).
>>> ...
>>>
>>
>> As far as I understand, Dovecot always adds certain capabilities. This
>> is the responsible code (I think):
>>
>> https://github.com/dovecot/core/blob/c8d03c3cab68328947a5afb47f48aef5b5a1e4ab/src/submission/submission-client.c#L...
2018 Sep 20
0
Dovecot submission announces CHUNKING but backend Postfix does not support it
...to
> the capabilities and that's not configurable. Is this a bug or am I
> doing something wrong?
>
>
> Thanks,
>
> ?Michael
that "may" version depend
http://www.postfix.org/features.html
...
Postfix 3.4 SMTP server support for RFC 3030 CHUNKING (without
BINARYMIME).
...
--
[*] sys4 AG
https://sys4.de, +49 (89) 30 90 46 64
Schlei?heimer Stra?e 26/MG,80333 M?nchen
Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer, Wolfgang Stief
Aufsichtsratsvorsitzender: Florian Kirstein
2018 Sep 20
0
Dovecot submission announces CHUNKING but backend Postfix does not support it
...g wrong?
>>>
>>>
>>> Thanks,
>>>
>>> ??Michael
>>
>> that "may" version depend
>>
>> http://www.postfix.org/features.html
>> ...
>> Postfix 3.4???? SMTP server support for RFC 3030 CHUNKING (without
>> BINARYMIME).
>> ...
>>
>
> As far as I understand, Dovecot always adds certain capabilities. This
> is the responsible code (I think):
>
> https://github.com/dovecot/core/blob/c8d03c3cab68328947a5afb47f48aef5b5a1e4ab/src/submission/submission-client.c#L95
>
Dovecot adds the c...
2013 May 21
3
should dovecot store maildir files with CRLF or LF?
Hi.
I've made a strange observation.
When having Dovecot (at least) with maildir and moving (via IMAP) mail
received by some client (Evolution 3.4) into it the following happens:
Regardless of whether the mail was originally(!) set with CRLF or LF
(i.e. when I use netcat to submit the plain SMTP to the relaying MTA).
When the client (Evolution) had received the mail via POP3 before moving