dberror seen db
    Agri 
    agri at 7m.ru
       
    Fri Sep 12 12:26:21 EDT 2003
    
    
  
Thank you for answer.
No, hash is turned off.
my configs
**************************************************************
> cat /etc/imapd.conf
configdirectory: /var/cyrus
partition-default: /var/imap
sasl_pwcheck_method: auxprop
tls_cert_file: /etc/openssl/certs/cert.pem
tls_key_file: /etc/openssl/private/key.pem
virtdomains: yes
defaultdomain: 7m.vps.rusonyx.ru
admins: agri
> cat /etc/cyrus.conf
# standard standalone server implementation
START {
  # do not delete this entry!
  recover       cmd="ctl_cyrusdb -r"
  # this is only necessary if using idled for IMAP IDLE
#  idled                cmd="idled"
}
# UNIX sockets start with a slash and are put into /var/imap/sockets
SERVICES {
  # add or remove based on preferences
  imap          cmd="imapd" listen="imap" prefork=0
  pop3          cmd="pop3d" listen="pop3" prefork=0
  # LMTP is required for delivery
  lmtpunix      cmd="lmtpd" listen="/var/cyrus/socket/lmtp" prefork=0
  # this is only necessary if using notifications
#  notify       cmd="notifyd" listen="/var/cyrus/socket/notify" proto="udp" prefork=1
}
EVENTS {
  # this is required
  checkpoint    cmd="ctl_cyrusdb -c" period=30
  # this is only necessary if using duplicate delivery suppression
  delprune      cmd="ctl_deliver -E 3" at=0400
  # this is only necessary if caching TLS sessions
  tlsprune      cmd="tls_prune" at=0400
}
********************************************************************
I have directories in the /var/imap
/var/imap/domain
/var/imap/domain/7m.ru
/var/imap/domain/7m.ru/user
/var/imap/domain/7m.ru/user/agri
/var/imap/domain/7m.ru/user/agri/Trash
As you see i can read mail in my agri (agri at 7m.ru) mailbox by imap4 and pop3.
while using pop3 there is no any error messages only when using imap4.
Should i turn on hashing? Is it nesesarry?
Agri
On Fri, 12 Sep 2003 12:03:06 -0400
Ken Murchison <ken at oceana.com> wrote:
> 
> 
> Agri wrote:
> 
> > i'm using imapd-2.2.1-beta
> > 
> > i got messages at syslog
> > 
> > imap[12855]: DBERROR: opening /var/cyrus/domain/q/7m.ru/user/a/agri.seen: cyrusdb error
> > imap[12855]: DBERROR: opening /var/cyrus/domain/q/7m.ru/user/a/agri.seen: No such file or 
> > directory
> > 
> > i have no any hashing for directories.
> 
> Without more info on what exactly caused these messages, its hard to 
> diagnose.
> 
> domains and users are always hashed in the configdir, its just a matter 
> of how there are hashed (either basic or full).  If the user has never 
> read a message (or selected a mailbox) via IMAP, then they won't have a 
> seen state file.  Perhaps you are seeing this message because such a 
> user was deleted (when you delete a user, the seen state file is also 
> deleted).
> 
> -- 
> Kenneth Murchison     Oceana Matrix Ltd.
> Software Engineer     21 Princeton Place
> 716-662-8973 x26      Orchard Park, NY 14127
> --PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp
> 
    
    
More information about the Info-cyrus
mailing list