Re: perl script for adding users

2001-10-03 Thread Daniel Schwager
Vincent Stoessel wrote: > > Anyone have a sample perl script for adding new users for > cyrus? .. and anyone habe a sample perl script for changing user-permissions recursive ?? regards Danny -- DT Netsolution GmbH - Talaeckerstr

Re: Eudora and ssl/tls and cyrus

2001-10-03 Thread Nick Simicich
At 05:02 PM 10/3/2001 -0400, Ken Murchison wrote: >Sorry about the late response, but I just got some time to look into >this. Your fix allows Eudora to negotiate TLSv1, but does NOT fix the >STARTTLS problem. I still can not get Eudora to do STARTTLS with an >unmodified Cyrus. Well, I just ran

RE: New server

2001-10-03 Thread Nick Simicich
At 02:25 PM 10/3/2001 -0400, Kiarna Boyd wrote: >Wow. >Yes you are right if that is a base performance. >I have 2.0.16 currently for cyrus. Sendmail 8.22. > >Is there specific tuning I need to do? >Are there FAQ's available? I was running sendmail on a P-100 which primarily served as a mailing l

Re: Per-user receive rate controls

2001-10-03 Thread Jeremy Howard
Justin Miller wrote: I've had good luck with smtp-poplock -- the only issue, and it took me a while to figure out, was that when syslog restarted weekly (after log rotation), the auth daemon would die since the fifo was cut. Now I just tail imapd.log directly. My plan to avoid this pr

Re: Per-user receive rate controls

2001-10-03 Thread Justin R. Miller
Thus spake Chris Audley ([EMAIL PROTECTED]): > I don't know how pop-before-smtp.pl is implemented, but if you can get > it to read from a named pipe you can set up a separate channel from > syslog to the perl script. I've had good luck with smtp-poplock -- the only issue, and it took me a while

Re: Eudora and ssl/tls and cyrus

2001-10-03 Thread Ken Murchison
Sorry about the late response, but I just got some time to look into this. Your fix allows Eudora to negotiate TLSv1, but does NOT fix the STARTTLS problem. I still can not get Eudora to do STARTTLS with an unmodified Cyrus. If you look closely at the log of your connection, you connected to an

Re: Per-user receive rate controls

2001-10-03 Thread Jeremy Howard
Chris Audley wrote: > Create a named pipe in some appropriate location such as /var/local for the > perl script to read from, > > mkfifo /var/local/lmtpmon > > Then add an entry to the syslog.conf file to send mail.info messages to the > pipe > separate from the entry currently sending mail.no

Re: perl script for adding users

2001-10-03 Thread Vincent Stoessel
Vincent Stoessel wrote: > Anyone have a sample perl script for adding new users for > cyrus? > Thanks. Hey , no longer need one. I found this gem which has a sample non interactive script example for adding cyrus users: http://www.oreilly.com/catalog/mimap/chapter/ch09.html -- Vincent Stoes

perl script for adding users

2001-10-03 Thread Vincent Stoessel
Anyone have a sample perl script for adding new users for cyrus? Thanks. -- Vincent Stoessel [EMAIL PROTECTED] Java Linux Apache Mysql Php (JLAMP) Engineer (301) 362-1750 Mobile (410) 419-8588

Re: cyradm error

2001-10-03 Thread Nick Simicich
Cyrus, by default, installs its perl in /usr/local/lib/site_perl/5.6.0/i386-linux/ Most of the perl scripts need @INC modified, as in BEGIN { push @INC, "/usr/local/lib/site_perl/5.6.0/i386-linux/"; }; before any use statements, but cyradm works differently - This patch made it work

Re: Move existing users (imail) to new cyrus box?

2001-10-03 Thread Andrew Eason
On Tue, Oct 02, 2001 at 11:01:46AM -0400, djinn wrote: > Obviously, three things need to happen: > 1) saslpasswd username/password saslpasswd has some support for being called from other programs. So that shouldn't be too bad. You might want to write a little setuid script to protect the databa

RE: New server

