9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@coraid.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] plan9 as an imaps server
Date: Tue, 29 May 2007 12:10:25 -0400	[thread overview]
Message-ID: <dc155c7e397a010d81db851ff6d6be99@coraid.com> (raw)
In-Reply-To: <13426df10705290904v65b9eaf9ved756f75c74d5b2e@mail.gmail.com>

> actually, here is what is interesting. Once I put the key in
> /mnt/factotum/ctl via cat, i.e. once I did this:
> auth/secstore -G factotum > /mnt/factotum/ctl
> then the mail passwords for all accounts -- port imap or imaps --
> stopped working. They were working moments before this, then stopped.

on which machine as which user is this command being run?

> Once I got rid of the factotum, they started working again. Now that's
> confusing (to me).

what do you mean by "getting rid of factotum".

> how about if ((pw_expire) && (pw->expire <= now)){

how about

	if(pw->expire > 0 && pw->expire <= now)

- erik


  reply	other threads:[~2007-05-29 16:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-29  6:48 ron minnich
2007-05-29  7:01 ` Skip Tavakkolian
2007-05-29  7:38 ` Steve Simon
2007-05-29 16:04   ` ron minnich
2007-05-29 16:10     ` erik quanstrom [this message]
2007-05-29 16:14       ` ron minnich

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=dc155c7e397a010d81db851ff6d6be99@coraid.com \
    --to=quanstro@coraid.com \
    --cc=9fans@cse.psu.edu \
    /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).