[no subject]

2002-03-19 Thread nick
es say: Mar 18 00:44:21 giga imapd[7841]: badlogin: localhost.localdomain[127.0.0.1] plaintext root SASL(-4): no mechanism available: checkpass failed Mar 18 00:45:31 giga imapd[7841]: unknown password verifier pam Nick

Re: CYRUS_SERVICE Variable? Easy Question??

2001-06-12 Thread Nick Sayer
I ran across this when upgrading a site from 1.x to 2.x. I had forgotten to remove the inetd.conf entries for the cyrus servers. In 2.x they don't run from inetd, they are spawned by the master.

Problems with sieveshell on FreeBSD: "fillin_interactions"?

2001-06-12 Thread Nick Sayer
One of the freebsd machines I have access to recently upgraded from 1.mumble to 2.0.14. The port was used without modification. Everything is fine except for this: %sieveshell Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Cyrus/SIEVE/managesieve/managesieve.so' for modul

Re: Problems with sieveshell on FreeBSD: "fillin_interactions"?

2001-06-14 Thread Nick Sayer
Nick Sayer wrote: > One of the freebsd machines I have access to recently upgraded from > 1.mumble to 2.0.14. The port was used without modification. Everything > is fine except for this: > > %sieveshell > Can't load > >'/usr/local/lib/perl5/site_perl/5

RE: lmtp and over quota

2001-06-14 Thread Nick Ustinov
go to cyrus source dir and modify /imap/lmtpdengine.c and the recompile Nick Ustinov [EMAIL PROTECTED] http://www.videinfra.com -Original Message- From: Jean-Michel Doublet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 00:41 To: [EMAIL PROTECTED] Subject: lmtp and over quota

RE: howto for RH7?

2001-06-15 Thread Nick Ustinov
I've had some problems too, the easiest way is to install a clean RH7, then install db3 from rpm and then the source compiles well. Nick Ustinov [EMAIL PROTECTED] http://www.videinfra.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, Ju

Re: Patch to change dots to slashes.

2001-06-22 Thread Nick Hudson
Hi, Will this ever be integrated into the cyrus CVS tree? Thanks, Nick On Thu, 21 Jun 2001 17:52:08 -0700, David Fuchs wrote: > I've attached it to this message. > > Just extract cyrus-imapd-2.0.14, cd to the directory, and run: > "patch < /path/to/cyrus-i

Re: user+folder delivery confusion

2001-06-30 Thread Nick Sayer
Since you're using LMTP to the lmtpd socket, you don't have to do anything special at all. Define the "local mailer" in your .mc file as cyrus. It can handle both 'user', 'user+subbox' or '+shared_folder' as left-hand-sides and deliver all of them correctly. You can even use any of these 3 as t

Re: Installing on FreeBSD

2001-07-03 Thread Nick Sayer
It's fairly straightforward. I recommend this set of steps: 1. Install the db3 port. Just do that in the ordinary way. 2. Search the archives of this list for the SASL pwcheck_pam.c file. When you build the cyrus-sasl port, you want to modify the build so that pwcheck uses this file. 3. Modif

Re: What is CYRUS_SERVICE? (was Re: Installing on FreeBSD)

2001-07-04 Thread Nick Sayer
Louis LeBlanc wrote: > >Is that a typo? 'make sure there aren't any entries for imap, pop3, >etc'??? > No, it's not. For cyrus, the 'master' takes the place of [x]inetd and cron entries. It *reuses* the service handlers in much the same way apache does. > > >What about sieve? > same thing.

Re: Installing on FreeBSD

2001-07-04 Thread Nick Sayer
Daeron wrote: >Hi, > My experience is just the oppersite: > FreeBSD 4.3, Cyrus 2.0.12 from /usr/ports/mail/cyrus-imap >/usr/local/etc/imapd.conf edited with "sasl_pwcheck: pam" > I've also tried "PAM". >/etc/pam.conf with "imap auth required /usr/local/lib/pam_mysql.so >user=." >and same fo

Re: LMTP - getting in the way

