On Sep 23, 9:55 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Sep 19, 8:45 pm, Phil Lord <[EMAIL PROTECTED]> wrote: > > > On Sep 19, 2:28 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > On Sep 19, 12:44 am, Phil Lord <[EMAIL PROTECTED]> 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". _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
