Subject: Re: dberror seen db - msg#00182
List: mail.imap.cyrus
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
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Sql based Spamassassin with sieve
On Friday, September 12, 2003, at 03:11 AM, Ramprasad A Padmanabhan
wrote:
Precisely.
But thats what I do not want. There are some people in my office who
themselves will decide what is spam and what is not
Now How Can I run a spamassassasin with individual settings
If there are 5 rcpts the SA must sperate instances run for all 5 of
them
Must be someway in sieve But I am not able to get one working
How about this?
http://au2.spamassassin.org/full/2.5x/dist/sql/README
works for me.
--
darron froese
Next Message by Date:
click to view message preview
Re: dberror seen db
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@xxxxx) 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@xxxxxxxxxx> 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
>
Previous Message by Thread:
click to view message preview
dberror seen db
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.
How to fix it?
Agri
Next Message by Thread:
click to view message preview
Re: dberror seen db
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@xxxxx) 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@xxxxxxxxxx> 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
>