2001-07-04 Thread Nick Sayer
Louis LeBlanc wrote: >So it looks like I got much of 2.0.14 on FreeBSD working, now what is >the problem with LMTP? I don't have a network with mail relays and >multiple servers or anything like that, so I don't think I really need >a second MTA. My current working setup (on the dying Linux box

Re: lmtp again.

2001-07-05 Thread Nick Sayer
I stronly recommend you use the sendmail.mc bits that I posted a little while ago. It works, it preserves the envelope headers for sieve, it avoids forking a process (deliver) needlessly in deliveries and allows cyrus to hardlink CCed messages. And sendmail is not hard to configure. It is hard

Re: berkeley to cyrus conversion

2001-07-05 Thread Nick Sayer
Sam Smith wrote: >I have seen all the old messages about using mbxcvt and c-client. How does that >work exactly? It says in the docs that cyrus imap is NOT one of the formats it >supports. > >Also the scripts from "Managing IMAP" are out-of-date, since at least one uses >the tcl version of cyradm

Re: [ANN] UNIX hierarchy separator for Cyrus IMAP

2001-07-06 Thread Nick Sayer
> I am pleased to announce the availability of a selectable hierarchy > separator for Cyrus IMAP. Up until now, Cyrus used a netnews-style > hierarchy, where '.' was used as the hierarchy delimiter -- thus > prohibiting '.' from appearing in mailbox names. This release allows a > UNIX-style '/'

Re: [ANN] UNIX hierarchy separator for Cyrus IMAP

2001-07-06 Thread Nick Sayer
Ken Murchison wrote: > > Nick Sayer wrote: >>Hey great! This will let me work around MacOS X's Mail program's stupidity >>in this regard. Before I set up alt namespace, I couldn't get to any of my >>folders besides the INBOX! Doesn't anyone read

Re: [ANN] UNIX hierarchy separator for Cyrus IMAP

2001-07-06 Thread Nick Sayer
Ken Murchison wrote: > > Nick Sayer wrote: > >>Ken Murchison wrote: >> >> >>>Nick Sayer wrote: >>> >>>>Hey great! This will let me work around MacOS X's Mail program's stupidity >>>>in this regard. Before I

Re: LDAP && imap (Invalid credentials)

2001-07-12 Thread Nick Sayer
David wrote: > > /etc/imap.conf: > sasl_pwcheck_method: pam > Don't do it this way. Set this to pwcheck, then rebuild pwcheck to use pwcheck_pam.c. This insures that the pam methods are run as root rather than as cyrus. See the archives for more info.

deleting old mailboxes

2001-07-16 Thread Nick Ustinov
Hey! Is there some script or anything, that would scan the imap/user dir, lookup .seen file date and create a list or delete mailboxes which are X months unread? Nick

Re: Newbie struggling with sendmail config

2001-07-17 Thread Nick Sayer
Fred Ball wrote: > Hi, crew. I'm going for my first installation of Cyrus imapd, running > sendmail and freeBSD 4.3. > > I'm using the O'Reilly IMAP book as a guide, and everything *seemed*okay > until I hit the instructions for building the sendmail config file. It > instructs me to add th

RE: Bind the daemon to a specific ip address

2001-07-25 Thread Nick Ustinov
I guess, that's done in cyrus.conf like that: SERVICES { imap cmd="/usr/cyrus/bin/imapd" listen="127.0.0.1:imap" prefork=0 and so on -Original Message- From: Norbert Sendetzky [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 12:28 To: [EMAIL PROTECTED] Subject: B

2.0.15 + HIERARCHY => MacOS X mail working

2001-07-25 Thread Nick Sayer
Folks here may or may not have remembered that I mentioned a while ago that the MacOS X mail client does not work with IMAP servers that do not use "/" as their separator. I coerced the FreeBSD port to build 2.0.15 with the new hierarchy patches. With the unix hierarchy separator directive tu

Bug: 2.0.15-HIERARCHY - delete subscribed folder screws up LSUB

2001-07-25 Thread Nick Sayer
Check this out: * OK medusa.kfu.com Cyrus IMAP4 v2.0.15-HIERSEP-r2 server ready . login user testcase . OK User logged in . list * * * LIST (\Noinferiors) "/" "INBOX" * LIST () "/" "Drafts" * LIST () "/" "Sent" * LIST () "/" "Templates" * LIST () "/" "Trash" * LIST () "/" "amanda" * LIST () "/" "

Re: Bug: 2.0.15-HIERARCHY - delete subscribed folder screws up LSUB

2001-07-27 Thread Nick Sayer
Ken Murchison wrote: > > Nick Sayer wrote: > > > [...] > > >>2. Extra entries in the ...user/f/foo.sub file that corespond to >>nonexistent mailboxes causes the LSUB output to truncate at that spot. >> > > Try this patch. Fairly simple, but a

SirCam and sieve

2001-07-29 Thread Nick Sayer
I really, really want to do this: if body :is :comparator "i;octet" text: I send you this f i l e in order to have your a d v i c e . reject "Possible SirCam Infection"; stop; } (note that I have perturbed the line a bit in order for this message not to match the worm's signatu

Re: Restoring Mailboxes from a Backup

2001-08-07 Thread Nick Sayer
Marc Schöchlin wrote: > Hi ! > > I´m useing the following Version/RPMs of Cyrus: > > cyrus-sasl-1.5.24-17 > cyrus-imapd-2.0.14-3rm > cyrus-imapd-devel-2.0.14-3rm > cyrus-imapd-utils-2.0.14-3rm > cyrus-imapd-doc-2.0.14-3rm > > Cyrus works very well, but now i´m asking me how I can restore specif

RE: Mailboxes with dots

2001-08-28 Thread Nick Ustinov
There is a dot patch available for 2.0.12 at http://www.inbox.lv/nick It's pretty simple and can be applied to 2.0.16 as well, just do it manually (don't use patch command). However, applying the patch disables direct mail sending to mailboxes with dots. Nick -Original Message

user unknown

2001-09-26 Thread Nick Ustinov
n sendmail log file it also shows User unknown error. Sometimes mail goes to [EMAIL PROTECTED] well... Ideas? Nick Ustinov Enterprise Solutions Group Director Vide Infra Grupa SIA 40 Brivibas St, Riga, Latvia, LV 1050 phone: +371 7812294 fax: +371 7812297 http://www.videinfra.com

just to track...

2001-09-26 Thread Nick Ustinov
Sep 26 16:14:13 satan sendmail[11208]: f8QEECoN011198: [EMAIL PROTECTED], [EMAIL PROTECTED] (0/0), del ay=00:00:01, xdelay=00:00:00, mailer=cyrus, pri=30763, relay=localhost, dsn=5.1.1, stat=User unknown AVP is Kaspersky antivirus, works fine with the rest Nick Ustinov Enterprise Solutions Group Di

[UNIX: /var/imap/socket/lmtp]

2001-09-26 Thread Nick Ustinov
=Sent What's that [UNIX: /var/imap/socket/lmtp] and wasn't it there before. Nick Ustinov Enterprise Solutions Group Director Vide Infra Grupa SIA 40 Brivibas St, Riga, Latvia, LV 1050 phone: +371 7812294 fax: +371 7812297 http://www.videinfra.com

lmtpdengine.c

2001-09-26 Thread Nick Ustinov
overquota issues both "550 4.2.2 Over quota" and then User unknown, which is treated by sendmail as User unknown. Is there anything I should change in sendmail config, is it a bug or a feature? Sincerely, Nick

RE: lmtpdengine.c

2001-09-26 Thread Nick Ustinov
Yeah, well, the thing is that most of the users who are overquoted will never ever come back anymore. I have a system with >100k users, so you can imagine whats going on if I collect overquote e-mails. I guess hotmail.com sends them back immidetely as well. Nick. -Original Message- F

Eudora and ssl/tls and cyrus

2001-09-26 Thread Nick Simicich
reasons. As Clausewitz said, war is the continuation of politics by other means. Exactly. War is neither a hurricane nor a flood. It is, on the contrary, the cutting edge of ideology. -- Jeff Cooper Nick Simicich - [EMAIL PROTECTED] - http://scifi.squawk.com/njs.html

back to lmtpd problems

2001-09-27 Thread Nick Ustinov
ocalip $1.$2 $: < $1 > . $2 $) Check last three octets. R$* < MATCH > $#OK R< $- > $* $: $(localip $1 $: < > $1 $2 $) Check first octet. R$* < MATCH > $#OK # Allow relaying if the connected host has recently POP3 authenticated. R$* $: < $&{client_addr} > Get client IP address. R< $* > $(popip $1 $) Check full address. R$* < MATCH > $#OK # IP address didn't match. Anyone willing to help? :) Sincerely, Nick

