RE: Deleted users not completely gone?

2001-08-13 Thread Josh Miller
3, 2001 18:23 To: Josh Miller Cc: Cyrus-Info Subject: Re: Deleted users not completely gone? Josh Miller wrote: > > When I delete a user, the user still shows up in the quota report... > > Is anyone else seeing this, or have I done something wrong? > > I'm running 2.0.

Deleted users not completely gone?

2001-08-12 Thread Josh Miller
When I delete a user, the user still shows up in the quota report... Is anyone else seeing this, or have I done something wrong? I'm running 2.0.16. Thanks - Josh

Sendmail 8.12's mbdb.c and Cyrus

2001-07-28 Thread Josh Miller
Is anyone working on adding support for Cyrus to Sendmail 8.12 (currently beta)'s mbdb.c? It will allow sendmail to not accept messages to non-existent users instead of having Cyrus bounce them, among other things, and it has an example for using LDAP already. - Josh

Statistics

2001-05-02 Thread Josh Miller
Is there a way to see statistics on how much mail is received/read/etc. in Cyrus 2.0.13? - Josh

Testing if a mailbox exists

2001-04-20 Thread Josh Miller
Could someone point me to some freestanding code which will check if a mailbox exists under 2.x?

quota lists deleted accounts

2001-04-10 Thread Josh Miller
If I run quota as user cyrus, it lists deleted accounts. i.e. cyrus@pacific:/home/josh$ quota user.test Quota % UsedUsed Root 0 0 user.test If I run quota -f to fix it, I get cyrus@pacific:/home/josh$ quota -f user.test user.test: removed Quota % UsedUsed Ro

Sendmail 8.12 & Mailbox Database

2001-03-30 Thread Josh Miller
Sendmail 8.12 allows defining of the mailbox database (i.e. so the mailer flag 'w' will would work with Cyrus). Is anyone working on creating the functions for sendmail's libsm/mbdb.c to do this with Cyrus? Sendmail only comes with a functions for /etc/passwd and LDAP right now. - Josh

550 No such user here (I wish)

2001-03-24 Thread Josh Miller
Adding w to the mailer flags tells sendmail to check for users in /etc/passwd before accepting a message. Is there a way to make it check /etc/sasldb or the imap server for existence of the user instead? I found some instructions (search for "OT: sendmail.cf and cyrus" from "Dave Caplinger") in t

automating cyradm

2001-03-24 Thread Josh Miller
Upgrading to 2.0.12, cyradm has changed... I've tried looking through the perl scripts and modules and man pages, but can't get a script to work. josh@pacific:~$ perl -MCyrus::IMAP::Shell -e 'run("test")' Bad filehandle: __DATA__ at /usr/lib/perl5/Term/ReadLine/Gnu.pm line 543. I don't know if i

RE: Accepting e-mail for unknown users...

2001-03-15 Thread Josh Miller
It does bounce it...but why can't I block it during the incoming SMTP transmission instead of replying "250 2.1.5 [EMAIL PROTECTED] Recipient ok"? - Josh -Original Message- From: Rob Tanner [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 19:50 To: Josh Mil

Accepting e-mail for unknown users...

2001-03-15 Thread Josh Miller
Do I have to accept e-mail for unknown users? or can I have sendmail check that the user actually exists when e-mail comes in? If so...is there documentation on doing this anywhere? I remember seeing something about this on this list quite awhile ago, but I can't find it by searching the archives

Makefile bug in 2.0.12?

2001-03-12 Thread Josh Miller
Maybe I'm doing something wrong, but I don't think so... I'm configuring, building, and installing cyrus 2.0.12 with ./configure \ --with-cyrus-prefix=/usr/local \ --disable-sieve \ make depend make all CFLAGS=-O2 su -c "make install" But some files are being installed under /usr/local/local

RE: Can't run master on Cyrus 2.0.11

2001-02-15 Thread Josh Miller
I also had this problem, and I don't know *the* solution, but I know *a* solutionI uninstalled libnss-db before compiling, and had no more problems...(Which won't work if you use .db files for your passwd, shadow, group or other naming databases, as they depend on this package) This is on unst

DBERROR

2001-01-02 Thread Josh Miller
I've installed Cyrus 2.0.9 on my Debian unstable system, using kernel 2.4.0-test12 and everything appears to be working, but in the imapd.log file, I'm getting these errors: ctl_deliver[24302]: DBERROR: dbenv->open failed: Permission denied lmtpd[24307]: DBERROR: dbenv->open failed: Permission d

Virtual Domains

2000-10-30 Thread Josh Miller
Looking though the archive, I've seen this addressed by a few people a few times... Does anyone have a complete set of patches to work with virtual domains such that e-mail sent to [EMAIL PROTECTED] can be downloaded with [EMAIL PROTECTED] and is completely different from [EMAIL PROTECTED]? The