Re: cyrus-2-1-sasl-v1-tail

2002-03-01 Thread Ken Murchison
Jeremy Howard wrote: > > Ken Murchison wrote: > > Jeremy Howard wrote: > <...> > > > To correct locking problems you may want to grab the skiplist backend > from > > > the current CVS, and use that with 2.0.16. CMU are now using this > backend in

Re: further sieve issues

2002-03-02 Thread Ken Murchison
Mike McLean wrote: > > I'm still having problems getting sieve to work. My system is postfix > with cyrus-imapd setup on a freebsd 4.5 -stable system. I have now > configured postfix to use lmtp as the mailbox_transport using unix > domain sockets. It delivers the messages to the INBOX folde

Re: Do I need user prefix for all mail folders, eg. user.olaf ?

2002-03-05 Thread Ken Murchison
Olaf Fr±czyk wrote: > > Hi, > I want to have some shared folders in my company. > Do I have to add a dummy user and build folder structure under it or I may > have mailboxes like that: > > office.subject1 > office.subject2 > info.subject1 > > etc.? This is fine. > Will it break something?

Re: Sieve doesn't catch all messages it should

2002-03-05 Thread Ken Murchison
Olaf Fr±czyk wrote: > > Hi, > > Sieve doesn't catch all messages. It is probably caused , by a little > malformed header, > but with procmail I hadn't those problems. > I include header for message that is catched, and for this is not. > I think that it is ">" character before one of "Received

Re: cyrs-imapd HIERSEP?

2002-03-10 Thread Ken Murchison
Quoting Jeff Bert <[EMAIL PROTECTED]>: > can anyone point me to where i can d/l this? the link on the howto page at > http://dudle.linuxroot.org/docs/postfix_cyrus/ is broken. If you mean the link to oceana.com, I purposely removed the altnamespace and hiersep distros because we (CMU and I) are

Re: [Re: removing mail from box on command line]

2002-03-14 Thread Ken Murchison
E M Recio wrote: > > Dave McMurtrie <[EMAIL PROTECTED]> wrote: > > If you just delete mail from the filesystem, you have to "reconstruct -r" > > and "quota -f" afterward. > > We need to automagically delete emails from the system that are older than a > certain amount of time AND only for thos

Re: different partitions

2002-03-18 Thread Ken Murchison
Enric Ramos wrote: > > Hi all: > > I would like to use different partitions with cyrus. > The problem is that our storage has been increasing and we would like to use >different partitions, for instance of 36Gb each one.. > I know that in /etc/imapd.conf you can specify a default partition...

Re: Signaled to Death by 11 - Again

2002-03-18 Thread Ken Murchison
OCNS Consulting wrote: > > We migrated to IMAP 2.1.3 and SASL Libraries 2.1.1 > > LDAP authentication via PAM is utilized. > > Environment: > > - Linux kernel 2.4.9-31 > - PAM 0.75-19 > - LDAP 2.0.23 > - BerkeleyDB 4.0.14 > > LDAP access such as: ldapsearch,

Re: multiple cyruses via SAN

