[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OpenSSL with SMTP mail instead of GnuTLS
From: |
address@hidden |
Subject: |
Re: OpenSSL with SMTP mail instead of GnuTLS |
Date: |
Tue, 23 Sep 2008 10:26:10 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Sep 23, 9:55 am, "chrych...@gmail.com" <chrych...@gmail.com> wrote:
> On Sep 19, 8:45 pm, Phil Lord <phil.lord....@googlemail.com> wrote:
>
> > On Sep 19, 2:28 am, "chrych...@gmail.com" <chrych...@gmail.com> wrote:
>
> > > On Sep 19, 12:44 am, Phil Lord <phil.lord....@googlemail.com> wrote:
> > > Now, I am able to get the part where data is sent up to the point
> > > where a dot character on a line by itself is sent. I assume this is
> > > something like an EOF signal to the SMTP server. However, nothing
> > > happens for a while after. Then I get the "read:errno=54" in the SMTP
> > > session trace buffer.
>
> > > Any ideas anyone?
>
> It looks like it's a problem with my SMTP server. I recreated the
> session in the command line and was able to observe the same
> behavior. I'll take this up with support instead.
>
Finally got things to work!
Support advised me to add "-crlf" to the list of parameters being
passed to openssl. That immediately worked but the message headers
weren't being interpreted properly so I had to hack smtpmail-send-
data-1 also so that "\n" is used instead of "\r\n".