pop3 mail not deleting.

2003-09-18 Thread Bob Meader
I have a bit of odd pop3 problem.  Just one of
my email clients is reporting a problem with
Outlook and pop3.  Spefically he has sent
Outlook to leave mail on the server up to 5 days.
The problem is after several weeks mail older
than 5 days is no longer deleted from server.
In order to delete mail I have hime momentary set
Outlook not save mail on server.  After the mail
is deleted and the option to leave 5 days
of mail on server is turned back on,everything
works OK for several weeks. Anyone else
have same problem?

I am using cyrus v2.1.11 running on NetBSD 1.6
installed via pkg collection.

= 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
#  idledcmd=idled
}

# UNIX sockets start with a slash and are put into /var/imap/socket
SERVICES {
  # add or remove based on preferences
  imap  cmd=imapd listen=imap prefork=0
  imaps cmd=imapd -s listen=imaps prefork=0
  pop3  cmd=pop3d listen=pop3 prefork=0
  pop3s cmd=pop3d -s listen=pop3s prefork=0
  sieve cmd=timsieved listen=sieve prefork=0

  # at least one LMTP is required for delivery
#  lmtp cmd=lmtpd listen=lmtp prefork=0
  lmtpunix  cmd=lmtpd listen=/var/imap/socket/lmtp prefork=0

  # this is only necessary if using notifications
#  notify   cmd=notifyd listen=/var/imap/socket/notify proto=udp
prefork=1
}

EVENTS {
  # this is required
  checkpointcmd=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
}
=imapd.conf=
# $NetBSD: imapd.conf,v 1.1.1.1 2002/10/27 16:08:53 chris Exp $
#
# Cyrus IMAP server configuration file.  Refer to imapd.conf(5) for
# more options.

configdirectory: /var/imap
partition-default: /var/spool/imap
sieveusehomedir: false
hashimapspool: false
sendmail: /usr/sbin/sendmail

admins: cyrus

# Use the saslauthd daemon to verify plaintext passwords.  Please ensure
that
# the saslauthd daemon is running before trying to authenticate.
#
sasl_pwcheck_method: auxprop
tls_cert_file: /var/imap/server.pem
tls_key_file: /var/imap/server.pem




DBERROR: archive

2003-01-09 Thread Bob Meader
I get these recurring lines in log:
Jan  9 15:08:27 tuba ctl_cyrusdb[28368]: checkpointing cyrus databases
Jan  9 15:08:27 tuba ctl_cyrusdb[28368]: DBERROR: archive /var/imap/db:
cyrusdb
error
Jan  9 15:08:27 tuba ctl_cyrusdb[28368]: done checkpointing cyrus databases

I am running NetBSD 1.6, I installed cyrus-imap-2.1.9 via
the packages collection feature of Netbsd.
The auto build configured cyrus-imap as follows:
#
./configure  --with-cyrus-user=cyrus --with-cyrus-group=mail --with-cyrus-pr
ef
ix=/usr/pkg/cyrus --with-statedir=/var/run --with-dbdir=/usr/pkg --with-open
ssl=
/usr --with-sasl=/usr/pkg --without-ucdsnmp --without-notify --without-zephy
r --
enable-netscapehack --with-libwrap=/usr --with-com_err= --with-auth=unix --w
itho
ut-krb --host=i386--netbsdelf --prefix=/usr/pkg

The imap mailboxes work OK.

One other item I noticed the /var/imap/db
had the files listed below immediately
after installation BEFORE any mailbox
was created and any mail delivered/picked up.
Why did I get a 17 meg db file?

tuba# ls -l
total 11584
-rw---  1 cyrus  mail  8192 Jan  9 14:18 __db.001
-rw---  1 cyrus  mail270336 Jan  9 14:18 __db.002
-rw---  1 cyrus  mail 98304 Jan  9 14:18 __db.003
-rw---  1 cyrus  mail  17063936 Jan  9 14:18 __db.004
-rw---  1 cyrus  mail 32768 Jan  9 14:18 __db.005
-rw---  1 cyrus  mail256513 Jan  9 14:19 log.01
tuba#