<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>I'm on 2.3.19.1 (9b53102964) running on FreeBSD, if it matters.<br>
    </p>
    <p>I have a set of maintenance "things" that I want to have happen
      if someone does not authenticate against Dovecot (to check mail)
      after some period of time.  I was running the Z-Push exchange
      server, which (as its in PHP) made sticking an "you were here"
      flag in the user's filesystem easy, which of course means checking
      it is easy since the modification time on the file is sufficient.</p>
    <p>I was looking for something similar that I could use with Dovecot
      and my first thought was the cache or index files, but as it turns
      out local delivery (I'm running Postfix) updates those, so they're
      not left alone if no client is connected.</p>
    <p>I also don't see anything appropriate in the syslog that dovecot
      dumps into there I can scan for on a sign-in.</p>
    <p>My auth mechanism is "straight" login, no LDAP or similar, and I
      use pam as the mechanism.  I don't see anything in the auth.log
      file or dovecot's logs.</p>
    <p>My authentication section for dovecot is pretty-basic:<br>
    </p>
    <p>auth_mechanisms = login<br>
      disable_plaintext_auth = yes<br>
      passdb {<br>
        args = session=yes dovecot<br>
        driver = pam<br>
      }<br>
      protocols = imap<br>
    </p>
    <p>Does Dovecot maintain something that I can reasonably find in the
      filesystem for this?  A perusal of the documentation doesn't
      appear to show anything directly pertinent -- but I may have
      missed it.</p>
    <p>It appears that the event export capacity might be able to do
      this but I'm confused on how to set it up; what would be very
      useful is if, for each user, the log point could be different
      (e.g. in their home directory) and if it allowed overwriting (thus
      becoming an activity flag, basically.)<br>
    </p>
    <p>Thanks in advance!<br>
    </p>
    <div class="moz-signature">-- <br>
      Karl Denninger<br>
      <a href="mailto:karl@denninger.net" class="moz-txt-link-freetext">karl@denninger.net</a><br>
      <i>The Market Ticker</i><br>
      <font size="-2"><i>[S/MIME encrypted email preferred]</i></font></div>
  </body>
</html>