2001-10-03 Thread Kiarna Boyd
Wow. Yes you are right if that is a base performance. I have 2.0.16 currently for cyrus. Sendmail 8.22. Is there specific tuning I need to do? Are there FAQ's available? My mail queue is high and I have about 20 imap seesions at peak. Nfs auto mounts to user home dirs. Mailboxes are local to t

Re: Cyrus & MySQL

2001-10-03 Thread Ken Murchison
Victor Bautista wrote: > > it's posible to compile Cyrus-IMAP in FreeBSD and with MySql support, not > Berkeley DB 3.x? Not unless you write a MySQL backend (or generic SQL backend) for the cyrusdb interface. Ken -- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton

Re: New server

2001-10-03 Thread Lawrence Greenfield
It's much more important that you understand what is causing such a high load on your system right now. We support over 5000 concurrent connections on two 450 MHz UltraSpace-II processors and 2 gigs of memory, and run at peak times at around a 3 load average. It's also important to think about I

Cyrus & MySQL

2001-10-03 Thread Victor Bautista
it's posible to compile Cyrus-IMAP in FreeBSD and with MySql support, not Berkeley DB 3.x? Thank's

Re: Per-user receive rate controls

2001-10-03 Thread Chris Audley
> Ralf Hildebrandt wrote: > > Something like pop-before-smtp.pl will do the trick: It will tail the > > maillog and then you can build an in memory database (a queue) that > > stores recipients, number of mails they recieved and timestamps. > > > Nice--I'll do this, at least until I get around to

Re: sieve parse error, expecting `$'

2001-10-03 Thread Ken Murchison
Frank Richter wrote: > > Hi, > using 2.0.16 I see sporadic Sieve errors: > > Oct 2 07:20:56 pat lmtpd[21021]: sieve parse error for rink: line 3: > address '[EMAIL PROTECTED]': parse error, expecting `$' > > The Sieve filter is very simple: > - > # PHP-Sie

Re: cyradm error

2001-10-03 Thread Ramiro Morales
Anderson: The problem you reports is one of the many (I do not remember exactly which of them) integration problems that are fixed by the building process of the RPM packages mantained by the people of Red Hat. Additionally I'm maintaing an indepentend set of rpm packages of Cyrus for Red Hat

New server

2001-10-03 Thread Kiarna Boyd
Good morning folks! I want to draw on your collective experience on cyrus servers hardware. I currently have a Sun Ultra 10 with a 400Mhz processor and half gig of ram. An average of 150+ concurrent users is pegging my CPU at high 90's between kernel use and user. If I break it down it is the he

cyradm error

2001-10-03 Thread Anderson
Hi friends, I am running cyrus-imapd-2.0.16 along with postfix under Red Hat Linux 7.1. Who can help to decide this problem me ? # cyradm -u cyrus localhost Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0

Re: Per-user receive rate controls

2001-10-03 Thread Jeremy Howard
Ralf Hildebrandt wrote: > On Wed, Oct 03, 2001 at 01:15:23PM +1000, Jeremy Howard wrote: > > What I'd like to do is avoid this happening in the future. I've manually > > added this address with REJECT to check_client_access for now. Now what I'd > > You mean check_recipient_access? > Yes I do--sor

Re: pop3d auth

2001-10-03 Thread Jeremy Howard
> Pretty strange -- I have tuned pam_mysql to be case insensitive for > usernames. If I telnet to imap port and do . login UsEr password it logs me > in. If I do the same with pop3 (user UsEr pass password) according to log it > says user UsEr logged in, however the response is -- ERR Invalid logi

Re: Cyrus IMAPD + OpenLDAP + PAM

2001-10-03 Thread Tarjei Huse
I think this is the good old sasl problem. DROP PAM. Goto cyrus-utils.sf.net/faq and read the bit on "death by 11" Tarjei Robinson Maureira Castillo wrote: > > Hi all, I know this has been posted before, but I still can't get this to > work, I get the following error when trying to use cyradm:

pop3d auth

2001-10-03 Thread Nick Ustinov
Pretty strange -- I have tuned pam_mysql to be case insensitive for usernames. If I telnet to imap port and do . login UsEr password it logs me in. If I do the same with pop3 (user UsEr pass password) according to log it says user UsEr logged in, however the response is -- ERR Invalid login ? Ni