Count not read messages

2015-04-14 Thread Alexey Shilin
Hi!

I need to generate reports on the daily basis on how many messages are not
seen in any given user mailbox.

I looked at  'john.doe.seen' database file (with 'strings' and
'skiplist.py' )and could not figure out how I might be able to get this
info.

Any ideas?

--
Alexei Shilin

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

NFS share

2015-03-04 Thread Alexey Shilin
Hi!

I know it has been discussed a lot, but I would like to know what is the
current state of the issue.

I want to be able to mount /var/spoo/imap over NFS. All the other cyrus
files belong to the local drive.

The NFS share will be used exclusively by the cyrus server.

cyrus-imapd.x86_64-2.3.16-6.el6_2.5

Thanks
Alexei

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

rename leaves the original mailbox

2014-12-11 Thread Alexey Shilin
Hi!

We have a murder configuration.

I am trying to rename a mailbox on a new linux-oel-based backend.


#
localhost> rename user/shilin102 user/shilin105

localhost> renamemailbox: Permission denied

localhost> sam user/shilin102 shilin all

localhost> rename user/shilin102 user/shilin105
localhost>
##

Looks like everything is OK, but user/shilin105 is alive and well. Messages
are deleted from /var/spool/imap/user/shilin102 directory, but cyrus.*
files are there.



Dec 12 11:53:30 blackish imap[26910]: Expunged 1 messages from
user.shilin102
Dec 12 11:53:31 blackish imap[26910]: error renaming
/var/lib/imap/sieve/s/shilin102 to /var/lib/imap/sieve/s/shilin105: No such
file or directory
Dec 12 11:53:31 blackish imap[26910]: Deleted mailbox user.shilin102.Sent
Dec 12 11:53:32 blackish imap[26910]: cannot unlink
/var/lib/imap/user/s/shilin102.mboxkey: No such file or directory



/etc/imapd.conf



allowusermoves: 1

#


etc/cyrus.conf

##

  mupdatepush   cmd="ctl_mboxlist -m"

##

localhost> version
name   : Cyrus IMAPD
version: v2.3.16-Fedora-RPM-2.3.16-6.el6_2.5 2010/01/06 17:01:32
vendor : Project Cyrus
support-url: http://cyrusimap.web.cmu.edu
os : Linux
os-version : 3.8.13-44.1.5.el6uek.x86_64
environment: Built w/Cyrus SASL 2.1.23
 Running w/Cyrus SASL 2.1.23
 Built w/Berkeley DB 4.7.25: (July 22, 2010)
 Running w/Berkeley DB 4.7.25: (September 12, 2013)
 Built w/OpenSSL 1.0.0-fips 29 Mar 2010
 Running w/OpenSSL 1.0.0-fips 29 Mar 2010
 Built w/zlib 1.2.3
 Running w/zlib 1.2.3
 CMU Sieve 2.3
 TCP Wrappers
 mmap = shared
 lock = fcntl
 nonblock = fcntl
 idle = poll

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus