Re: mupdatetest works, but the deamons cant connect

2008-02-04 Thread rupert
i totally missed to mention that the old machine is a fedora8 and the new centOS 5.1 OS. On Mon, Feb 4, 2008 at 2:25 PM, rupert <[EMAIL PROTECTED]> wrote: > i compared both logins, and the x64 machine doesnt offer anything when > i dont use a certificate. > also when I log in,

Re: mupdatetest works, but the deamons cant connect

2008-02-04 Thread rupert
Q THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE CATENATE CONDSTORE IDLE LISTEXT LIST-SUBSCRIBED X-NETSCAPE URLAUTH] Success (no protection) Authenticated. Security strength factor: 0 On Mon, Feb 4, 2008 at 9:23 AM, rupert <[EMAIL PROTECTED]> wrote: > Hello, > i transfered my murder

mupdatetest works, but the deamons cant connect

2008-02-04 Thread rupert
Hello, i transfered my murder from some x86 VM machine to some real x64 machines, and I cant get the frontend/backend and mupdate servers to talk to each others. imtest only works with the -t option. I use pam and a mysql DB with hashed paswords. Local testsaslauth works and also i can do a mupdate

cyrus murder on centOS cant find mechs

2008-02-02 Thread Rupert
Hi, i transferred my murder installation to x64 machines, I had everything running in some VM machines! When I now start my murder, nothing seems to work. On my mupdate serber it looks like it tries to use pam, but I just configured it to use the sasldb Feb 2 17:21:40 mupdater-A1 saslauthd[25

Re: create junkfolder with sieve in a murder setup

2008-01-28 Thread rupert
the move_junk.sieve.bc I added new user with the cyradmin shell or via a php script which uses imap_createmailbox() function There are no! entries in the logfiles on the backend about it, what am I doing wrong here? thx a lot .r On Jan 25, 2008 7:00 PM, rupert <[EMAIL PROTECTED]> wrote: > &g

Re: create junkfolder with sieve in a murder setup

2008-01-25 Thread rupert
On Jan 25, 2008 6:11 PM, rupert <[EMAIL PROTECTED]> wrote: > Hi, > i have my murder cluster running, with postfix as MTA and amavis for spam > and virus check. > Now I would like to move all the junkmails automiticaly into a subfolder > INBOX.Junk.. > I tried the autocreat

create junkfolder with sieve in a murder setup

2008-01-25 Thread rupert
autocreateinboxfolders: INBOX/Junk createonpost: 1 my move_junk script require "regex"; if header :regex "Subject" "^\*\*\*SPAM" { fileinto "INBOX/Junk"; } when I create a new user I cant find any entries in the maillog about the new folders :( thank yo

Re: can i build a sasl module with support for encrypted passwords?

2008-01-23 Thread rupert
now im up to pam, how can I change the querythat pam does on the DB? I have a multidomain setup and the username is the email address ( test.test.local), but pam cuts of the @test.local in the query thx again On Jan 23, 2008 9:23 AM, rupert <[EMAIL PROTECTED]> wrote: > > > On Ja

Re: can i build a sasl module with support for encrypted passwords?

2008-01-23 Thread rupert
On Jan 22, 2008 9:05 PM, Rupert <[EMAIL PROTECTED]> wrote: > Dan White schrieb: > > rupert wrote: > >> Hi, > >> i have my murder cluster running, with passwords stored in a mysql DB. > >> The only thing that bugs me now is that the passwords are stored

Re: can i build a sasl module with support for encrypted passwords?

2008-01-22 Thread Rupert
Dan White schrieb: > rupert wrote: >> Hi, >> i have my murder cluster running, with passwords stored in a mysql DB. >> The only thing that bugs me now is that the passwords are stored in >> plaintext inside the DB. >> I am using fedora8 and will switch to CentOS on

can i build a sasl module with support for encrypted passwords?

2008-01-22 Thread rupert
Hi, i have my murder cluster running, with passwords stored in a mysql DB. The only thing that bugs me now is that the passwords are stored in plaintext inside the DB. I am using fedora8 and will switch to CentOS once everything runs fine. Can i build a rpm module for sasl that exist beside the pac

SELECT inbox crashes cyrus

2008-01-14 Thread rupert
to sent an email(on the frontend) to a mailbox, which exists, I have the same behavior on the backend, it also gets hammerd. greetings rupert Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyr

Re: client logs in but cant list mailbox

2008-01-13 Thread Rupert
Rupert schrieb: > Wen I conect to the cyrus murder frontend with an imap client i cant get > the inbox list,and it seems that cyrus than runs amok and gets hammerd. > When I close the mail client it still says he is logged in. > > this is the maillog entry: > > Jan 12 15:

client logs in but cant list mailbox

2008-01-13 Thread Rupert
Wen I conect to the cyrus murder frontend with an imap client i cant get the inbox list,and it seems that cyrus than runs amok and gets hammerd. When I close the mail client it still says he is logged in. this is the maillog entry: Jan 12 15:11:11 mail2 imap[4591]: login: localhost.localdomain [1

Re: cyrus murder and some unclear things(cant create mailbox from frontend)

2008-01-11 Thread rupert
i think my mainproblem is that i only can connect with a clientto the server when i disable digest-md5, but when I disable digest-md5 the mupdater cant connect anymore to the master. how can I solve this? thx On Jan 11, 2008 4:37 PM, rupert <[EMAIL PROTECTED]> wrote: > On Jan 11, 200

Re: cyrus murder and some unclear things(cant create mailbox from frontend)

2008-01-11 Thread rupert
On Jan 11, 2008 4:12 PM, Olaf Fraczyk <[EMAIL PROTECTED]> wrote: > On Fri, 2008-01-11 at 13:27 +0000, rupert wrote: > > > > So how can I proceed? > > > > > > > Toplevel mailboxes MUST be created on the backend. > > &g

Re: cyrus murder and some unclear things(cant create mailbox from frontend)

2008-01-11 Thread rupert
sdb -c" period=30 # this is only necessary if using duplicate delivery suppression, # Sieve or NNTP delprunecmd="cyr_expire -E 3" at=0400 #delprune cmd="ctl_deliver -E 3" period=1440 # this is only necessary if caching TLS sessions tlsprunecmd=&q

RE: cyrus murder and some unclear things(cant create mailbox from frontend)

2008-01-11 Thread rupert
-- Forwarded message -- From: rupert <[EMAIL PROTECTED]> Date: Jan 11, 2008 1:15 PM Subject: Re: cyrus murder and some unclear things(cant create mailbox from frontend) To: Ken Murchison <[EMAIL PROTECTED]> another questions is: does the mysql database have to be on b

cyrus murder and some unclear things(cant create mailbox from frontend)

2008-01-11 Thread rupert
Hello first, I was able to set up an murder cluster with one backend and a frontend which also acts as a mupdate server. i could get the mailbox accounts from the backend, which was a standalone before. I read that now the murder is running i should "only" create accounts on the frontend and dont d