Problems with Cyrus IMAP 2.1.13

2003-06-05 Thread Nikola Milutinovic
Hi all. Just upgraded our production server to 2.1.13. I must confess, yesterday afternoon and evening were full of Gremlins (those little creatures that screw up your, otherwise, perfect plan for upgrade). Well, I got the Cyrus UP and RUNNING, but there are some subtle points which fail and m

I can't get imtest to work

2003-06-05 Thread Ronald Rough
Help: I can't run: imtest -m login -p imap localhost When I do, I get the following: Jun 5 20:13:35 roughrider imapd[22485]: could not getenv(CYRUS_SERVICE); exiting I was told that I should check the log files after I start the imap server. I need to know how to start the imap server. I ne

Re: Seperate Cyrus

2003-06-05 Thread Patrick Nelson
On Wed, 2003-06-04 at 12:17, Ken Murchison wrote: > Patrick Nelson wrote: > > On Wed, 2003-05-14 at 22:44, Patrick Nelson wrote: > > > >>On Wed, 2003-05-14 at 08:31, Ken Murchison wrote: > >> > >>>Christian Schulte wrote: > >>> > Patrick Nelson wrote: > > > >Wow... Got my system

Re: Seperate Cyrus

2003-06-05 Thread Christian Schulte
Patrick Nelson wrote: On Wed, 2003-06-04 at 12:17, Ken Murchison wrote: Patrick Nelson wrote: On Wed, 2003-05-14 at 22:44, Patrick Nelson wrote: On Wed, 2003-05-14 at 08:31, Ken Murchison wrote: Christian Schulte wrote: Patrick Nelson wrote: Wow.

ctl_deliver hangs

2003-06-05 Thread Dmitry Sergienko
I use Cyrus 2.1.9. Sometimes ctl_deliver hangs until I restart cyrus. Looks like it waits for unlocking of deliver.db. That's what ktrace shows: 54735 ctl_deliver CALL pread(0x5,0x282b47d4,0x2000,0,0x27e000,0) 54735 ctl_deliver GIO fd 5 read 8192 bytes [skip] [EMAIL PROTECTED]>\0user.

Re: [PATCH] fud.c : timeout in do_proxy_request

2003-06-05 Thread Etienne Goyer
Just to let whoever know that this patch include two syslog() call that I used to debug. I forgot to take them out before I made the patch. They should be removed. -- Etienne GoyerLinux Québec Technologies Inc. http://www.LinuxQuebec.com [EMAIL PROTECTED]

Re: Notification when mailbox is full

2003-06-05 Thread Marc-Christian Petersen
On Wednesday 04 June 2003 20:23, Andreas Freyvogel wrote: Hi Andreas, > Is it just me or is anyone else receiving this message many times? It's also me. 100 times or so yet?! ciao, Marc > > -Andreas > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of B

Mailbox namespace + LMTP question

2003-06-05 Thread Lars Peterson
I'm running cyrus-imapd 2.1.13 w/cyrus-sasl 2.1.13 on a RedHat 9.0 system. My goal is have my mailer hand off a message to deliver with the recepient mailbox in an e-mail address format: <[EMAIL PROTECTED]>. I'm not sure if I've violoated the mailbox namespace by trying to use names containing the

Re: Weird pop3d hang problem (fd blocked?!)

2003-06-05 Thread Stewart
Thanks for your reply Patrick (all 8 of them :) but i was hoping there'd be a fix that didn't involve compiling.. this is a production server installed from a debian pkg so compilation isn't really an option at this stage.. cheers, ..S. On Thursday, June 5, 2003, at 02:43 AM, Patrick Welche

RE: Notification when mailbox is full

2003-06-05 Thread Andrew Morgan
Looks like all the messages sent to the list are being bounced back to it. The offending list member is [EMAIL PROTECTED], so maybe someone could remove that person from the list? Andy On Wed, 4 Jun 2003, Andreas Freyvogel wrote: > Is it just me or is anyone else receiving this message

AW: Notification when mailbox is full

2003-06-05 Thread Achim Altmann
hello, many thank's about this perl_scripts See attachments files.Save it to /usr/cyrus/quota and add quota.pl to your crontab. This script is exactly what i search. The script work very fine. Thank's a lot Best wishes Achim

[PATCH] fud.c : timeout in do_proxy_request

2003-06-05 Thread Etienne Goyer
Hi, The fud daemon can proxy request for mailbox that are remote (ie Murder). In 2.1.13, the fud daemon will just sit there if the remote fud is not responding. It is strange because the recvfrom() is alarm()'ed; however, the SIGALRM handler do nothing else than clear the signal. I am only a be

Re: fetchmail and cyrus lmtp

2003-06-05 Thread Belgabor
Etienne Goyer wrote: On Wed, Jun 04, 2003 at 04:07:34AM +0200, [EMAIL PROTECTED] wrote: I'm running lmtpd via TCP since I never got it to work with sockets. Probably just 'smtphost ""' should be enogh to make it work. I vaguely remember the post you made recently concerning this problem (l

Re: Seperate Cyrus