2002-03-19 Thread Ken Murchison
[EMAIL PROTECTED] wrote: > > Here is the idea: > > CyrusBox1 CyrusBox2 > \ / >`-\__/ > SAN > > The questions are: > 1) Can it be done with out modifications to cyrus code? > 2) if n

Re: Signaled to Death by 11 - Again

2002-03-19 Thread Ken Murchison
OCNS Consulting wrote: > > David: > > I re-compiled LDAP without SASL support and re-linked pam_ldap with the new > LDAP libraries, as suggested. Restarted both LDAP and master; LDAP access > successful; > attempted IMAP access and as before Death by 11. Here's log file excerpt (SA > B4): > >

Re: undefined reference to ... on red hat 7.1

2002-03-19 Thread Ken Murchison
ronen amity wrote: > > while trying to compile cyrus imap 2.1.3 on red hat 7.1 kernal 2.4.2-2smp, > i get this error > > [amity@crow cyrus-imapd-2.1.3]# make all CFLAGS=-O > ... > gcc -L/usr/local/lib -Wl,-rpath,/usr/local/lib -s -Wall -g -O2 -o master > master.o masterconf.o cyrusMasterMIB.o

Re: multiple cyruses via SAN

2002-03-19 Thread Ken Murchison
Earl R Shannon wrote: > > Hello, > > We would like to use a shared filesystem. Will ALL the accounts on > each server. Then we would use a load balancing package ( Resonate ) > in front of the servers. Should one server fail the service would > continue. > > Networ

Re: multiple cyruses via SAN

2002-03-19 Thread Ken Murchison
[EMAIL PROTECTED] wrote: > > So you think if i simply had cxfs, it would work w/o problems? I _think_ so. I've never tried it an make no guarantees. Keep in mind that CXFS is only available on IRIX and Solaris (and may require IRIX servers). SGI is supposedly working on Linux, Win32 and Mac

Re: multiple cyruses via SAN

2002-03-19 Thread Ken Murchison
Chris Audley wrote: > > No, it will not work. A shared file system with unix lock semantics is > not enough, Berkeley DB will not work in this environment because it > uses shared memory. The system is single host bound. Yup. Good call. This could be worked around or just use non-BDB cyrus

Re: Signaled to Death by 11 - Again

2002-03-20 Thread Ken Murchison
You need to feed the binary into gdb as well. Try something like: gdb /usr/cyrus/bin/imapd Ken OCNS Consulting wrote: > > Ken: > > As per your request, below is the traceback from a core file generated by > "imapd" > causing the "signaled by death 11" error. > > I look forward to your re

Re: Signaled to Death by 11 - Again -

2002-03-20 Thread Ken Murchison
Are you _sure_ that SASL and IMAP and linked against the same version of BDB? Do a 'ldd /usr/cyrus/bin/imapd' and make sure you're not linked against multiple versions of BDB. Was the /etc/sasldb2 file created with the same version? OCNS Consulting wrote: > > Ken: > > Here's the traceback r

Re: Signaled to Death by 11 - Again - bdb issue?

2002-03-20 Thread Ken Murchison
one. > Loaded symbols for /usr/lib/libdb.so.3 > #0 0x in ?? () > (gdb) bt > #0 0x in ?? () > #1 0x08048bf0 in ?? () > #2 0x08048c84 in ?? () > #3 0x08048fd0 in ?? () > #4 0x40102627 in __libc_start_main (main=0x8048ee0, argc=3, > ubp_av=0xb1f4, i

Re: Signaled to Death by 11 - Again - bdb issue?

2002-03-21 Thread Ken Murchison
ink the binaries. Ken > -Original Message----- > From: Ken Murchison [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 7:54 PM > To: OCNS Consulting > Cc: [EMAIL PROTECTED] > Subject: Re: Signaled to Death by 11 - Again - bdb issue? > > In your debugger outputs,

Re: disable duplicate removal

2002-03-22 Thread Ken Murchison
Mathieu Arnold wrote: > > --On vendredi 22 mars 2002 12:04 +0100 Birger Toedtmann > <[EMAIL PROTECTED]> wrote: > > > Mathieu Arnold schrieb am Fri, Mar 22, 2002 at 09:01:23AM +0100: > >> Hi > >> > >> How should I do to have all the duplicate mails sent and not discarded ? > >> it's really anno

Re: disable duplicate removal

2002-03-22 Thread Ken Murchison
Scott Russell wrote: > > On Fri, Mar 22, 2002 at 11:49:47AM -0500, Ken Murchison wrote: > > Mathieu Arnold wrote: > > > > > > --On vendredi 22 mars 2002 12:04 +0100 Birger Toedtmann > > > <[EMAIL PROTECTED]> wrote: > > > > Which

Re: Cyrus and IMP

2002-03-23 Thread Ken Murchison
Jonas Jacobsson wrote: > > Hi all, > > I'm a rather new Linux user and I have just started up > my own server. The machine is right now running Debian 2.2 (potato), > Exim, courier-imap and imp 2.2. > > My question is if anyone else on this list is running > IMP (pref. 3.0) with Cyrus 1.5.19

Re: /var/imap/db/log.000000000x

2002-03-23 Thread Ken Murchison
Lawrence Greenfield wrote: > > No, these files are a necessary part of Berkeley db. > > You can do: > > cd /var/imap/db > rm `db_archive` > > as often as you like to keep the size down (in general it'll only need > to keep one or two files around). You can even do this from a cron > job. >

Re: Signaled to Death by 11 - Again - bdb issues?

2002-03-23 Thread Ken Murchison
OCNS Consulting wrote: > > Ken: > > I finally determined the issue with BerkeleyDB. The SASL configure script > looks for "/usr/include/db3" which is found and contains (as expected) bdb3 > headers. Of course I compile SASL against bdb4 which is specified by > including > the options -> > >

Re: No AUTH when trying imtest...

2002-03-26 Thread Ken Murchison
maxime wrote: > > Hi, > I have been stuck for a few days on this. I can't figure out what I'm > doing wrong. It would be really nice if someone could give me a few > clues... > > I'm trying to install Cyrus imapd-2.1.3/sasl-2.1.1 on a default redhat > 7.2 server install. > > Here is what it s

Re: sieve with sendmail 8.12 ... permissions problems ...

2002-03-26 Thread Ken Murchison
"Marc G. Fournier" wrote: > > Anyone using 8.12 yet? Yup. So is CMU. > Just delivered an email to an account that has > sieve filtering turned on, and get the following in the maillog: > > Mar 26 13:39:32 nsnet sendmail[38611]: NOQUEUE: SYSERR(cyrus): can not >chdir(/var/spool/clientmqueue

Re: Using deliver from perl

2002-03-26 Thread Ken Murchison
Scott Russell wrote: > > On Tue, Mar 26, 2002 at 08:14:00PM +, simon wrote: > > > > > > > > > > You could use Net::LMTP instead ?? ( or support both) > > > > > > Can Net::LMTP force a message to be delivered even if the mailbox is over > > > quota? > > > > Erm I think so definitely patch it

Re: bug in imapd-2.1.3 / Berkeley DB

2002-03-28 Thread Ken Murchison
Olaf Zaplinski wrote: > > Clifford Thurber wrote: > > What do you mean when you say they don't disappear? Can you be more > > specific? > > Yes, right now I have 5 processes named 'imapd -s' and 2 named 'lmtp' in my > process list. They will stay there forever until I restart cyrus-imapd. And

Re: sieve websieve weirdness

2002-03-29 Thread Ken Murchison
[EMAIL PROTECTED] wrote: > > Good Afternoon! > > I'm having weird issues with my websieve > stuff on my new server. > > I'm using websieve and testing the functions. > Checking it with straight up sieveshell. > > Server solaris 8, cyrus 2.1.1. > > Everything looks good for straight mail and

Re: removing banners from cyrus

2002-04-02 Thread Ken Murchison
Clifford Thurber wrote: > > I am confused as to what or why there are things specific to Netscape. > Perhaps I have left out the context of my question. I am trying to prevent > people doing recognizance banner grabbing for security reasons> If you think that having the vendor/version informa

Re: removing banners from cyrus

2002-04-02 Thread Ken Murchison
Clifford Thurber wrote: > > Ken I am just interested in suppresing platform/version information when > someone telnet to port 143. Just one more layer of security. But by doing this, you're implying that there is a security hole in the Cyrus server which can be exploited if the hacker discover

Re: sieve problem

2002-04-03 Thread Ken Murchison
Richard Gilbert wrote: > > I have a sieve script set up which puts all mail from the info-cyrus list > into a folder using the rule > >if address :is :localpart ["to", "cc", "bcc"] "info-cyrus" { > fileinto "INBOX.info-cyrus"; } > > This works fine except for every message from Simo

Re: sieve problem

2002-04-03 Thread Ken Murchison
Harris Landgarten wrote: > > Will this patch work on 2.0.16? Yes. This is why I posted it (see Richards original post below). > On Wed, 2002-04-03 at 13:41, Ken Murchison wrote: > > > > > > Richard Gilbert wrote: > > > > > > I have a sieve sc

Re: empty message body problem (Cyrus 2.1.3, postfix, LMTP)

2002-04-03 Thread Ken Murchison
Hein Roehrig wrote: > > Dear all, > > when I send myself a message without a body, lmptd gets stuck --- it > eventually times out with a "451 4.3.0 System I/O error" and subsequent > messages through the same LMTP connection fail as well. > > My setup is Cyrus 2.1.3, Debian postfix 1.1.6-1, c

Re: web info-cyrus archives

2002-04-03 Thread Ken Murchison
Nick Ustinov wrote: > > If anyone is interested, there is a full searchable archive of info-cyrus at > http://giga.bit.lv/info-cyrus How is this different from: http://asg.web.cmu.edu/archive/mailbox.php?mailbox=archive.info-cyrus -- Kenneth Murchison Oceana Matrix Ltd. Software Enginee

Re: sieve problem

2002-04-03 Thread Ken Murchison
ars in v1.26 starting at line 626. I assume the change can be made > manually with the same effect. Yes. The other stuff is just RCS/CVS version info which means nothing. Ken > -Original Message- > From: Ken Murchison [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002

Re: keeping proccess active after client closed connection (more info)

2002-04-04 Thread Ken Murchison
Ilya wrote: > > sorry to reply to my own message. but here is a little bit more info > output of truss on imapd process which stayed active after client closed > connection,it starts just before i quit mutt > > select(0x1,0xbfbff2e4,0x0,0x0,0xbfbff2c8)= 1 (0x1) > gettimeofday(0xbfbff26

Re: [Fwd: sieve language- how to translate this procmail rule to sieve?]

2002-04-04 Thread Ken Murchison
sandra wrote: > > HI, > > I have to translate a lot of promailrc files of my users to sieve, > and I don't > know how to migrate this one : > > procmailrc file : > > ... > :0 > * ^From:.*[EMAIL PROTECTED] > { > :0 fhw > | formail -i"Content-Type: text/html" > :0 > IN. cpqd > } >

Re: Cyrus and the +S bit on Linux

2002-04-05 Thread Ken Murchison
Lawrence Greenfield wrote: > > I haven't investigated the ext2 issue with Linux all that closely, > since we don't run any Linux IMAP servers in production. > > We do run a number of Linux SMTP (Sendmail) machines and have been > pretty happy. We use ext3 on them. > > I think the documentati

Re: IMAP/SASL Flowchart - Logic Diagram?

2002-04-05 Thread Ken Murchison
OCNS Consulting wrote: > > Has anyone on the Cyrus IMAP/SASL Team produced a Flowchart > depicting the interaction between Cyrus IMAP and SASL? If so, > is it possible to obtain a copy? If not, what would be the > the suggested method to create? Here's a block diagram (as I envision it) which

Re: IMAP/SASL Flowchart - Logic Diagram?

2002-04-05 Thread Ken Murchison
OCNS Consulting wrote: > > Has anyone on the Cyrus IMAP/SASL Team produced a Flowchart > depicting the interaction between Cyrus IMAP and SASL? If so, > is it possible to obtain a copy? If not, what would be the > the suggested method to create? Here's an updated block diagram. The only thing

Re: Segfault / Bus error on Squatter...

2002-04-11 Thread Ken Murchison
Scott M Likens wrote: > > I'm running Squatter trying to prune my indexes and see if it helps with > performance. Let's face it, that's hard. Cyrus runs SWELL on this Ultra > Sparc 5. > > But Squatter seems to have problems with HTML encoded mail. I don't think its related specifically to H

Re: cyrus imap 2.0.16: deliver doesn't deliver to folders

2002-04-12 Thread Ken Murchison
Frank Drolshagen wrote: > > Hi, > > when i do > > $ cat mail | /usr/cyrus/bin/deliver -e -m localhost fdg > > as user fdg this command works just fine, that, is without any error > and the mail shows up in the inbox of user fdg. > > When I do > > $ cat mail | /usr/cyrus/bin/deliver -e -m l

Re: cyrus imap 2.0.16: deliver doesn't deliver to folders

2002-04-12 Thread Ken Murchison
Frank Drolshagen wrote: > > Hi, > > sorry for the empty mail. I don't know what Mozilla is messing up here. > > Ken Murchison wrote: > > > > In order to deliver mail directly to a folder, the folder must have > > the 'p' (post) ACL se

Re: cyrus imap 2.0.16: deliver doesn't deliver to folders

2002-04-12 Thread Ken Murchison
Frank Drolshagen wrote: > > Hi, > > Frank Drolshagen wrote: > >> Then use the '-a' option with deliver. > > > > I've tried this before, and now once again. Same result as in my first > > mail, that is, without having allowed 'anyone' to post to my > > (sub)folders, the mail doesn't show up in

Re: preventing connect from different ip's if cyrus.conf contains specific binds

2002-04-13 Thread Ken Murchison
Works for me. Are you waiting a few seconds for the service to be spawned by master (since prefork=0)? If master wasn't listening on the given interface, you'd get something like this: telnet: connect to address 192.168.0.3: Connection refused Ken Ilya wrote: > > same thing: > > [EMAIL PRO

Re: /etc/cyrus.conf : listen=multiple ip's

2002-04-13 Thread Ken Murchison
[EMAIL PROTECTED] wrote: > > I want my imap and imaps-services listening on multiple (but no all) > ip's on my server. Can I specify more than one host in the > listen-directive or can I specify multiple lines with the same service > and different hosts ? You can't specify multiple interfaces

Re: idle pop3d never times out

2002-04-14 Thread Ken Murchison
Gary Mills wrote: > > I see this problem occasionally, and noticed one today: > > UID PID PPID CSTIME TTY TIME CMD >cyrus 6247 725 0 Apr 02 ?0:01 pop3d > > `lsof' shows that file descriptors 0, 1, and 2 have an established > TCP connection to a client works