RE: back to lmtpd problems

2001-09-27 Thread Nick Ustinov
- I might want to try that, however I am not experienced in postfix and the system is quite critical, it's not that easy. Anyway, this looks like cyrus problem -- the fact is that sendmail works FASTER than lmtpd causes the bottlenecks. Nick. -Original Message- From: Francesc Guasch [mailt

RE: back to lmtpd problems (ot)

2001-09-27 Thread Nick Ustinov
Should I use avcheck instead of avpkeeper with sendmail as well, or that's just for postfix? -Original Message- From: Tarjei Huse [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 17:15 To: Francesc Guasch Cc: '[EMAIL PROTECTED]' Subject: Re: back to lmtpd problems (ot) > an

lmtpd locking?

2001-10-01 Thread Nick Ustinov
ids.lv (Postfix) with SMTP id 504B1655A1 05707 >>> for <[EMAIL PROTECTED]>; Mon, 1 Oct 2001 12:22:59 +0200 (EET) 05707 >>> Date: Mon, 01 Oct 2001 12:27:23 -0200 05707 >>> Subject: [EMAIL PROTECTED] nosuutiijis Tev zinju no oHo.lv 05707 >>> To: [E

lmtpd locking continued

2001-10-01 Thread Nick Ustinov
And that's the place, where lmtpd freezes: Oct 1 14:27:09 satan lmtpd[5687]: duplicate_check: <[EMAIL PROTECTED]> user.bforce 0 Nick Ustinov Enterprise Solutions Group Director Vide Infra Grupa SIA 40 Brivibas St, Riga, Latvia, LV 1050 phone: +371 7812294 fax: +371 7

RE: lmtpd locking continued

2001-10-01 Thread Nick Ustinov
delivered). However, localmails which are delivered using cyrus mailer are still freezing after issuing DATA (messages are being delivered to mailboxes, by the way). This happens when it tries to connect via UNIX: /var/imap/socket/lmtp according to sendmail's log. Nick -Original Message-

