Re: Virtual domains.

2001-07-19 Thread Joel M. Baldwin
My resolution to this was to encode the username and domainname into the Cyrus username such that [EMAIL PROTECTED] turns into the Cyrus mailbox user.johnsmith__somedomaincom The disk storage turns into SPOOLROOT/user/somedomaincom/j/johnsmith This isn't in production yet, although the testing I

Re: Last accessed date

2001-05-02 Thread Joel M. Baldwin
How about the 'seen' file. Isn't that updated everytime a user checks mail? Dan Ellis wrote: > > Hello, we are trying to purge accounts not used in more than 180 days. Hwat is > the best method for tracking the last login date of a user? The directory date > seems more the last time mail was

Re: Cyrus IMAP 2.0.13 released

2001-04-27 Thread Joel M. Baldwin
I've had a problem that might be in under FBSD 3.5stable. I haven't implemented Cyrus yet, but under load testing I see a large number of sendmail processes that are in a "Client Greeting" state. I presume that sendmail is trying to talk to lmtpd and not getting a response. I've gotten around

Re: removing logs

2001-03-27 Thread Joel M. Baldwin
The logs are automatically created if the directory exists. Remove the /var/imap/log/my_mailbox directory to stop it. Somewhere in the doc its mentions that if the directory /var/imap/log/username exists when username logs in, then a session log of the connection is created. prune wrote: > >

Re: Period in mailbox names (again)

2001-03-27 Thread Joel M. Baldwin
You wouldn't in a username, but in a folder name I can easily see wanting to have .'s and /'s However I see that you have to have a separator of SOME kind to use in mailbox names. And you're ultimately limited by the IMAP protocol command set. Atif Ghaffar wrote: > &g

Re: Period in mailbox names (again)

2001-03-26 Thread Joel M. Baldwin
How does this work of you want to create a folder with a '/' in the name? Sounds like we've still got a reserved character that can't be in folder names. David Fuchs wrote: > > Alfred, > > I created the patch for cyrus-imapd version 2.0.11. It works on 2.0.12 > as well, which is the

Re: Transfering mails for other user

2001-03-23 Thread Joel M. Baldwin
I've successfully moved folders around on the SAME server by just moving the folder and then running reconstruct -r -f on the new location. Since cyrus still thinks the old mail folders exist, I then have to mkdir the OLD folders, run reconstruct on the OLD location, and then you can dm the old

Re: Cyrus IMAP 2.0.12/SASL/DB3 problems ...

2001-03-02 Thread Joel M. Baldwin
Might you have mismatched db3 libraries? Check your system for other db3 libraries that might be earlier in the path and thus being used instead of what you're specifying. /usr/lib /lib /usr/local/lib etc. Phil Ellett wrote: > > Yes /etc/sasldb is created owned by cyrus.mail and the > sasldbl

Re: sendmail config question for multiple domains.

2001-02-26 Thread Joel M. Baldwin
: > > There is some code in lmtpd.c and lmtpengine.c that > strips from the "@" to \0. Find those and lmtp > will work the way you want it. > > -Allan > > On Mon, 26 Feb 2001 12:54:26 -0800, Joel M. Baldwin wrote: > > > > >Cyrus 2.0.12 > &

sendmail config question for multiple domains.

2001-02-26 Thread Joel M. Baldwin
Cyrus 2.0.12 Using socket lmtp for local delivery I've got some desired patches working for my implementation of mutiple/virtual domains but for one thing. When sendmail talks lmtp to lmtpd it isn't sending a domain name. I'm getting: RCPT To: I want it to be: RCPT To:<[EMAIL PROTECTED]> Wh

Re: master not respawning properly under OpenBSD 2.8

2001-02-06 Thread Joel M. Baldwin
I'm seeing the same behavior under FreeBSD 3.5. There was a patch posted in the list right after 2.0.11 came out that was supposed to fix this but I haven't tried it yet. Search the archive. Bitt Faulk wrote: > > Bitt Faulk wrote: > > > > Bitt Faulk wrote: > > > > > > I've compiled Cyrus 2.0.