Re: core in imapd with skip-list

2002-04-14 Thread Ken Murchison
Ilya wrote: > > I am seeing a lot of core dumps of imapd. I am not sure about exact moment, > but I think it happens during switching between folders (useng outlook). I > compiled debug version of cyrus, and here is a backtrace, core is usally > found in spool/user/folder directory > > Program

Re: Users cannot delete mail once they have reached their quota

2002-04-15 Thread Ken Murchison
> Rob Baugh wrote: > > Sorry, but I am new to Linux and having to setup a mail server for > work. I am not sure if this is a problem with me, the imap server > (Cyrus 2.0.16) or my webmail interface (JWMA JavaWebmail). If I set a > quota on a users mailbox once they reach the quota they are n

Re: Users cannot delete mail once they have reached their quota

2002-04-15 Thread Ken Murchison
quotawarn: 90 The percent of quota utilization over which the server generates warnings. > > -Original Message- > From: Ken Murchison [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 12:11 PM > To: Rob Baugh > Cc: '[EMAIL PROTEC

Re: Usernames with dots in them

2002-04-18 Thread Ken Murchison
Nicolas Gauvrit wrote: > > hi > > i have had the same problem (hope what i say is > english :)) > > i resolve with this > http://www.inbox.lv/nick/cyrus-dothack-2.0.12.patch This patch will most likely leave you incompatible with v2.1. If you *really* need to run v2.0.16 or earlier, you sho