RE: lmtpd locking continued

2001-10-01 Thread Nick Ustinov
Ken, just pulled latest cvs version, still the same. As for too many files open, I have echo 32768 >/etc/fs/file-max -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 17:59 To: Nick Ustinov Cc: '[EMAIL PROTECTED]' Subje

RE: lmtpd locking continued

2001-10-01 Thread Nick Ustinov
TECTED]> SIZE=538 250 2.1.0 ok >>> RCPT To: 250 2.1.5 ok >>> DATA 354 go ahead >>> . strace shows it's read(7, Is it somehow related to alarm(300) I see in strace output as well? Sincererly, Nick PS. Pretty weird user name, however it exists, reconstructed

RE: cyrus/pam tutorial?

2001-10-01 Thread Nick Ustinov
Sincerely, Nick -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 21:40 To: [EMAIL PROTECTED] Subject: cyrus/pam tutorial? Hello , I am having a hard time getting cyrus to use pam authentication. It only seems to want to work with sasl. Any

RE: lmtpd locking continued

2001-10-01 Thread Nick Ustinov
Larry, Ken, I ran strace on lmtpd and noticed that it sticks with connecting to notify_unix socket. I recompiled it with-notify=no and it seems to work fine now (and much faster too :) Ken, ignore last email with strace, it was all right (my fault) Nick -Original Message- From

RE: cyrus/pam tutorial?

2001-10-01 Thread Nick Ustinov
sql.c so you can see whats going on. Nick -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 22:46 To: Nick Ustinov Cc: [EMAIL PROTECTED] Subject: Re: cyrus/pam tutorial? This is great. I have been banging my head against the wall here. L

nfs and spool hash

2001-10-01 Thread Nick Ustinov
ic? 2) If I add hashimapspool: true to my imapd.conf, then create all dirs like a/ b/ c/ and so on and move user dirs accordingly, shall it work? Is there a tool for doing that automatically? I have 5 imapspool partitions with total of ~103.000 accounts. Sincerely, Nick

RE: cyrus/pam tutorial?

2001-10-01 Thread Nick Ustinov
it should be sasl_pwcheck_method, not sasl_passwd_check Nick -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 23:47 Cc: [EMAIL PROTECTED] Subject: Re: cyrus/pam tutorial? This what my /etc/imapd.conf looks like: configdirectory

RE: cyrus/pam tutorial?

2001-10-01 Thread Nick Ustinov
No, should be fine. Did you restart master after making changes in imapd.conf? Did you enable #define DEBUG in pam_mysql? What is exactly in your /etc/pam.d/imap file? Nick -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 00:15 To

RE: lmtpd locking continued

2001-10-02 Thread Nick Ustinov
memory. However, at some point it went thru but could be hanging for 10-20 minutes Nick -Original Message- From: Jeremy Howard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 04:21 To: Nick Ustinov; 'Lawrence Greenfield'; Ken Murchison Cc: [EMAIL PROTECTED] Subject:

RE: cyrus/pam tutorial?

2001-10-02 Thread Nick Ustinov
I'd change it to auth optional /lib/security/pam_mysql.so ... is user cyr without password? also, you need db= table= usercolumn= Nick -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 00:59 To: Nick Ustinov Cc: [EMAIL PROT

pop3d auth

2001-10-03 Thread Nick Ustinov
? Nick

Re: cyradm error

2001-10-03 Thread Nick Simicich
ing for which he is willing to fight, nothing he cares about more than his own personal safety, is a miserable creature who has no chance of being free, unless made so by the exertions of better men than himself. -- John Stuart Mill Nick Simicich - [EMAIL PROTECTED]

RE: New server

2001-10-03 Thread Nick Simicich
safety, is a miserable creature who has no chance of being free, unless made so by the exertions of better men than himself. -- John Stuart Mill Nick Simicich - [EMAIL PROTECTED]

Re: Eudora and ssl/tls and cyrus

2001-10-03 Thread Nick Simicich
ll broken. Yep. The only way it works is on the alternate port, which, I guess, is better than nothing. >Ken > > >Nick Simicich wrote: > > > > I just successfully got Eudora to negotiate TLS with Cyrus. This applies > > to Eudora 5.1. > > > > A log extrac

RE: Many domains, one Cyrus

