Re: Modified drac support patch

2001-03-06 Thread mills
Ken Murchison writes: > >I have attached a slightly modified version of your patch for 2.0.12. I >have also checked a similar patch into CVS for inclusion with future >releases. Ah, that's good. I was going to get you two together on this, but I see that you've already done that. I didn't like

Re: Bouncing over quota

2001-03-06 Thread Scott Pederick
Thanks - that did the trick. I'll have to get Postfix to give the bounced message a better description of why it bounced (ie. Quota exceeded). Should be ... interesting. :) >I'm patched lmtpengine.c, function >static char *convert_lmtp(int r) > >case IMAP_QUOTA_EXCEEDED: >//MY: return

Re: Modified drac support patch

2001-03-06 Thread Ken Murchison
Thanks for the changes. I have attached a slightly modified version of your patch for 2.0.12. I have also checked a similar patch into CVS for inclusion with future releases. My changes: - Use value of 'dracinterval' to enable/disable DRAC at runtime. - Set the default value of 'dracinterval'

Problem Compiling IMAPD

2001-03-06 Thread Paul Boniol
It appears I am getting messages similar to a message I found in the archives from May 13, 2000. I have not been able to resolve it. (Could it be some sort of problem with it finding PostgreSQL files instead of BerkeleyDB? I have Postgre installed, and only added BerkeleyDB yesterday when I saw

Re: Setup questions...

2001-03-06 Thread Atif Ghaffar
Hi Dan. We have a similar setup, so I will try to answer according to our setups. Dan Ellis wrote: > I'm trying to install cyrus using ldap for authentication. We require no > encryption of passwords or of the imap sessions. > Do we still need to use cyrus-sasl? Yes. > What is th best method to

sieve filtering into a program, or a file?

2001-03-06 Thread The Hermit Hacker
Right now, we're using procmail in order to help a user filter mail ... basically, if it comes in with a To address of X, file it to a file, else file it into his imap mailbox ... Is there some way of doing similar with sieve *or* at least having that mail message pipe'd through a program? than

Setup questions...

2001-03-06 Thread Dan Ellis
Hello, I am new to Cyrus, so please bare with... I'm trying to install cyrus using ldap for authentication. We require no encryption of passwords or of the imap sessions. Do we still need to use cyrus-sasl? What is th best method to auth? Pam or pwcheck? I am assuming that if I use pwcheck, the

IMSP v1.6a3

2001-03-06 Thread Clive McDowell
Folks, I'm having trouble trying to build the above to use plain text password authentication on a Solaris 2.5.1 platform. I installed - BerkeleyDB v3.2.9 Cyrus SASL v1.5.24 (all non-required authentication disabled) IMSP v1.6a3 (--with-auth=unix) The IMSP configure seems to finish with an err

Re: Recentness algorithm

2001-03-06 Thread Bitt Faulk
On Mon, 5 Mar 2001, Alain Turbide wrote: > > If you're using Outlook Express as a mail client then this is a known > problem with Outlook Express. You might want to change the folder > synchronization settings to none if you want to prevent this behaviour. It's not an OE problem, although one of

Re: Qmail, Maildirs and Cyrus

2001-03-06 Thread Bitt Faulk
On Tue, 6 Mar 2001, Luca Olivetti wrote: > > En/Na Bitt Faulk ha escrit: > > > If you're trying to implement a blavk-box solution, you'll have to go to a > > lot of effort, using qmail's delivery defaults mechanisms in order to get > > it to deliver to users who do not have an account on that syst

Re: 2.0.12 and DB

2001-03-06 Thread Scott Adkins
--On Tuesday, March 06, 2001 10:48 AM +1000 David Richards <[EMAIL PROTECTED]> wrote: > Yep, that seems to do better. Now I get a problem in 'perl/imap' > something about Bad object file tmp.a(licyrus.a) Bad file magic number > . > > Any ideas? > > Dave. Yup :-) I actually believe this to

Re: 2.0.12 and DB

2001-03-06 Thread Scott Adkins
--On Tuesday, March 06, 2001 11:32 AM +1000 David Richards <[EMAIL PROTECTED]> wrote: > Further to my previous message, the exact output is: See previous message for fix... :-) > ### Making all in > /messaging/richard2/builds/new-imap/cyrus-imapd-2.0.12/perl/imap > cc -c -I../../lib -I/usr/loc

sendmail/Cyrus double-CR problem

2001-03-06 Thread Ron Gomes
I'm running Cyrus IMAP on RedHat 7.0 with sendmail 8.11.0. For a long time I ran Cyrus 1.5.24 but a few days ago I converted to 2.0.12, at the same time changing the sendmail configuration as described in the installation instructions, incorporating the changes in the supplied cyrusv2.mc sendmail

Re: Sieve , fileinto question

2001-03-06 Thread Ken Murchison
Atif Ghaffar wrote: > > Hi. > > Its 2 days since I moved my Netscape Messanger based filters to Sieve. > Life is calm now :) > > One small question. > Is there a way that I can find a summary at the end of the day about all > the messages that were fileinto'd some folder, so I dont have to go

Re: Strange vacation behaviour

2001-03-06 Thread Ken Murchison
Atif Ghaffar wrote: > > Ken Murchison wrote: > > > > This is exactly how it supposed to work. Only ONE vacation message is > > sent back per sending address per response text. If you either change > > the response text or send from a different address, you'll get a > > response. > > Oh, that

Re: Recentness algorithm

2001-03-06 Thread Jeremy Beker
Yes, unfortunately I have seen (and still see) this quite a lot with my setup 2.0.11 on Linux. Unfortunately, no answers have been forthcoming on the list. Anybody have any ideas? -Jeremy On 3/5/01 3:22 PM, "Bitt Faulk" <[EMAIL PROTECTED]> wrote: > Lately, I've noticed that things that my mai

how to rotate imapd logs

2001-03-06 Thread ronen amity
i am trying to rotate the imapd logs once a week this is something that i wrote. /var/log/imapd.log { rotate 5 weekly errors [EMAIL PROTECTED] postrotate # /usr/bin/killall -HUP imapd endscript } does anyone have any commants ? Ronen Amity

Sieve , fileinto question

2001-03-06 Thread Atif Ghaffar
Hi. Its 2 days since I moved my Netscape Messanger based filters to Sieve. Life is calm now :) One small question. Is there a way that I can find a summary at the end of the day about all the messages that were fileinto'd some folder, so I dont have to go to each folder and look for newer mails.

Re: Strange vacation behaviour

2001-03-06 Thread Atif Ghaffar
Ken Murchison wrote: > > This is exactly how it supposed to work. Only ONE vacation message is > sent back per sending address per response text. If you either change > the response text or send from a different address, you'll get a > response. Oh, thats pretty cool. By there way, where is th

Re: Qmail, Maildirs and Cyrus

2001-03-06 Thread Luca Olivetti
En/Na Bitt Faulk ha escrit: > If you're trying to implement a blavk-box solution, you'll have to go to a > lot of effort, using qmail's delivery defaults mechanisms in order to get > it to deliver to users who do not have an account on that system. Not really, you can use /var/qmail/users/assig