From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Tue, 29 May 2007 12:10:25 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] plan9 as an imaps server In-Reply-To: <13426df10705290904v65b9eaf9ved756f75c74d5b2e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 749dedd4-ead2-11e9-9d60-3106f5b1d025 > 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