2001-10-04 Thread Nick Ustinov
pretty good instructions on doing this. Nick -Original Message- From: djinn [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 17:47 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Many domains, one Cyrus I am looking for a way to set up cyrus (2.0.9) to deliver to mail boxes that

Re: Eudora, STARTTLS and the alternate port

2001-10-19 Thread Nick Simicich
:02:45 parrot imapd[17996]: login: glock.squawk.com[208.176.124.157] nick CRAM-MD5+TLS User logged in SSLSendVersion is used for the smtp connection, which may not be important to you. But it seems that if you set one you should set the other for completeness. Whereas this is not STARTTLS

Re: RFC: Sieving mail delivered directly to shared/public folders

2001-11-09 Thread Nick Sayer
It seems to me that this could be far more easily done by creating a pseudo- user. Have this user be the target of the alias and his sieve script will be run. That sieve script can have nothing but fileinto directives to populate the public folders. This pseudo-user does not even have to have an I

Re: Microsoft Outlook Express "Logon using Secure Password Authentication" option.

2001-09-28 Thread Nick Simicich
appen for reasons. As Clausewitz said, war is the continuation of politics by other means. Exactly. War is neither a hurricane nor a flood. It is, on the contrary, the cutting edge of ideology. -- Jeff Cooper Nick Simicich - [EMAIL PROTECTED] - http://scifi.squawk.com/njs.html

Re: Eudora and ssl/tls and cyrus

2001-09-28 Thread Nick Simicich
n for reasons. As Clausewitz said, war is the continuation of politics by other means. Exactly. War is neither a hurricane nor a flood. It is, on the contrary, the cutting edge of ideology. -- Jeff Cooper Nick Simicich - [EMAIL PROTECTED] - http://scifi.squawk.com/njs.html

Re: Eudora and ssl/tls and cyrus

2001-09-27 Thread Nick Simicich
16 AM 9/27/2001 -0400, Ken Murchison wrote: >Nick Simicich wrote: > > > > I did some searches in the archives. If there is anything similar, > > searching on Eudora and ssl or tls didn't find it. Eudora will not > > complete TLS negotiation with Cyrus. > > >

Re: Eudora and ssl/tls and cyrus

2001-09-27 Thread Nick Simicich
At 07:46 AM 9/27/2001 -0500, Amos Gouaux wrote: > >>>>> On Thu, 27 Sep 2001 01:05:53 -0400, > >>>>> Nick Simicich <[EMAIL PROTECTED]> (ns) writes: > >ns> I did some searches in the archives. If there is anything similar, >ns> searching

Eudora and ssl/tls and cyrus

2001-09-27 Thread Nick Simicich
7 22:37:45 parrot imapd[30495]: login: glock.squawk.com[208.176.124.157] ni ck CRAM-MD5+TLS User logged in Sep 27 22:37:45 parrot imapd[30495]: seen_db: user nick opened /var/imap/user/n/ nick.seen Sep 27 22:37:45 parrot imapd[30495]: open: user nick opened INBOX -- We often hear of war describe

Re: Eudora and ssl/tls and cyrus

2001-09-27 Thread Nick Simicich
At 07:37 PM 9/27/2001 -0400, Nick Simicich wrote: >I had actually posted a trace of one of the sessions, extracted from >ethereal (before it started working). As you can see, the verb being used >in, in fact, STARTSSL. So I am of the opinion I meant to type STARTTLS above, not

sendmail vs. lmtp

2001-09-28 Thread Nick Ustinov
> . 250 2.1.5 Ok [EMAIL PROTECTED] Sent Running /var/spool/mqueue/f8S9vr2d001619 (sequence 10 of 322) f8S9vr2d001619: locked Basically, after each messages that "not locked" for him, sendmail freezes for 1-2 minutes.. then goes ahead, skips 40-50 msgs and delivers one more.. then freezes again. Ideas? Nick

sendmail?

2001-09-28 Thread Nick Ustinov
A=FILE /var/imap/socket/lmtp LOCAL_RULE_0 Rbb + $+ < @ $=w . >$#cyrus $: + $1 #- Sincerely, Nick

RE:

2001-10-09 Thread Nick Ustinov
you can use pam_mysql or pam_ldap -Original Message- From: Robert McCallum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 09, 2001 20:09 To: info-cyrus Subject: Hello, Which methods of authentication can be used if I do not want to actually add user accounts to the server that cyru

RE: pam/mysql doesnt work

2001-10-12 Thread Nick Ustinov
and which pam_mysql? did you compile it enabling DEBUG option? Nick -Original Message- From: Mark Davis [mailto:[EMAIL PROTECTED]] Sent: Friday, October 12, 2001 14:40 To: [EMAIL PROTECTED] Subject: Re: pam/mysql doesnt work Hi! again Thx for your answer. But i also tried to compile

RE: pam/pop3d problems...

2001-10-15 Thread Nick Ustinov
one of the problems could be that you didn't create mailboxes for users using cyradm. in that case imap auth works fine, but pop3 fails. nick -Original Message- From: Robin Ericsson [mailto:[EMAIL PROTECTED]] Sent: Monday, October 15, 2001 10:58 To: [EMAIL PROTECTED] Subject: pam/

Stupid Exchange migration question

2001-10-17 Thread Nick Sayer
This doesn't have a lot to do with Cyrus, I'll admit (I am a big big fan of cyrus, though). But I need to come up with some kind of answer in order to make management even consider migrating away from exchange. Cyrus has public folders, which is good. But when using Outlook against an IMAP ser

Re: mmap support on NetBSD

2002-01-11 Thread Nick Hudson
yrus configure script does a good job of determining if mmap support is available. I would expect a -current user to get mmap support and a netbsd-1-5 user not to get mmap support. Nick

altnamespace and unixhierarchysep patches for 2.0.16?

2002-03-07 Thread Nick Sayer
Does anyone have patches relative to 2.0.16 that will enable these two features? I've done it in the past and had it work just fine. I can't upgrade to 2.1.x yet because FreeBSD does not yet have a port for SASL 2.x and I don't feel like going off the beaten path for this.

Re: PHP Interface/Web GUI

2002-03-17 Thread Nick Sayer
Steven M Bloomfield said: > www.squirrelmail.org is a web based e-mail client written in PHP > Works fine connecting to Cyrus. > Use websieve for web gui interface. squirrelmail doesn't work fine with cyrus... It works FANTASTICALLY with cyrus!! :-) There is also a sieve plugin for squirrelmail.

/var/imap/db/log.000000000x

2002-03-23 Thread Nick Ustinov
Hey, Is it possbile to disable BDB logging (or whatever that is -- /var/imap/db/log.0x)? The system creates 10Mb files and under high traffic it's 100-150 Mb/day Sincerely, Nick --- This message contains no viruses. Guaranteed by Kaspersky Anti-Virus. www.antivirus.lv

Re: Cyrus and IMP

2002-03-24 Thread Nick Ustinov
We are running cyrus 2.1.0 with imp 3.0 in a production environment. The system has about 150,000 user accounts and over 600,000 cyrus mailboxes. Apache server load is 50-100 reqs/second. Everything works excellent, basically I don't even look after it -- it just works :) Nick >

Re: Cyrus and IMP

2002-03-24 Thread Nick Ustinov
ng at all. i would recommend installing APC cache for PHP, which decreases load of webmail server dramatically (in my case at least it was over 400% improvement). Nick > what hardware do you use to support this load? > > David Lang > > On Sun, 24 Mar 2002, Nick Ustinov wrote:

Re: Please help with user problem

2002-03-25 Thread Nick Ustinov
Reklama.   You can either: 1) cd /usr/cyrus/bin su cyrus ./reconstruct user. 2) go to cyradm, sam user. c dm user. Nick > I am using Redhat 7.1 running cyrus 2.0.9 with Postfix. I dame a > mistake and deleted a user's directory and can't get it off a backup. > Wh

