Re: Cyrus Imap and crypt SQL Passwords?

2005-04-13 Thread Berger, Stefan (IT- Management)
Hi, thanks for the responses to all. But there is a problem still. I've patched the cyrus-sasl-2.1.19 Version compiled and installed. So if I set the parameter sasl_password_format: plaintext all is running. Is the sasl_password_format: crypt set, then i can't authenticate against my MySQL Databas

mailbox in a weird state

2005-04-13 Thread Don McPhee
Hi Several programs don't agree on what cyrus-imap is reporting on a particular mailbox in my imap installation. Here is the imap transcript fanta:/var/www/webmail/config# telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK fanta.veritel.com.au Cyrus IM

Re: Cyrus Imap and crypt SQL Passwords?

2005-04-13 Thread Diego M. Vadell
I use ENCRYPT, and it works. update usuarios set password=ENCRYPT("password","$1$encrypt$") ... $1$encrypt$ may be any string, AFAIR Good luck, -- Diego. On Wednesday 13 April 2005 08:05, Berger, Stefan (IT- Management) wrote: > Hi, > > thanks for the responses to all. But there is a problem st

Re: Cyrus Imap and crypt SQL Passwords?

2005-04-13 Thread Berger, Stefan (IT- Management)
@ Diego and all other it workes now. I use ENCRYPT and all is running. Thanks a lot! > I use ENCRYPT, and it works. > update usuarios set password=ENCRYPT("password","$1$encrypt$") ... > > $1$encrypt$ may be any string, AFAIR > > Good luck, > -- Diego. > > On Wednesday 13 April 2005 08:05, Ber

mail to multiple users

2005-04-13 Thread Helmut Weigel
Hi all! I 've got a question about how messages are stored on the system. Think of the following situation: I have a huge number of users in my mailstore, lets say 5. And now i want to send one single email, maybe with a fully featured 150 Pages colored PDF Attachment, to them all. Can you se

Re: mail to multiple users

2005-04-13 Thread Jules Agee
I'm pretty sure I remember reading somewhere in the docs that Cyrus already does this. If a single message is addressed to multiple users it creates a hard link to the same message in each mailbox. Nothing special required, as long as it's one message with multiple recipients. Helmut Weigel wro

Re: mail to multiple users

2005-04-13 Thread Edward Rudd
On Wed, 2005-04-13 at 17:25, Helmut Weigel wrote: [snip] > And now i want to send one single email, maybe with a fully featured 150 > Pages colored PDF Attachment, to them all. > > Can you see any chance, that this message is just stored once in the > mailstore and there are 5 references /

Re: problem connecting to timsieved

2005-04-13 Thread Nicholas J Brealey
Patrice wrote: Hi, I have some troubles to connect on my timsieved daemon. it seems I have an authentication problem. here is what I see when I do a telnet on sieve port : "IMPLEMENTATION" "Cyrus timsieved v2.2.12" "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress relational c

Re: mail to multiple users

2005-04-13 Thread Rich Wohlstadter
>> What would the MTA have to tell cyrus to do that, if even possible? > the MTA would have to be configured to use LMTP to send the message and > send the multiple recipients in one submission to the LMTP socket. One thing I found is that if your using postfix, you cannot configure it to use the

Re: mail to multiple users

2005-04-13 Thread Derrick J Brashear
On Thu, 14 Apr 2005, Helmut Weigel wrote: Hi all! I 've got a question about how messages are stored on the system. Think of the following situation: I have a huge number of users in my mailstore, lets say 5. And now i want to send one single email, maybe with a fully featured 150 Pages colore

Re: segfaults when executing quota command

2005-04-13 Thread Derrick J Brashear
On Wed, 13 Apr 2005, Craig White wrote: rpmbuild -bb /usr/src/redhat/SPECS/cyrus-imap.spec which definitely worked If that makes sense, I will uninstall the previously installed cyrus- imapd rpms and install these new ones and then re-run the 'quota / gdb' trace and hopefully this will give us more

Re: segfaults when executing quota command

2005-04-13 Thread Craig White
On Wed, 2005-04-13 at 07:08 +0200, Simon Matter wrote: > > On Tue, 12 Apr 2005, Craig White wrote: > > > >>> Not especially. Having symbols would help. It's going to be something > >>> in > >>> foreach() in lib/cyrusdb_quotalegacy.c, though, since that's the only > >>> place you'd be using the syst

Re: segfaults when executing quota command

2005-04-13 Thread Craig White
On Wed, 2005-04-13 at 22:50 -0400, Derrick J Brashear wrote: > On Wed, 13 Apr 2005, Craig White wrote: > > > rpmbuild -bb /usr/src/redhat/SPECS/cyrus-imap.spec > > > > which definitely worked > > > > If that makes sense, I will uninstall the previously installed cyrus- > > imapd rpms and install t

Re: segfaults when executing quota command

2005-04-13 Thread Craig White
On Wed, 2005-04-13 at 22:50 -0400, Derrick J Brashear wrote: > On Wed, 13 Apr 2005, Craig White wrote: > > > rpmbuild -bb /usr/src/redhat/SPECS/cyrus-imap.spec > > > > which definitely worked > > > > If that makes sense, I will uninstall the previously installed cyrus- > > imapd rpms and install t

Re: segfaults when executing quota command

2005-04-13 Thread Derrick J Brashear
On Wed, 13 Apr 2005, Craig White wrote: difference in size worries me... # ls -l /usr/lib/cyrus-imapd/quota -rwxr-xr-x1 root root 719864 \ Jan 15 11:33 /usr/lib/cyrus-imapd/quota # ls -l /usr/src/redhat/BUILD/cyrus-imapd-2.2.12/imap/quota -rwxr-xr-x1 root root 1295663 \ A

Re: cyrus-murder problems with database corruption in the frontend/master

2005-04-13 Thread João Assad
João Assad wrote: yet another gdb backtrace of the mmap problem http://www.gazzag.com/gdb.output2.gz regards Hey Derrick, did you find anything usefull in this last backtrace ? Regards --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/In

Re: segfaults when executing quota command

2005-04-13 Thread Derrick J Brashear
On Wed, 13 Apr 2005, Craig White wrote: what I don't know - and pardon my ignorance here...which binary file am I supposed to copy over? Presumably the one called quota, since that's what you're running... right? --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.an