Re: PTS LDAP Take 3

2004-01-18 Thread Tim Pushor
Igor Brezac wrote: I do not see how this is going to work within cyrus context. You will need to change a lot more than just ptloader/ldap code for this to work. Perhaps I don't understand everything involved, but ptloader now just finds the user record via user defineable filter, and only

Re: PTS LDAP Take 3

2004-01-18 Thread Igor Brezac
On Sat, 17 Jan 2004, Tim Pushor wrote: Igor Brezac wrote: I do not see how this is going to work within cyrus context. You will need to change a lot more than just ptloader/ldap code for this to work. Perhaps I don't understand everything involved, but ptloader now just finds the

Re: nntp fiddling

2004-01-18 Thread Kevin P. Fleming
Nils Vogels wrote: Kevin, may I ask how you managed to get multiple groups using one fetchnews command ? I've been trying comma delimited group names (fetchnews -n -w nl.test,nl.someother news.myisp.nl) but for some reason no articles are fetched then. If I use space delimitations, only the

Re: PTS LDAP Take 3

2004-01-18 Thread Tim Pushor
Igor Brezac wrote: I see. I did not realize you were going to retrieve groups with another search filter. This should work. Yeah, I'm sure it will. I wish I could do it in one query though.. How often does the ptloader get called on? Will the pts cache here help at all? What exactly does

Re: Skiplist causing DB problems?

2004-01-18 Thread Ken Murchison
Jason Williams wrote: Important info: FreeBSD 4.9 Cyrus-Imapd-2.1.16 Cyrus-SASL-2.1.17 I've setup two idential servers. They are both compiled with BerkeleyDB 4.1.25: I installed cyrus through the ports tree, but set different options upon compile time. (Configure options) make

Re: nntp fiddling

2004-01-18 Thread Ken Murchison
Nils Vogels wrote: Kevin P. Fleming wrote: Ken Murchison wrote: There is no overlap between the groups from the different servers, and grouping them is easy with wildcard matching: cups.* microsoft.* infragistics.* everything else OK, so you need the newspeer option to be a *list* of

Re: Skiplist causing DB problems?

2004-01-18 Thread Ken Murchison
[EMAIL PROTECTED] wrote: Hello and thanks for your reply... check the permissions for /var/imap/db. I had a problem with that once. What's in /var/imap/db? centralcore# ls -la /var/imap/ total 20 drwxr-xr-x 10 cyrus cyrus 512 Jan 17 22:23 . drwxr-xr-x 21 root wheel 512 Jan 17 22:23

Re: Sent and Outgoing Folder issues

2004-01-18 Thread Mike O'Rourke
Troy McKinnon [EMAIL PROTECTED] 01/17/04 03:34AM In squirrelmail I get the following error on the Left Hand Navigation frame. ERROR : Could not complete request. CREATE INBOX.Sent Reason Given: Permission denied Also when I set up an imap account I have to remove the 'special folders'

Messed up my database libraries, help!

2004-01-18 Thread Mark London
Hi - On redhat 9, I accidently deleted a bunch of files in /lib. I installed the rpms I downloaded from redhat, including db4 However, I'm getting the following errors, even though I recompiled cyrus. Any suggestions? I must have messed up the db libraries, but I can't figure out how.

Re: Skiplist causing DB problems?

2004-01-18 Thread [EMAIL PROTECTED]
Hello and thanks for your help... Jan 16 16:46:01 obsidian master[167]: process started Jan 16 16:46:01 obsidian ctl_cyrusdb[168]: recovering cyrus databases Jan 16 16:46:01 obsidian ctl_cyrusdb[168]: skiplist: recovered /var/imap/mailboxes.db (1 record, 320 bytes) in 0 seconds Jan 16

Re: Messed up my database libraries, help!

2004-01-18 Thread Jim Levie
On Sun, 2004-01-18 at 16:56, Mark London wrote: Hi - On redhat 9, I accidently deleted a bunch of files in /lib. I installed the rpms I downloaded from redhat, including db4 However, I'm getting the following errors, even though I recompiled cyrus. Any suggestions? I must have messed up

Re: PTS LDAP Take 3

2004-01-18 Thread Igor Brezac
On Sun, 18 Jan 2004, Tim Pushor wrote: Igor Brezac wrote: I see. I did not realize you were going to retrieve groups with another search filter. This should work. Yeah, I'm sure it will. I wish I could do it in one query though.. How You could use ldap_whoami() instead of the

Re: Messed up my database libraries, help!

2004-01-18 Thread Mark London
At 6:43 PM -0600 1/18/04, Jim Levie wrote: On Sun, 2004-01-18 at 16:56, Mark London wrote: Hi - On redhat 9, I accidently deleted a bunch of files in /lib. I installed the rpms I downloaded from redhat, including db4 However, I'm getting the following errors, even though I recompiled cyrus.

Re: PTS LDAP Take 3

2004-01-18 Thread Tim Pushor
Igor Brezac wrote: You could use ldap_whoami() instead of the first query. Where does that come from? You do not need to do anything with this. The identifier is passed to pts for canonicalization, the group is not validated. I don't see this in ldap.c. The identifier