Mauricio Tavares:
> raub@desktop:/tmp$ nc -t mail.domain.com 25
> 220 mail.domain.com Test Mail Server
> EHLO desktop.domain.com
> 250-mail.domain.com
> 250-PIPELINING
> 250-SIZE
> 250-ETRN
> 250-STARTTLS
> 250-ENHANCEDSTATUSCODES
> 250-8BITMIME
> 250 DSN
> MAIL FROM: BODY=8BITMIME
> 250 2.1.0 Ok
>
On Sun, Jun 29, 2014 at 8:20 AM, Wietse Venema wrote:
> Mauricio Tavares:
>> [<-] 220 mail.domain.com Test Mail Server
>> [->] HELO raub.internal.domain.com
>> [<-] 250 mail.domain.com
>> [->] MAIL FROM:
>
> You send HELO. That means you can only send 7-bit ASCII email.
> Please read RFC 5321 for
Mauricio Tavares:
> [<-] 220 mail.domain.com Test Mail Server
> [->] HELO raub.internal.domain.com
> [<-] 250 mail.domain.com
> [->] MAIL FROM:
You send HELO. That means you can only send 7-bit ASCII email.
Please read RFC 5321 for the 7-bit requirement of SMTP.
In order to send 8BIT mail over SM
Mauricio Tavares:
> Content-Transfer-Encoding: 8bit
>
> Italienisches Olivenöl
depending on your shell it's possible the 'ö' is encoded as 2 byte in UTF-8.
so you may need a charset declaration, too.
does your test pass if you simply replace ö by oe ?
that way you may check if you test the right
On Tue, Jun 24, 2014 at 10:58 AM, Wietse Venema wrote:
> Mauricio Tavares:
>> This email is mostly about understanding what is going on, how
>> the process works than whether my install of postfix is working
>> properly or the MUA is lying. In fact, I am using ssmtp to send the
>> email to p
Mauricio Tavares:
> This email is mostly about understanding what is going on, how
> the process works than whether my install of postfix is working
> properly or the MUA is lying. In fact, I am using ssmtp to send the
> email to postfix because I want to make my test as simple as possible
>
This email is mostly about understanding what is going on, how
the process works than whether my install of postfix is working
properly or the MUA is lying. In fact, I am using ssmtp to send the
email to postfix because I want to make my test as simple as possible
(avoid "helpful" MUAs adding