oops, sorry for html mess

2002-03-25 Thread Nick Ustinov
Sorry, SMTP server I had was adding ads to outgoing messages :) Sincerely, Nick

Re: cyrus on compaq alpha

2002-03-27 Thread Nick Ustinov
worked on alpha :) just to let you know: small change was needed in imclient.c and imclient.h -- where those functions are declared you have to put size_t instead of unsigned Sincerely, Nick - Original Message - From: "Nick Ustinov" <[EMAIL PROTECTED]> To: <[EMA

Re: Problem with cyrus: daemon not responding - ctl_mboxlist running

2002-03-29 Thread Nick Ustinov
Oh, also check /etc/cyrus.conf so you have sievecmd="timsieved" listen="sieve" prefork=0 under SERVICES Sincerely, Nick - Original Message - From: "Kennedy van Dam Eric" <[EMAIL PROTECTED]> To: "info-cyrus" <[EMAIL PROTE

Re: Problem with cyrus: daemon not responding - ctl_mboxlist running

2002-03-29 Thread Nick Ustinov
Which version of cyrus are you using? And why do you say that the problem is with cyrus-sasl? ctl_mboxlist is using cyrus-imapd mailbox database. You can try to kill ctl_mboxlist, then go to /usr/cyrus/bin do su cyrus and run ./ctl_cyrusdb -r. I guess in older versions it was ctl_mboxlist -r but

Re: Cyrus-Imap/Sieve/Postfix/SuSE7.3

2002-03-29 Thread Nick Ustinov
Make sure you have sievedir: /usr/sieve in your /etc/imapd.conf Sincerely, Nick - Original Message - From: "Alain Barthélemy" <[EMAIL PROTECTED]> To: "Cyrus-list" <[EMAIL PROTECTED]> Cc: "cassandre" <[EMAIL PROTECTED]> Sent: Friday

Re: cyrus imapd 2.1.3

2002-03-31 Thread Nick Ustinov
man 5 imapd.conf Bu the way autocreatequota 1 is pretty strange - this way you configure cyrus to set 1 Kb quota to a newly created mailboxes. If you want 1 Mb, use 1000 instead of 1 Sincerely, Nick - Original Message - From: "Andreas Meyer" <[EMAIL PROTECTED]> To:

moving from 2.0 to 2.1.3

2002-04-03 Thread Nick Ustinov
I should know about? How about sieve scripts? Are these compatbile? Also, is it recommended to switch to skiplist only for mailbox file or for the rest as well? Sincerely, Nick

web info-cyrus archives

2002-04-03 Thread Nick Ustinov
If anyone is interested, there is a full searchable archive of info-cyrus at http://giga.bit.lv/info-cyrus It's a bit slow at the moment, however, it's apache+php+cyrus2.1.3 on 200 mhz pentium and very slow hdd with 16k messages in one mailbox :) I promise to upgrade it asap. Sincerely, Nick

Re: web info-cyrus archives

2002-04-03 Thread Nick Ustinov
1) better search 2) you can download attached files :) (that was the main reason) 3) supposed to be faster :) Sincerely, Nick - Original Message - From: "Ken Murchison" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 04:01 Subject: Re: w

Re: web info-cyrus archives

2002-04-03 Thread Nick Ustinov
1) better search 2) you can download attached files :) (that was the main reason) 3) supposed to be faster :) Sincerely, Nick - Original Message - From: "Ken Murchison" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 04:01 Subject: Re: w

Re: web info-cyrus archives

2002-04-04 Thread Nick Ustinov
Upgraded hardware. Now it's usable and is located at http://www.cyrus-imap.org/info-cyrus As for cyrus-imap.org content, it's coming very soon. (anyone to contribute?) Sincerely, Nick - Original Message ----- From: "Nick Ustinov" <[EMAIL PROTECTED]> To: "K

sendmail vs postfix

2002-04-19 Thread Nick Ustinov
n load avg went to 50 I stopped it and returned to sendmail. I know disk speed is essential here -- well, it is fast. Any comments? Maybe Exim will be better? I guess I will have to put MTA on another machine, otherwise it keeps getting even worse. Sincerely, Nick PS. sorry, maybe the message

