Re: cyr_expire signaled to death by 11

2008-09-26 Thread Casper
Hi! I think it looks like you have some broken mailboxes, try to find what mailbox, recontruct the mailbox(es) and the cyr_expirew would work without errors! No more broken pipes. > Bron Gondwana wrote: >> On Thu, Sep 25, 2008 at 10:34:30AM -0400, Wesley Craig wrote: >>> On 25 Sep 2008, at 10:

STAGE. DIR

2008-09-17 Thread Casper
Hi. I wonder what the stage dir is... My stagedir is 21GB, those 21GB could i use somewhere else. mail2# du -sh /imap/stage./ 21G/imap/stage./ mail2# Can i delete everything in this directory? /Casper Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http

Re: cyr_expire + expunge delay - BUG?

2008-03-11 Thread Casper
Hello! That was great. It expunged a lot of messaged and a lot of mailboxes. But when a corrupt cache or indexfile was foud it stopped with bus error. So this fixed my problem, reconstruct (and Dmitriy) did it. /C > Casper wrote: >> Hello again. >> >> There is big pro

cyr_expire + expunge delay - BUG?

2008-03-11 Thread Casper
Hello again. There is big problems with cyr_expire and delayed expunge. mail2# su cyrus -c "/usr/cyrus/bin/cyr_expire -E 1 -X 2 -D 8" Bus error mail2# su cyrus -c "/usr/cyrus/bin/cyr_expire -E 1 -X 2 -D 8" Bus error mail2# su cyrus -c "/usr/cyrus/bin/cyr_expire -E 1 -X 2 -D 3" Bus error mail2# su

cyr_expire = bus error, everytime!

2008-03-05 Thread Casper
Hi everybody. I have some problems with cyr_expire. Everytime i try to run it (mostlt from cyrus.conf) i get a bus error. So it means my disk is filling up quickly. I run 2.3.11, but i have downgraded and tried all versions from 2.3.7 and i get the same error. Here is my output, mail2# su cy

unexpunge

2007-10-15 Thread Casper
Hello. I cannot unexpunge messages when the format on the mailbox is su cyrus -c "/usr/cyrus/bin/unexpunge -lv peter.se\!user.peter^pan" how do i escape the ^ sign ? the error i get is unable to open/lock mailbox. Someone who can help me? to unexpunge a user like su cyrus -c "/usr/cyrus/bin/

unexpunge

2007-10-15 Thread Casper
Hello. I cannot unexpunge messages when the format on the mailbox is su cyrus -c "/usr/cyrus/bin/unexpunge -lv peter.se\!user.peter^pan" how do i escape the ^ sign ? the error i get is unable to open/lock mailbox. Someone who can help me? to unexpunge a user like su cyrus -c "/usr/cyrus/bin/

Re: Lost mail 2.3.8

2007-04-22 Thread Casper
> Casper skrev: >> i have userids. >> >> Thats not the problem, the problem is that the imapserverlog say the >> mail >> is delivered but the user say it never arrived... > > Is it possible that the user has some sort of destructive spam-filtering?

Re: Lost mail 2.3.8

2007-04-17 Thread Casper
Yes, the mail is not there, there are only mail from today. He download mail with pop Any imapd.conf option for not delete mail from server when downloading with pop? /C > Casper wrote: >> Hello, i have a murder setup. >> >> And som user say that they sometimes not

Re: Lost mail 2.3.8

2007-04-17 Thread Casper
gt; > Harris Landgarten > LHJ Technology Solutions, Inc. > > > - Original Message - > From: "Casper" <[EMAIL PROTECTED]> > To: info-cyrus@lists.andrew.cmu.edu > Sent: Tuesday, April 17, 2007 4:09:19 AM (GMT-0500) US/Eastern > Subject: Lost mail 2.3.8 >

Re: Lost mail 2.3.8

2007-04-17 Thread Casper
delayed, but there is nothing with unexpunge i think pop deletes the mail and not flag like imap, and unexpunge looks for the deleted flag. pop empties the box. so unexpunge does not work with pop clients, or? /C > On Tue, Apr 17, 2007 at 12:23:29PM +0200, Casper wrote: >> Yes, th

Lost mail 2.3.8

2007-04-17 Thread Casper
Hello, i have a murder setup. And som user say that they sometimes not recieve mail the send. The log on smtp (with lmtp delivery to the imap server) say it got the mail and sent it to cyrus (sendmail mailer Mcyrus). The imap server say it got the mail and stored it. But the user never gets th

Re: LMTP AUTH with sendmail?