2003-06-05 Thread Ken Murchison
Patrick Nelson wrote: On Wed, 2003-05-14 at 22:44, Patrick Nelson wrote: On Wed, 2003-05-14 at 08:31, Ken Murchison wrote: Christian Schulte wrote: Patrick Nelson wrote: Wow... Got my system working great... RH9 and Cyrus 2.1.13! Was thinking... Would it be possible to have sendmail on o

Re: saslauthd conf file

2003-06-05 Thread Igor Brezac
On Wed, 4 Jun 2003, tsg wrote: > 4 Июнь 2003 07:51, Вы написали: > > > Hi > > > I installed cyrus-sasl v2.1.13 from sources for a new mail server. > > > I was surprised, that saslauthd daemon tries to found its conf file > > > (saslauthd.conf) in /usr/etc directory, but not in /etc. > > > During

Re: Seperate Cyrus

2003-06-05 Thread Patrick Nelson
On Wed, 2003-05-14 at 22:44, Patrick Nelson wrote: > On Wed, 2003-05-14 at 08:31, Ken Murchison wrote: > > Christian Schulte wrote: > > > Patrick Nelson wrote: > > > > > >> Wow... Got my system working great... RH9 and Cyrus 2.1.13! > > >> > > >> Was thinking... Would it be possible to have sen

Re: how to convert db4 mailboxes.db to db3 ?

2003-06-05 Thread Christian Schulte
sandra wrote: Patrick, I have tried to do the conversion from db4 to skiplist for the cyrus-imap compiled with db4, but, there is a error message: # ./cvt_cyrusdb mailboxes.db db4 mailboxes.skiplist skilist fatal error: unknown old backend Why doesnt it recognize db4? I have to compile with som

Re: how to convert db4 mailboxes.db to db3 ?

2003-06-05 Thread Patrick Morris
Even if it's db4, you need to pass "db3" as the database type parameter: # ./cvt_cyrusdb mailboxes.db db3 mailboxes.skiplist skiplist sandra wrote: Patrick, I have tried to do the conversion from db4 to skiplist for the cyrus-imap compiled with db4, but, there is a error message: # ./cvt_cy

Re: Cyrus 2.1.13 and single store?

2003-06-05 Thread Ted Cabeen
Bernd Nies <[EMAIL PROTECTED]> writes: > Simon Matter wrote: >> Bernd Nies schrieb: >> Looks like this has changed with postfix 2.x. According to the file .../README_FILES/LMTP_README, you can do something like mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp local_dest

RE: Notification when mailbox is full

2003-06-05 Thread Andreas Freyvogel
Is it just me or is anyone else receiving this message many times? -Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bartosz Jozwiak Sent: Wednesday, June 04, 2003 9:25 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Notification when mailbox

Re: how to convert db4 mailboxes.db to db3 ?

2003-06-05 Thread sandra
Patrick, I have tried to do the conversion from db4 to skiplist for the cyrus-imap compiled with db4, but, there is a error message: # ./cvt_cyrusdb mailboxes.db db4 mailboxes.skiplist skilist fatal error: unknown old backend Why doesnt it recognize db4? I have to compile with some other par

Re: Cyrus 2.1.13 and single store?

2003-06-05 Thread Ted Cabeen
Simon Matter <[EMAIL PROTECTED]> writes: > Ted Cabeen schrieb: >> >> Bernd Nies <[EMAIL PROTECTED]> writes: >> >> > Ken Murchison wrote: >> >> I'd have to see the LMTP conversation between Postfix and Cyrus, but >> >> my guess would be that Postfix isn't sending the message to all of >> >> the r

Re: Weird pop3d hang problem (fd blocked?!)

2003-06-05 Thread Patrick Welche
On Wed, Jun 04, 2003 at 04:41:59PM +1000, Stewart wrote: > > On Saturday, May 31, 2003, at 01:33 AM, Ken Murchison wrote: > > > > > > >foobar wrote: > >> > >>No, I didn't check if I was out of entropy (random). > > > >This is most likely your problem, since the pop3d banner includes a > >random

Notification when mailbox is full

2003-06-05 Thread Bartosz Jozwiak
See attachments files.Save it to /usr/cyrus/quota and add quota.pl to your crontab. in quota.pl replace domain.tld in lines 113 and 132 with something you like and also replace domain\.tld in lines 199 and 207 with something you like. Bartosz Jozwiak IT Developer mailfull.message Description:

Re: notify with sieve ?

2003-06-05 Thread Bartosz Jozwiak
Hello, I have a script in perl. It check quota of every e-mail box and send e-mails to notify users. If you want it let me know. BARTEK - Original Message - From: "Achim Altmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 3:35 PM Subject: notify with sieve

Re: good database type choices

2003-06-05 Thread Ken Murchison
Patrick Welche wrote: On Tue, Jun 03, 2003 at 02:16:14PM -0600, Carl P. Corliss wrote: So I think I figured out the problem. What was happening was that db4 was having issues (don't know what in particular) but it was causing lmtp to hang because lmtp was waiting for the duplicate delivery c