weird

2002-04-19 Thread Nick Ustinov
I use PAM for auth, however, SOMETIMES i still see: Apr 19 18:23:25 tom pop3d[23395]: unable to open Berkeley db /etc/sasldb2: No such file or directory Apr 19 18:23:25 tom pop3d[23395]: could not find password Commentes? Sincerely, Nick

lmtpd's

2002-04-19 Thread Nick Ustinov
Also, I have quite a number (100 or 150) of lmtpd's handing in memory doing: fcntl64(8, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0} if I do strace. Is this normal?? Sincerely, Nick

2.1.3 --> 2.1.0 sieve ?

2002-04-20 Thread Nick Ustinov
inated normally, exit status 71 and so on. Sieve doens't work anymore. Any comments? Sincerely, Nick

Re: 2.1.3 --> 2.1.0 sieve ?

2002-04-20 Thread Nick Ustinov
ue, load is always around 30, which is not acceptable. I've tried latest cyrus from cvs and also tried 2.1.3 with flock() patch. No effect. Sincerely, Nick - Original Message - From: "Ken Murchison" <[EMAIL PROTECTED]> To: "Nick Ustinov" <[EMAIL PROTECTED]

sieveshell says "sasl mech list empty"

2002-10-14 Thread Nick Fisher
d that's where they are. I can't figure out how I would check this or what files I should have there. 2) PAM is incorrectly configured I have a sieve entry in /etc/pam.d/ Any ideas? I'm a Cyrus newbie and I'm stuck. Is is something to do with 'sasl_mech_list' in my imapd.conf? I tryed blindly playing with it but got nowhere. Nick

Re: sieveshell says "sasl mech list empty"

2002-10-14 Thread Nick Fisher
x27;m guessing that sieveshell isn't finding the plugin it wants? I'm trying to use pam_mysql with sieve like I use with imapd but imapd appears to be happy If it would help I can send the strace output Nick

Re: sieveshell says "sasl mech list empty"

2002-10-14 Thread Nick Fisher
make sence. I think that timsieved was compiled wrong. It's looking for all sorts of stuff in the wrong places. I'll talk to the port's maintainer and work this out Thanx to all for the kick in the right direction! Nick

Re: sieveshell says "sasl mech list empty"

2002-10-14 Thread Nick Fisher
oblem. Does anyone know what librarys it should be loading to get pam_mysql auth to work? Does anyone know of any docs relating to getting timsieve to use PAM auth? Failing that how do you install sieve scripts without timsieved? Nick

Re: sieveshell says "sasl mech list empty"

2002-10-15 Thread Nick Fisher
ure that the compile is correct after all my testing with strace so I'm left thinking that this has to be a config problem. I have to have missed something stupid. For some reason timsieve doesn't list any auth types. Here are all the config files that I can think of... anyone see any stupid mis

Compliation problems / cyrus-imap 2.1.9

2002-10-17 Thread Nick Majeran
d about too few arguments to db->open(). I added a NULL so the final called looked like: r = db->open(db, NULL, fname, NULL, DB_BTREE, DB_CREATE, 0664); That seemed to make gcc happy, since it was looking for a DB_TXN *txnid, which can apparently be NULL. I'm sure there is something rather obvious that I am missing here, but I can't put a finger on what it is. Any help would be greatly appriecated. -- Nick Majeran

timsieved isn't listing any auth methods

2002-10-31 Thread Nick Fisher
auth against PAM to work with timsieve... Or if anyone has timsieve working with *just* the PLAIN auth method. The one idea I still have is that timsieve isn't reading it's config data from /etc/imapd.conf. I have no clue as to how to check if this is a problem any ideas most wel

Re: timsieved isn't listing any auth methods [Solution]

2002-11-04 Thread Nick Fisher
Hi, It turns out that I didn't have libplain.so in the /usr/libs/sasl2 dir. I never did figure out why, when I recompiled sasl it appeared. I'm now happily sorting mail :) Nick -Original Message----- From: "Nick Fisher" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]

What happened to my db/ ?

2004-01-09 Thread Nick Fisher
. Someone please help me out here what is going on and how do I stop it? If someone can give me a bit of a shove in the right direction it would be MOST helpfull. links... generall information even mild abuse, all gratefully accepted. Many thanks Nick

  1   2   >