[PATCH] SASLv2 support for Sendmail 8.12.3

2002-04-18 Thread Ken Murchison
For those of you longing for SASLv2 support for Sendmail, I have created a patch which can be downloaded from the following locations: http://www.oceana.com/ftp/sendmail-8.12.3-SASLv2.Beta1.patch.gz ftp://ftp.oceana.com/pub/sendmail-8.12.3-SASLv2.Beta1.patch.gz - Although I have tested this fai

Re: [PATCH] SASLv2 support for Sendmail 8.12.3

2002-04-18 Thread Ken Murchison
I figured this would happen (my fault). Please do!!!NOT!!! reply to or CC: sendmail-bugs. I (we) don't want to piss of the sendmail folks by spamming the bugs list. Ken -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY

Re: [PATCH] SASLv2 support for Sendmail 8.12.3

2002-04-18 Thread Ken Murchison
Hajimu UMEMOTO wrote: > > I'm sorry but I don't test it actually, yet. > There are `struct sockaddr_in' in your patch. Yes, it came from > sendmail's code, and not yours. Now, it should be `struct > sockaddr_storage'. Otherwise, it seems fail with an IPv6 connection. Since I'm not an IPv6 e

Re: Resieving Folder

2002-04-19 Thread Ken Murchison
Quoting Ashley Yakeley <[EMAIL PROTECTED]>: > At 2002-04-19 02:59, I wrote: > > >What if I make a wrapper around cyrdeliver that does "cat /dev/null > > >/var/lib/cyrus/deliver.db" first, and have fetchmail use that? Or is > >there a better way to purge the database? > > Looks like I should u

