<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
LALOT Dominique wrote:
<blockquote
 cite="mid:1617f8010905101144j51430e82s77c3c7897182bdfa@mail.gmail.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=ISO-8859-1">
Hello,<br>
  <br>
I would like to run scripts for deleting unread old mails. But using
the imap API, I can only read the good seen status if I logged as the
user. Checking as cyrus tells me, that nothing has been read.<br>
  <br>
Is there an su option for imap?<br>
  <br>
How can I do that?<br>
</blockquote>
<br>
You can authenticate as an admin, and authz as the user you wish to see
seen state for.<br>
<br>
E.g.:<br>
<br>
imtest -m DIGEST-MD5 -a cyrus -u <a class="moz-txt-link-abbreviated" href="mailto:dwhite@olp.net">dwhite@olp.net</a> localhost<br>
<br>
Depending on your environment, the '/vendor/cmu/cyrus/imapd/sharedseen'
annotation may be useful. See the 'cyradm' man page for details.<br>
<pre style="margin: 0em;">
</pre>
</body>
</html>