[courier-users] IMAP Freeze problems

2005-11-11 Thread Kenneth Kalmer
ideas on where to start looking? Any advice would be appreciated! Kind regards -- Kenneth Kalmer [EMAIL PROTECTED] [EMAIL PROTECTED] stats http://vspx27.stanford.edu/cgi-bin/main.py?qtype=userpage&username=kenneth%2Ekalmer --- SF.Net em

[courier-users] Re: Compile Problem

2004-08-06 Thread Kenneth Ramirez
havchik <[EMAIL PROTECTED]> wrote: > Kenneth Ramirez writes: > > > Help me understand this. Why was that directory > not > > included as the others I added was? > > Go and ask whoever built that Kerberos package why > the hell they had to > shove the headers

[courier-users] Fwd: Having problem compiling the code

2004-08-06 Thread Kenneth Ramirez
x27;m wondering if I'm having a similar problem with my compile.Kenneth Ramirez <[EMAIL PROTECTED]> wrote: Date: Fri, 6 Aug 2004 07:26:33 -0700 (PDT)From: Kenneth Ramirez <[EMAIL PROTECTED]>Subject: Having problem compiling the codeTo: [EMAIL PROTECTED] Just wondering if anyone

[courier-users] Having problem compiling the code

2004-08-06 Thread Kenneth Ramirez
Just wondering if anyone could come up with any suggestions to the problem that I'm still having? This morning, I ran "gmake clean", followed by gmake, and I'm still getting the error as described below:   After configure, I ran the "gnu make" and it produced a compilation error. The following is t

Re: [courier-users] Re: Having Problem Compiling the Code

2004-08-05 Thread Kenneth Ramirez
I just check again, and just as I thought, both the libstdc++-devel and libstdc++-ssa-devel are up to date and I have the latest ones, but I still have the same problem. Any other clues? Ken --- Sam Varshavchik <[EMAIL PROTECTED]> wrote: > Kenneth Ramirez writes: > > >

[courier-users] Having Problem Compiling the Code

