> 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 via email to