Re: Hello! Installing Cyrus first time...

2002-04-19 Thread Ken Murchison
danielm wrote: > > Hi, I've got the Cyrus server to the point where it's responding to > telnet localhost 143 but I think I've left out the authentication stuff, > I just assumed that ports would take care of that. When I try to run > cyradm I get : plaintext [user] cannot connect to pwcheck se

Re: 2.1.3 --> 2.1.0 sieve ?

2002-04-20 Thread Ken Murchison
Quoting Nick Ustinov <[EMAIL PROTECTED]>: > Since I was experiencing serious performance problems with 2.1.3, > particullary with lmtpd I had to downgrade to 2.1. Now everything seems to > work fine, however I get: > > Apr 20 11:58:23 tom lmtpd[11976]: sieve runtime error for tatjanask id > <[EM

Re: 2.1.3 --> 2.1.0 sieve ?

2002-04-21 Thread Ken Murchison
Quoting Nick Ustinov <[EMAIL PROTECTED]>: > My fault, didn't put sendmail binary back. > > Anyway, what's wrong with new 2.1.3? I guess it's lmtpd that is not doing > good. Now, when it's back to cyrus 2.1.0 the load is stable and is about 1. > Once I switch to 2.1.3 the load is ok (also around

Re: prevention of forwarding loops in sieve

2002-04-23 Thread Ken Murchison
Mike Grommet wrote: > > I'm sure someone has handled this one in the past, so I ask for a canned > example if possible. > > Sieve and Cyrus are happily working together, but reading the sieve rfc, it > mentions that I need to handle the prevention of fowarding loops... > > mailbox1 --> mailbo

Re: SCAN command?

2002-04-23 Thread Ken Murchison
Ashley Yakeley wrote: > > My MUA, Apple's "Mail" app for Mac OS X, is unable to check my IMAP > folder hierarchy for new messages: you have to manually click on each > folder to see if there's recent mail in it. A friend of mine running Mail > with the UW server (I think) reports no problem. >

Re: prevention of forwarding loops in sieve

2002-04-23 Thread Ken Murchison
Mike Grommet wrote: > > Is this specific to a certain version? > > I'm using Cyrus 2.0.16 > > I did a man 5 imapd.conf and did not see a mention of "duplicatesupression" It wasn't optional until recently. Its always been "on" in past versions. > > - Original Message - > From: "He

sendmail-8.12.3-SASLv2.Beta2

2002-04-23 Thread Ken Murchison
I have just uploaded a second beta version of my SASLv2 patch for Sendmail 8.12.3. http://www.oceana.com/ftp/sendmail-8.12.3-SASLv2.Beta2.patch.gz ftp://ftp.oceana.com/pub/sendmail-8.12.3-SASLv2.Beta2.patch.gz The two differences from the first patch are: - IPv6 support (courtesy of Hajimu UME

Re: SCAN command?

2002-04-23 Thread Ken Murchison
Quoting Ashley Yakeley <[EMAIL PROTECTED]>: > At 2002-04-23 08:21, Ken Murchison wrote: > > >> Also, I heard that SCAN was under discussion in the appropriate > >> IETF group. Anyone know more about its current status? > > > >Its not being discussed

Re: Sieve RBL extension?

2002-04-25 Thread Ken Murchison
Scott Lamb wrote: > > I'm trying to create a Realtime Blackhole List extension to Sieve, so I can do Doesn't functionality like this belong in the MTA? -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY 14127 --PGP Publ

Re: "spam" sieve extension

2002-04-29 Thread Ken Murchison
Jeremy Howard wrote: > > Marc G. Fournier wrote: > > >Oh, very very cool ... I've been doign it in postfix's content_filter, but > >then its doing *everyone*'s email ... this is soo much better ... > > > >Any chance we'll see this in CVS sometime soon? Maybe in time for 2.1.4?? > > > > >

Re: SQUAT failed to open index file

2002-04-29 Thread Ken Murchison
"Sweethome.co.il Webmaster" wrote: > > Hi, > > I'm getting this error in the imapd.log when trying to access a mailbox > from IMP 3.1 > > Apr 28 11:05:13 mail01 imapd[10841]: SQUAT failed to open index file > Apr 28 11:05:13 mail01 imapd[10841]: SQUAT failed > > any ideas about a solution?

Re: Cyrus IMAP 2.1.4 released

2002-05-01 Thread Ken Murchison
OCNS Consulting wrote: > > Thanks, > > It the more information regarding the notification daemon? notifyd(8) and the source code (notifyd/notifyd.c, imap/notify.c) Ken -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY

Re: Cyrus IMAP 2.1.4 released

2002-05-01 Thread Ken Murchison
"Marc G. Fournier" wrote: > > Is there any chance that the 'spam' extension to sieve is going to get > added to the CVS? *cross fingers* I don't know about Larry, but I don't plan on adding it, for several reasons: 1. Nobody has made a good enough case for this belonging in Cyrus instead of t

Re: Cyrus - Squirrelmail - serverside threading

2002-05-02 Thread Ken Murchison
Quoting Bernd Schmelter <[EMAIL PROTECTED]>: > Hi, > > i'am using cyrus-imapd 2.0.16 > Is there a serverside threading available? Yes. THREAD=ORDEREDSUBJECT and THREAD=REFERENCES Telnet to your server and issue the CAPABILITY command to see a complete list of features. Ken -- Kenneth Murc

Re: Migrate From 2.0 to 2.1.4

2002-05-06 Thread Ken Murchison
Patrick Lin wrote: > > I actually Run : > > - Cyrus imap 2.0.16 (auth against sasldb) > - Cyrus SASL 1.5.24 > - Sendmail Switch 2.1.0 > > And want to use : > > - Cyrus Imap 2.1.4 (auth against LDAP) > - Cyrus Sasl 2.1.2 > - Sendmail 8.12.3 + SASLv2 Patch (from Ken) > - LDAP (probably open ld

Re: Migrate From 2.0 to 2.1.4

2002-05-07 Thread Ken Murchison
David Wright wrote: > > > doc/install-upgrade.html > > This information assumes you are upgrading on one box. My situation (and > I suspect it is the situation of most production systems) is having 2.1 > set up clean (i.e. no mail or metadata) on a second machine, and now I > want to get all t

Re: sieve does not work properly

2002-05-12 Thread Ken Murchison
Quoting Luc de Louw <[EMAIL PROTECTED]>: > Hi! > > I've go a problem with sieve. > > After installing a vacancy script, it is working ONCE and never again This is the correct behavior. Only one response per sender per vacation text will be sent for as long as the vacation action is activ

Re: POP3S killed my cyrus-imap server

2002-05-13 Thread Ken Murchison
Jim Worke wrote: > > I'm able to login to my imap server using IMAP. But when I choose POP3 SSL > connection in Kmail, the imap server is killed. However POP3,IMAP,IMAPS is > ok. Here's the log: > > May 13 20:01:22 thunderbolt ctl_mboxlist[4905]: running mboxlist recovery > May 13 20:01:22

Re: addheader action ... or something like it?

2002-05-13 Thread Ken Murchison
"Marc G. Fournier" wrote: > > I'm playing with the spam extension, and for POP3 users, I want to add, at > its simplist, a 'X-Spam-Check: True' header to the email if its spam ... > I've done some quick reads of the various drafts, and there appears to be > no way of doing this within Sieve ...

Re: addheader action ... or something like it?

2002-05-13 Thread Ken Murchison
"Marc G. Fournier" wrote: > > On Mon, 13 May 2002, Cyrus Daboo wrote: > > > Hi, > > > > --On Monday, May 13, 2002 1:57 PM -0400 Ken Murchison <[EMAIL PROTECTED]> > > wrote: > > > > | I know the code pretty well, and personally I wo

Re: Cyrus continues to stop working.. no fix available?

2002-05-13 Thread Ken Murchison
What does your cyrus.conf look like? Do you have 'maxchild' set on any of your services (there was a bug a while back with maxchild)? Dustin Puryear wrote: > > We continue to have problems with Cyrus. Another poster mentioned they have > the same problem, but also didn't get any responses. Wou

Re: How to disable vacancy-msgs only once (WAS:Re: sieve does not workproperly)

2002-05-13 Thread Ken Murchison
Luc de Louw wrote: > > I was seeking the part of the source-code that takes care, that a > vancancy-message is only sent once > to a recipient, but I did not found it. > > I need to disable that temporary for test reason. > > Any hints are appreciated Hard-code autorespond() in lmtpd.c to al

Re: addheader action ... or something like it?

2002-05-14 Thread Ken Murchison
"Marc G. Fournier" wrote: > > On Mon, 13 May 2002, Ken Murchison wrote: > > > > > > > "Marc G. Fournier" wrote: > > > > > > On Mon, 13 May 2002, Cyrus Daboo wrote: > > > > > > > Hi, > > > &g

Re: my question is too simple, or I am too stupid to asking?

2002-05-14 Thread Ken Murchison
Mac Table wrote: > > Sorry for all, I am just a newbie, could someone > advise my some hints for me to start? Instead of having the client copy the message to a "sent" folder, set it up to Cc/Bcc the message to the senders address and then use a Sieve script to file it according to whatever cr

[ANN] draft-segmuller-sieve-relation implementation

2002-05-14 Thread Ken Murchison
For those of you not subscribed to the cyrus-cvs list, I just committed an implementation of http://www.oceana.com/ftp/drafts/draft-segmuller-sieve-relation-01.txt Potential uses of this extension have been discussed previously on the (numerous) recent spam threads, so I won't reiterate them here

Re: IN-USE, unable to lock maildrop

2002-05-15 Thread Ken Murchison
Jev wrote: > > I have users trying to check mail, they seem to authenticate fine, > judging by the logs, but they get the error (at least in mozilla) > [IN-USE] Unable to lock maildrop > > and then they get prompted for username/password again. > > Nothing obvious appears in my logs, and I ha

Re: PAM Authentication

2002-05-15 Thread Ken Murchison
What version of Cyrus? Assuming that you are using v2.1.x, set sasl_pwcheck_method: saslauthd and start saslauthd with the '-a pam' option. David Chait wrote: > > Greetings, > I am currently attempting to make Cyrus authenticate via a PAM library > (like our Courier-IMAP system did)

Re: [PATCH] Updated master.c process counting patch

2002-05-16 Thread Ken Murchison
Jeremy Howard wrote: > > Henrique de Moraes Holschuh wrote: > > >I don't know what Ken and Lawrence think of these patches, but I just > >finished porting the child pid tracking of master-avail.diff to 2.1.4CVS, > >and will post that to this list soon. I will also include it in Debian, > >whi

Re: [PATCH] Updated master.c process counting patch

2002-05-16 Thread Ken Murchison
Jeremy Howard wrote: > > Lawrence Greenfield wrote: > > > Date: Wed, 15 May 2002 16:02:42 -0300 > > From: Henrique de Moraes Holschuh <[EMAIL PROTECTED]> > >[...] > > The point is, if that indeed happens, log or no log, master loses track of > > the number of children that can service

Re: [PATCH] Updated master.c process counting patch

2002-05-16 Thread Ken Murchison
Henrique de Moraes Holschuh wrote: > > On Thu, 16 May 2002, Ken Murchison wrote: > > If you have multiple services/processes the cores will overwrite each > > other, so you need to catch it fairly quickly (unless they all have the > > Unless you tell the kernel to use

Re: [PATCH] Updated master.c process counting patch

2002-05-16 Thread Ken Murchison
Jeremy Howard wrote: > > Ken Murchison wrote: > > >I'm running a config almost the same as you and have never seen this > >problem. AFAIK, the CMU guys have never seen this either. Do you have > >a core that you can run a backtrace on, or can you force a co

Re: [PATCH] DRAC support for 2.1.4, cleaned up

2002-05-20 Thread Ken Murchison
Henrique de Moraes Holschuh wrote: > > I had a request to add DRAC support to Cyrus IMAPd in Debian, so I applied > the already excelent patches in contrib/drac_auth.patch and cleaned them up > a little bit (and made the default to be DRAC disabled). Thanks for the configure and Makefile chang

Re: Cannot run Cyrus Master process : SIGSEGV

2002-05-21 Thread Ken Murchison
Ema Nymton wrote: > > Hi, > > Having just compiled cyrus-sasl and cyrus-imapd from CVS (with Berkeley DB > 4.0.14), I have a segfault when trying to run the master process. I followed > instructions in help files (creation of right user/group, and directory > structure with correct rights attr

Re: Cannot run Cyrus Master process : SIGSEGV

2002-05-21 Thread Ken Murchison
Ema Nymton wrote: > > Sorry for posting in the CVS list. > > Server is running on a Debian 2.2r6, that's the matter doc ? I don't use Debian, but others on the list do, and it works fine. Perhaps someone with my Debian experience can help out. Ken -- Kenneth Murchison Oceana Matrix Ltd

Re: Secure Imap Problems

2002-05-21 Thread Ken Murchison
Phil Dibowitz wrote: > > Hey all, > > I just installed Cyrus, and I can get imap to work, but I can't get secure > imap to work. > > I have both lines uncommented in cyrus.conf: > imap cmd="/usr/cyrus/bin/imapd" listen="imap" prefork=1 > imaps cmd="/usr/cyrus/bin/imapd -s" li

Re: Mail status

2002-05-21 Thread Ken Murchison
Gary Mills wrote: > > On Tue, May 21, 2002 at 11:42:56AM -0600, Scott M Likens wrote: > > Actually I found the hash incorrect for both sieve and cyrus in the > > user/quota directory's. > > > > What i did is patch'd the mkimap and dohash scripts. > > > > Attached you'll find what i did, i imple

Re: Mail status

2002-05-21 Thread Ken Murchison
Thanks. I'll make sure that I update the correct docs. Ken Gary Mills wrote: > > On Tue, May 21, 2002 at 02:35:45PM -0400, Ken Murchison wrote: > > > > Its been so long since I committed your patches, I don't remember how > > this stuff works (or is docume

Re: Secure Imap Problems

2002-05-21 Thread Ken Murchison
Phil Dibowitz wrote: > > Ken Murchison wrote: > > > You need to tell Cyrus where your cert, key, and CA file are located. > > See the tls_* options in imapd.conf(5). > > So I figured "maybe they did something stupid when building the RPMS" > > I d

Re: Secure Imap Problems

2002-05-21 Thread Ken Murchison
Phil Dibowitz wrote: > > Ken Murchison wrote: > > > > > Yeah, these entries might be missing from the 2.0.x manpages. > > > >tls_cert_file: > > File containing the global certificate used for ALL > > services (i

Re: unixhierarchy/altnamespace & IMAP folders, bug?

2002-05-21 Thread Ken Murchison
Jeff Bert wrote: > > When I use the unixhierarchy/altnamespace options in imapd.conf I can't > create sub-folders in the main inbox but I can create folders outside the > main inbox and then create subfolders in those. When I turn > unixhierarchy/altnamespace off then I can create subfolders i

Re: imapd timeout

2002-05-22 Thread Ken Murchison
Luca Olivetti wrote: > > Lawrence Greenfield wrote: > > > Cyrus does recycle processes. > > Even if you set prefork 0 in cyrus.conf? Yes. -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY 14127 --PGP Public Key--

Re: unixhierarchy/altnamespace & IMAP folders, bug?

2002-05-22 Thread Ken Murchison
julesa wrote: > > On Tue, 2002-05-21 at 13:46, David Wright wrote: > > > I prefert to train my users in the Cyrus way of thinking and leave the > > altnamespace off. > > > > Yeah, I would too if there weren't so many screwy mail clients out there > that depend on this behavior. Any IMAP clie

Re: SSL/TLS

2002-05-22 Thread Ken Murchison
Scott M Likens wrote: > > *sigh* > > Telnet to your imap port and please verify that the STARTTLS command > exists... He already verified that it does NOT exist, by looking at the output of the capability response. If its not listed, it ain't gonna work not matter what you do. > Easiest w

Re: Duplicate Mail

2002-05-22 Thread Ken Murchison
Captain Zod wrote: > > Can someone please tell me how to eliminate receiving duplicate mail from > Cyrus. I receive dups when a mail is sent to me and to a dist list at the > same time. How can I tell cyrus that I am the same person on the dist list > and do not send me the duplicate mail? I am

Re: SSL/TLS

2002-05-22 Thread Ken Murchison
Lee Hoffman wrote: > > This is VERY weird!!! When I telnet into the mailserver on 993: > > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > . logout > ^X > > No commands works, yet it says that its connected! '. logout' does > nothing, '. starttls' does nothing etc.

<    1   2   3   4   5   6   7   8   9   10   >