2004-08-05 Thread Kenneth Ramirez
After configure, I ran the "gnu make" and it produced a compilation error. The following is the final lines from the compile output:   g++ -DHAVE_CONFIG_H -I. -I. -I.  -c -o maildirsearchC.o maildirsearchC.cppIn file included from maildirsearchC.cpp:7:maildirsearch.h:97: syntax error before `;'

Re: [courier-users] Re: Connection timeouts?

2003-09-18 Thread Kenneth J Baker
Thanks for the clarification. Is there a way to force clients to reauthenticate with the courier-ldap server at specific intervals? -- Ken On Wed, 17 Sep 2003, Sam Varshavchik wrote: > Kenneth J Baker writes: > > > > > Hi, > > > > I would like to force clients

[courier-users] Connection timeouts?

2003-09-17 Thread Kenneth J Baker
Hi, I would like to force clients to reauthenticate with courier-ldap server every so often (once a day or more often). Is there an easy way to do this? I noticed that there is a TLS_TIMEOUT but (at least in version 0.37.3) it is not implemented yet. -- Ken

Re: [courier-users] Re: Virtual Domains using MySQL authentication -WITH- .courier delivery instructions?

2003-01-09 Thread Randy Lewis (Kenneth R. Lewis)
Tim Hunter wrote: > > > > So, if this overrides the "DEFAULTDELIVERY" (my assumption), and > > plops the > > message into the 'maildir' we specified in the atuhentiation table' > > then > > do we miss the opportunity to recognize a .courier file for the > > useraccount? > > > > If not, do we plac

Re: [courier-users] Re: Virtual Domains using MySQL authentication -WITH- .courier delivery instructions?

2003-01-09 Thread Randy Lewis (Kenneth R. Lewis)
Randy asks follow on questions, and adds requested detail: Sam Varshavchik wrote: > > Randy Lewis (Kenneth R. Lewis) writes: > > > We are trying to use Virtual Domains with MySQL authentication > > with .courier delivery instructions (for certain accounts) to > > ad

[courier-users] Virtual Domains using MySQL authentication -WITH- .courier deliveryinstructions?

2003-01-08 Thread Randy Lewis (Kenneth R. Lewis)
We are trying to use Virtual Domains with MySQL authentication with .courier delivery instructions (for certain accounts) to add delivery instructions for special cases. Having used Courier for nearly a year on five test systems, and now beginning to deploy it on client machines/domains; we want

Re: [courier-users] Re: SqWebMail Auth Problem in OpenBSD

2002-12-27 Thread Randy Lewis (Kenneth R. Lewis)
In reply to: > Somebody suggested me to use different web mail interface, but I just want > to confirm with you that there is no solution for this. Ronald, Well, for an absolute fact, SquirrelMail 1.2.2 all the way through to SquirrelMail 1.2.10 works just fine with ZERO modifications to each re

Re: [courier-users] SqWebMail Auth Problem in OpenBSD

2002-12-24 Thread Randy Lewis (Kenneth R. Lewis)
The Apache server under OpenBSD 3.2 runs (by default) as a chroot'd daemon. In order to use sqwebmail-3.4.0.20021026 as described in the Courier-MTA docs, you must run Apache -u'n-chrooted' Use the /usr/sbin/httpd -u command line option. Randy Heeyung Ronald Yang wrote: > > Hi, > > I instal

Re: [courier-users] Mozilla / Evolution setup

2002-05-02 Thread Kenneth E. Lussier
ndle the Maildir format differently. C-YA, Kenny -- "Tact is just *not* saying true stuff" -- Cordelia Chase Kenneth E. Lussier Sr. Systems Administrator Zuken, USA PGP KeyID CB254DD0 h

Re: [courier-users] Mozilla / Evolution setup

2002-05-02 Thread Kenneth E. Lussier
"Tact is just *not* saying true stuff" -- Cordelia Chase Kenneth E. Lussier Sr. Systems Administrator Zuken, USA PGP KeyID CB254DD0 http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xCB254DD0 ___

Re: [courier-users] Re: Occasional Autoreplies

2002-04-03 Thread Kenneth E. Lussier
- "Tact is just *not* saying true stuff" -- Cordelia Chase Kenneth E. Lussier Sr. Systems Administrator Zuken, USA PGP KeyID CB254DD0 http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xCB254DD0 ___

[courier-users] Occasional Autoreplies

2002-04-03 Thread Kenneth E. Lussier
-- "Tact is just *not* saying true stuff" -- Cordelia Chase Kenneth E. Lussier Sr. Systems Administrator Zuken, USA PGP KeyID CB254DD0 http://pgp.mit.edu:11371/pks/lookup?op=get&sea

[courier-users] Courier Imapd and Mozilla (0.9.9)

2002-03-29 Thread Kenneth Ljungh
e." but I have no trouble creating them or removing them on the server using Mozilla. Any ideas? Cheers, Kenneth ___ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

[courier-users] Re: Setting permissions from permissions.dat

2002-03-26 Thread Kenneth
e the same values in the same location. Kenneth wrote: > Here's a perl one liner to process permissions.dat. > perl -anF -e 'chown ($F[2], $F[3], $F[0]); chmod (oct($F[1]), $F[0]);' > > If you're in to more error checking setperms.sh is more elaborate but > I did

[courier-users] Setting permissions from permissions.dat

2002-03-26 Thread Kenneth
which is called special (reserved for future use or something...) Comments are welcome. -- Kenneth Kron -- [EMAIL PROTECTED] Cat Herder ZanshinRyu.com: Providing email @aikido.com http://Email.Aikido.com/ ___ courier-users mailing list [EMAIL PROT

Re: [courier-users] Userdb or Mysql Front End

2002-03-13 Thread Randy Lewis (Kenneth R. Lewis)
Chad, Although something like phpMyAdmin would prove useful for 'seeding' a database with some (few) trial accounts and such..it would kill you to try and use it for a production system. Since that approach would 'suck' BIG TIME, I began adapting some PHP code that was published for use with a C

Re: [courier-users] Complete Courier package or Qmail with add on's

2002-03-11 Thread Randy Lewis (Kenneth R. Lewis)
We are switching to Courier, after using Qmail + Vmailmgr for nearly 4 years. Why? Courier has almost the entire feature-set right out of the box. We wrote and published a simple patch to authmoduser.c to allow IP-based Virtual domains; and have nearly finished our MySQL powered Domain/Account/A

Re: [courier-users] Pop login problem

2002-02-18 Thread Randy Lewis (Kenneth R. Lewis)
orks must be set to use clear text > authentification and plain nor apop does not work. > How can I enable plain authentification (I addes it to pop3.rc) > but it does not seem to work. > Ondra > > "Randy Lewis (Kenneth R. Lewis)" wrote: > > > > Exactly what

Re: [courier-users] Pop login problem

2002-02-18 Thread Randy Lewis (Kenneth R. Lewis)
Exactly what kind of e-Mail account ID are you using with Netscape mail...and what version of Netscape.. 4.xx? or 6.xx? By account ID, I mean.. [EMAIL PROTECTED] , or just someone Randy Ondra Koutek wrote: > > I am using vpopmail and courier on RH 7.2 > Everzthing seem

Re: [courier-users] userdb "aliases" for purpose of authentication

2002-02-01 Thread Randy Lewis (Kenneth R. Lewis)
Dan, I just posted a 'patch' to authlib/authmoduser.c that enables the exact behavior you seek. You are right, in your discovery, that virtual domains needed to specifically identified as: username@somedomain, instead of the legacy user joe (via an IP based domain somedomain.com) and user joe

Re: [courier-users] I.P. based (virtual) multiple Domains ... SOLUTION !!!

2002-01-31 Thread Randy Lewis (Kenneth R. Lewis)
Howdy! Here is the patch file, for authlib/authmoduser.c that implements the "Carlos Paz <[EMAIL PROTECTED]> /etc/hosts.virtual " approach to authentication via the authdaemon --> authmodules mechanism. And, it fixes the Netscape Messenger login issue for vurtual domains. -

[courier-users] Re: I.P. based (virtual) multiple Domains ...

2002-01-25 Thread Randy Lewis (Kenneth R. Lewis)
without the > domain part. > > If you are interested, I can send you my patches to userdb/userdb.c and > userdb/userdb2.c > > Randy Lewis (Kenneth R. Lewis) escribió: > > > Has anyone implemented I.P. based multi-domains. > > > > Very specifically, I want t

Re: [courier-users] I.P. based (virtual) multiple Domains ...

2002-01-24 Thread Randy Lewis (Kenneth R. Lewis)
Sysop wrote: > > > I still fail to see the need. Looks like a bunch of extra work, if > possible for something that can be easily fixed else where. Im sure, if > you work hard enough, you can shove a basketball through a hole designed > for a softball... but an intelligent person would rep

Re: [courier-users] I.P. based (virtual) multiple Domains ...

2002-01-24 Thread Randy Lewis (Kenneth R. Lewis)
ay around this without making your own protocol, which nothing > >will support, except a client you make. The server never sees what was > >typed in for mail server, it's resolved by the client machine into an IP > >address, and sent off. > > > >- Original Message -

[courier-users] I.P. based (virtual) multiple Domains ...

2002-01-24 Thread Randy Lewis (Kenneth R. Lewis)
Has anyone implemented I.P. based multi-domains. Very specifically, I want the notion of DEFAULT_DOMAIN (as optionally defined in etc/authmysqlrc) to be determined from the I.P. address locally as one of many aliased I.P. addresses. For example: If I have 10 aliased I.P. address on a machine, e

[courier-users] Replex E-Mail Admin (PHP) ?

2002-01-19 Thread Randy Lewis (Kenneth R. Lewis)
Has anyone adapted, or working on adapting the Replex E-Mail Admin package? Randy ___ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Re: [courier-users] Work-around to allow "%" or ":" for NetscapeMessenger - authmysql (CORRECTION)!!

2002-01-18 Thread Randy Lewis (Kenneth R. Lewis)
hope this clarifies what I did. Thanks for the dialogue. Randy Roland Schneider wrote: > > --Randy Lewis (Kenneth R. Lewis) wrote on 18.01.2002 09:44 -0500: > > > Here is a correct patch that allows for use of the "%" (percent), > > or ":" (colon

[courier-users] Work-around to allow "%" or ":" for Netscape Messenger - authmysql(CORRECTION)!!

2002-01-18 Thread Randy Lewis (Kenneth R. Lewis)
Here is a correct patch that allows for use of the "%" (percent), or ":" (colon) chars as separators for the [EMAIL PROTECTED] problem for Netscape Messenger clients in a virtual domain(s) environment. --- authmysql.c Wed Jun 20 21:44:30 2001 +++ authmysql.c-new Fri Jan 18 09:34:32 2002 @@ -

[courier-users] Work-around to allow "%" or ":" as name/domain sperator for NetscapeMessenger - authmysql

2002-01-17 Thread Randy Lewis (Kenneth R. Lewis)
Here is a little patch that allows for use of the "%" (percent), or ":" (colon) chars as separators for the [EMAIL PROTECTED] problem for Netscape Messenger clients in a virtual domain(s) environment. --- authmysqllib.c-save Thu Jan 17 11:41:41 2002 +++ authmysqllib.c Thu Jan 17 16:06:46 20

[courier-users] Correct Installion errors use webadmin

2002-01-15 Thread Kenneth
o integrate the documentation into webadmin) to make it more tutorial like. Just my two cents. -- Kenneth Kron -- [EMAIL PROTECTED] CTO and Cat Herder ZanshinRyu.com & [EMAIL PROTECTED] 6947 California Street San Francisco, CA, 94121 (415) 379-6697 __