9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: 岡本健二 <keoknj55@gmail.com>
To: 9fans@9fans.net
Subject: [9fans] nupas for smtpcarm
Date: Tue, 24 Jan 2017 10:04:50 +0900	[thread overview]
Message-ID: <CA+_tt6KvE5agtW-6tvXQTMKfiopyTqW99qDf2zoD2YVSvrF55Q@mail.gmail.com> (raw)

I had been blocked to post mail here from my ordinal mail server.
Then I changed server to another which has smtp auth potocol.
It was written as smtpcram() function in nupas/smtp/smtpc
by erik.   However, it has a bug.
Please change the line in smtpcram() in smtp.c as:

	dBprint("%s\r\n", ch);
to
	dBprint("%s\r\n", ebuf);

Kenji

( the changed smtp server is still blocked, and this is my first use
of gmail on abaco)



             reply	other threads:[~2017-01-24  1:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-24  1:04 岡本健二 [this message]
2017-01-27  1:34 ` 岡本健二
2017-01-28 21:00   ` Richard Miller
2017-01-28 23:20     ` hiro
2017-01-29  9:30       ` Richard Miller
2017-01-29  9:30       ` Richard Miller
2017-01-29  9:44         ` hiro
2017-01-29 17:35           ` Richard Miller
2017-01-30  1:25     ` 岡本健二
2017-01-30  2:30     ` 岡本健二
2017-01-31 21:50       ` hiro
2017-01-31 22:47         ` Skip Tavakkolian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+_tt6KvE5agtW-6tvXQTMKfiopyTqW99qDf2zoD2YVSvrF55Q@mail.gmail.com \
    --to=keoknj55@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).