2007-04-05 Thread Casper
i have a murder with different servers like imap smtp, configure cyrus with murder enabled and add the things i wrote before + many other things like authentication and so on... then it work. > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi! > > Many thanks for your

Re: LMTP AUTH with sendmail?

2007-04-05 Thread Casper
on the sendmail lmtp server in imapd.conf look for lmtpproxy_authname: user lmtpproxy_password: pwd lmtpsocket: /spool/lmtp.socket and on the imap add proxyusers. imapserver_password: pwd proxy_authname: user All in the manual. > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi

Re: SQUAT failed

2006-11-03 Thread Casper
Everytime you open a folder it looks for SQUAT index file. If the SQUATTER isn't running with master (cyrus.conf) you will get "No such file". When SQUATTER is running from master it will return "SQUATTER RETURNED 10 MESSAGES" or something like that. In cyrus.conf add squattercmd="squatt

Re: UTF-8 in Subject field?

2006-10-02 Thread Casper
>From version 2.3.7 add munge8bit: 0 reject8bit: 0 in imapd.conf and restart. /Casper Den Må, 2006-10-02, 17:54 skrev Georgy Goshin: > Hi! > > > My Cyrus server removes any UTF-8 characters and exchanges them with XX > letters... Is there a way to allow unicode in headers?

Re: ...murder...USERNAME

2006-09-22 Thread Casper
> >> find the lmtpengine.h or .c i do not remeber... edit and build... >> >> you are then done... the headers are gone... Den Fr, 2006-09-22, 20:46 skrev Andreas Winkelmann: > Am Friday 22 September 2006 20:29 schrieb Casper: > > >> find the

Re: ...murder...USERNAME

2006-09-22 Thread Casper
no for the headers in the delivered mail, it's lmtpengine nothing else /C Den Fr, 2006-09-22, 20:46 skrev Andreas Winkelmann: > Am Friday 22 September 2006 20:29 schrieb Casper: > > >> find the lmtpengine.h or .c i do not remeber... edit and build... >> >>

Re: ...murder...USERNAME

2006-09-22 Thread Casper
find the lmtpengine.h or .c i do not remeber... edit and build... you are then done... the headers are gone... /C Den Fr, 2006-09-22, 18:28 skrev Andreas Winkelmann: > Am Friday 22 September 2006 17:13 schrieb Kai Wang: > > >> One of our user does not the term murder in the message header. He >

Re: snmp monitoring

2006-09-20 Thread Casper
In your snmpd.conf you must have master agentx and then start master with something like /usr/cyrus/bin/master -P 120 -x /var/agentx/master and it should work, and offcourse start snmpd 2. /C Den On, 2006-09-20, 17:02 skrev Rudy Gevaert: > Hi, > > > I'm looking at the snmp monitoring in cyrus

Murder + xfer

2006-05-29 Thread Casper
Hello. I'm running a cyrus-murder. mail2: 2.3.6 mail1: 2.3.3 proxy: 2.3.3 mupdate: 2.2.13 When i try to xfer users to another server it works sometimes but mostly the xfer command just hangs. I can se the folders on the new server i move to, but it hangs before moving user/[EMAIL PROTECTED] fol

Murder error

2006-02-15 Thread Casper
When i log on to my proxy i get errors because the partition can't be found. The logfiles on the backendmachine that gives the error looks like this, Feb 15 16:39:52 bs1 imap[76455]: login: fs1 [xx.xx.xx.xx] [EMAIL PROTECTED] DIGEST-MD5 User logged in Feb 15 16:39:52 bs1 imap[76455]: IOERROR: o

Re: Cyrus deliver command

2005-12-10 Thread Casper
if you use deliver add use /usr/cyrus/bin/deliver -r [EMAIL PROTECTED] /casper > How can a person set the Subject and X- headers in an email using > deliver. Suppose I need to have an email as formatted below delivered to > a users mailbox. Can I just cat a file containing this text an

Re: Moving an account to another server

2005-11-25 Thread Casper
://asg.web.cmu.edu/cyrus/mailing-list.html Just take imapsync it works perfect with cyrus-imapd... And so easy... /Casper Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: 0 messages in inbox

2005-11-21 Thread Casper
not cyrus-users. /Casper Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: DBERROR: dbenv->open

2005-11-21 Thread Casper
create the db files...? III. I would like to integrate IMAP with LDAP. Am i better off trying for PAM authentication or patching IMAP and then try authentication. Any pointers to the problem?? Try to stop the master and then "rm /var/lib/imap/db/*" And then start the master again.

Re: Sendmail aliases and Cyrus

