Re: Error message when deleting

2002-04-19 Thread julesa
IMAP clients like Netscape whose delete function (by default?) tries to copy a message to a Trash folder before removing the message from the current mailbox will also exhibit this problem if the user quota is exceeded. Do you have a default quota set? Users find this frustrating because even if

lmtpd's

2002-04-19 Thread Nick Ustinov
Also, I have quite a number (100 or 150) of lmtpd's handing in memory doing: fcntl64(8, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0} if I do strace. Is this normal?? Sincerely, Nick

weird

2002-04-19 Thread Nick Ustinov
I use PAM for auth, however, SOMETIMES i still see: Apr 19 18:23:25 tom pop3d[23395]: unable to open Berkeley db /etc/sasldb2: No such file or directory Apr 19 18:23:25 tom pop3d[23395]: could not find password Commentes? Sincerely, Nick

sendmail vs postfix

2002-04-19 Thread Nick Ustinov
Hey everyone, Finally, I have upgraded to 2.1.3. I use skiplist for mailboxes and duplicate db now. Cyrus works together with sendmail and the server is pretty heavily loaded. mailboxes.db file is over 50Mb. The system receives about 150-350 emails per minute, sendmail is set up it deliverymode=q

Re: Hello! Installing Cyrus first time...

2002-04-19 Thread Derek Chen-Becker
Hi Daniel, It sounds like the pwcheck server isn't set up correctly. If you are using a newer version of Cyrus, you'll probably want to use saslauthd; I found it more flexible and easier to configure. I can't remember where the documentation was that I used, but it was pretty straightforw

Re: Error message when deleting

2002-04-19 Thread Doug
Guy Durand wrote: > > When I attemp to delete a message from the client I receive the message > that The IMAP copy failed. > > Can anyone give me a clue as to what is happening so that I might attemp > to fix it? > > Badiane If you are not using Netscape, ignore this. Otherwise... If this is N

Re: Hello! Installing Cyrus first time...

2002-04-19 Thread Ken Murchison
danielm wrote: > > Hi, I've got the Cyrus server to the point where it's responding to > telnet localhost 143 but I think I've left out the authentication stuff, > I just assumed that ports would take care of that. When I try to run > cyradm I get : plaintext [user] cannot connect to pwcheck se

Re: Resieving Folder

2002-04-19 Thread Ken Murchison
Quoting Ashley Yakeley <[EMAIL PROTECTED]>: > At 2002-04-19 02:59, I wrote: > > >What if I make a wrapper around cyrdeliver that does "cat /dev/null > > >/var/lib/cyrus/deliver.db" first, and have fetchmail use that? Or is > >there a better way to purge the database? > > Looks like I should u

Re: Resieving Folder

2002-04-19 Thread Ashley Yakeley
At 2002-04-19 02:59, I wrote: >What if I make a wrapper around cyrdeliver that does "cat /dev/null > >/var/lib/cyrus/deliver.db" first, and have fetchmail use that? Or is >there a better way to purge the database? Looks like I should use ctl_deliver -E 0 ...rather less heavy-handed and in

Re: Hello! Installing Cyrus first time...

2002-04-19 Thread Jan Schreckenbach
danielm wrote: > > Hi, I've got the Cyrus server to the point where it's responding to > telnet localhost 143 but I think I've left out the authentication stuff, > I just assumed that ports would take care of that. When I try to run > cyradm I get : plaintext [user] cannot connect to pwcheck serv

Re: How to have rights to append or delete mailboxes?

2002-04-19 Thread Hein Roehrig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > sam user.newuser lrsipd > the answer is > usage: setaclmailbox mailbox id rights [od rights] # can't read obviously sam user.newuser newuser lrsipd > dam user.newuser > answer is > delatemailbox permission denied # cyrus user has no a

How to have rights to append or delete mailboxes?

2002-04-19 Thread Alain Barthélemy
Thus I type su cyrus cyradm -u cyrus -a login localhost then: cm user.newuser then: lam user.newuser newuser lrswipcda then: sam user.newuser lrsipd the answer is usage: setaclmailbox mailbox id rights [od rights] # can't read obviously I want to delete the

Re: Resieving Folder

2002-04-19 Thread Ashley Yakeley
At 2002-04-17 06:57, Ken Murchison wrote: >It was removed because 'deliver' in v2 is simply an LMTP client. It has >no control over whether duplicate suppression is done or not. Ah. What if I make a wrapper around cyrdeliver that does "cat /dev/null > /var/lib/cyrus/deliver.db" first, and hav