2005-11-20 Thread Casper
[EMAIL PROTECTED] And type, newaliases. Test. Done sendmail -bt /parse [EMAIL PROTECTED] if you get an answer like mailer cyrusv2, user [EMAIL PROTECTED] if your cyrususer is [EMAIL PROTECTED] you are done if you get an answer like mailer cyrusv2, user user if your cyrususer are [EMAIL PROTECTE

Re: Set quota

2005-11-08 Thread Casper
at are automatically created by the server under the previous two situations. <- READ THIS * *autocreateinboxfolders:* Should look like *autocreateinboxfolders:* inbox|spam|whatevermore /Casper Cyrus Home Page: http://asg.web.cmu.edu/cyr

*****SPAM***** Re: Set quota

2005-11-08 Thread Casper
the LMTPD protocol.(createonpost option must yes) autocreateinboxfolders is a list of INBOX's subfolders separated by a "|", that are automatically created by the server under the previous two situations. <- READ THIS * *autocreateinboxfolders:* Sho

Re: cyrus, procmail and postfix

2005-11-03 Thread Casper
the includerc option. Example from master procmailrc /etc/procmailrc DELIVER=/usr/lib/cyrus/bin/deliver LOGFILE=/tmp/proclog LOGABSTRACT=all INCLUDERC=/home/$user/.procmailrc ## <- :0: | $DELIVER $user Just a start, but look in this direction and find what setup you need and works for you

Re: Formatting Messages

2005-11-03 Thread Casper
ed mailutil, offlineimap, and mbsync with no luck. Any tips would be appreciated! David Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html Try, http://freshmeat.net/

Re: createmailbox: permission denied when logged on as admin

2005-11-01 Thread Casper
Casper wrote: Robbie Cahill wrote: Hi everyone, I did this localhost bin # cyradm -auth DIGEST-MD5 --user [EMAIL PROTECTED] --authz [EMAIL PROTECTED] localhost Password: localhost.localdomain> cm [EMAIL PROTECTED] createmailbox: Permission denied localhost.localdomain> here is s

Re: createmailbox: permission denied when logged on as admin

2005-10-31 Thread Casper
ve tried this 50 times, caps lock is off. it has to be a problem with the server. Regards, Robbie Cahill This is about uixhieracy+altnamespace i imapd.conf Try to add a user like this (or change altnamespace+uixhieracy), cm user/[EMAIL PROTECTED] /Casper Cyrus Home Page: http:/

Re: virtual domains and subdomains

2005-10-26 Thread Casper
bolle or user/olle.bolle is depending on the altnamespace and unixhieraky in imapd.conf. /Casper Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: Cyrus, sendmail and Cyrus SASL on CentOS4.1

2005-10-10 Thread Casper
ne(`confAUTH_MECHANISMS', `LOGIN PLAIN DIGEST-MD5 CRAM-MD5')dnl TRUST_AUTH_MECH(`LOGIN PLAIN DIGEST-MD5 CRAM-MD5')dnl And in the file /usr/local/lib/sasl2/Sendmail.conf (or where it is on your system) add. pwcheck_method: auxprop mech_list: PLAIN LOGIN auxprop_plugin: sql password_format:

Re: cyrus virtdomains + saslauthd trouble

2005-08-08 Thread Casper
. Ok ? or SELECT password FROM accountuser WHERE username='%u%r' -- /Casper On Mon, 08 Aug 2005 11:03:39 +0200, Igor <[EMAIL PROTECTED]> wrote: Hello! saslauthd + pam_mysql work ok: #testsaslauthd -u egorkin.i -p 123 -r v-art.ru 0: OK "Success." #testsas

sendmail->procmail->cyrus

2005-07-27 Thread Casper
is that i not want the return-path rewrited and o wonder how to stop this and leave in untouched... Or if there is another way to filter virtual cyrus users with procmail and then deliver witn sendmails curysv2.mc feature (lmtp) Thanks. -- /Casper --- Cyrus Home Page: http

Re: Created mailboxes are not showing up.

2003-12-30 Thread Casper Pedersen
Some of my mail is missing. Have you tried to prefix the username with "user." ? If this does not work, then I'm also blank. Regards/Casper On Tue, 2003-12-30 at 19:40, Ken Murchison wrote: > JLB wrote: > > > On Tue, 30 Dec 2003, Ken Murchison wrote: > > &

Re: Created mailboxes are not showing up.

2003-12-30 Thread Casper Pedersen
If not then I'm also blank. Regards/Casper JLB wrote: >Already apologized. Actually, I didn't mean to be copping an attitude. I >very much appreciate the hard work you guys all do. I'm just upset at the >SITUATION-- not at you guys, or even at Cyrus. Just at what's