Re: Webmail - considerations...

2001-06-12 Thread Vector
http://packages.debian.org/testing/libs/libc-client4.7.html The above is a c client library for imap written by the University of Washington (not sure, but I don't think that package is the latest version but you can get the source from UW if you want). vector - Original Message - From

Re[2]: CGI Errors

2001-06-12 Thread Kevin J. Menard, Jr.
Hey Marcel, print "Content-Type: text/html\n\n"; is the one you want. -- Kevin

Re: Webmail - considerations...

2001-06-12 Thread Przemyslaw Wegrzyn
On Tue, 12 Jun 2001, Jeremy Lunn wrote: > On Tue, Jun 12, 2001 at 02:59:00PM +0200, Przemyslaw Wegrzyn wrote: > > Of course, I know... > > But our middle-tier will be developed using C++ , AFAIK. > > That's why I asked about c-client library... > > I would be pretty surprised if there is no c

Re: user privileges with php (like with suexec)

2001-06-12 Thread Nathan E Norman
On Tue, Jun 12, 2001 at 12:12:13PM +0200, Marcel Hicking wrote: > On 12 Jun 2001, at 1:21, Jeremy Lunn wrote: > > > I am wondering what is the best way to get simular results > > to suexec with php? > > > > I've heard of people running seperate instances of apache > > for each client. Is that li

Re: Webmail - considerations...

2001-06-12 Thread Vector
http://packages.debian.org/testing/libs/libc-client4.7.html The above is a c client library for imap written by the University of Washington (not sure, but I don't think that package is the latest version but you can get the source from UW if you want). vector - Original Message - Fro

Re: Webmail - considerations...

2001-06-12 Thread Przemyslaw Wegrzyn
On Tue, 12 Jun 2001, Jeremy Lunn wrote: > On Tue, Jun 12, 2001 at 01:26:09PM +0200, Przemyslaw Wegrzyn wrote: > > Thanx, I didn't know this feature... Acctually, I'm not so familiar with > > IMAP protocol yet... > > Depending what language you use you won't need to know the IMAP > protocol. Th

Re[2]: CGI Errors

2001-06-12 Thread Kevin J. Menard, Jr.
Hey Marcel, print "Content-Type: text/html\n\n"; is the one you want. -- Kevin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Webmail - considerations...

2001-06-12 Thread Jeremy Lunn
On Tue, Jun 12, 2001 at 01:26:09PM +0200, Przemyslaw Wegrzyn wrote: > Thanx, I didn't know this feature... Acctually, I'm not so familiar with > IMAP protocol yet... Depending what language you use you won't need to know the IMAP protocol. Things like perl and php have IMAP modules. -- Jeremy L

Re: Webmail - considerations...

2001-06-12 Thread Przemyslaw Wegrzyn
On Tue, 12 Jun 2001, Jeremy Lunn wrote: > On Tue, Jun 12, 2001 at 02:59:00PM +0200, Przemyslaw Wegrzyn wrote: > > Of course, I know... > > But our middle-tier will be developed using C++ , AFAIK. > > That's why I asked about c-client library... > > I would be pretty surprised if there is no c

Re: user privileges with php (like with suexec)

2001-06-12 Thread Nathan E Norman
On Tue, Jun 12, 2001 at 12:12:13PM +0200, Marcel Hicking wrote: > On 12 Jun 2001, at 1:21, Jeremy Lunn wrote: > > > I am wondering what is the best way to get simular results > > to suexec with php? > > > > I've heard of people running seperate instances of apache > > for each client. Is that l

Re: CGI Errors

2001-06-12 Thread Marcel Hicking
Bart-Jan Vrielink <[EMAIL PROTECTED]> 12 Jun 2001, at 12:04: > On Tue, 12 Jun 2001, Ritesh Goel wrote: > > > I have a script which runs fine from the UNIX shell. As soon as I > > try going thru the browser, I get an error which says - "Premature > > end of Script Header". What should i do or wh

Re: Webmail - considerations...

2001-06-12 Thread Przemyslaw Wegrzyn
On Tue, 12 Jun 2001, Russell Coker wrote: > Another thing, do the webmail systems use directory notifications? With > directory notifications the application can be informed by the kernel > when new files are created. The IMAP protocol supports announcing new > mail to the client. If the m

Re: Webmail - considerations...

2001-06-12 Thread Jeremy Lunn
On Tue, Jun 12, 2001 at 02:59:00PM +0200, Przemyslaw Wegrzyn wrote: > Of course, I know... > But our middle-tier will be developed using C++ , AFAIK. > That's why I asked about c-client library... I would be pretty surprised if there is no c library for IMAP as well. -- Jeremy Lunn Melbourne,

Re: Webmail - considerations...

2001-06-12 Thread Przemyslaw Wegrzyn
On Tue, 12 Jun 2001, Jeremy Lunn wrote: > On Tue, Jun 12, 2001 at 01:26:09PM +0200, Przemyslaw Wegrzyn wrote: > > Thanx, I didn't know this feature... Acctually, I'm not so familiar with > > IMAP protocol yet... > > Depending what language you use you won't need to know the IMAP > protocol. T

Re: user privileges with php (like with suexec)

2001-06-12 Thread Marcel Hicking
On 12 Jun 2001, at 19:52, Jeremy Lunn wrote: > On Tue, Jun 12, 2001 at 11:37:38AM +0200, Marcel Hicking > wrote: > Unfortunatelly you cannot set user/group in your > apache > config within a virtual host. The user/group > directives > once again will only affect cgi programs when > set for vhosts.

Re: Webmail - considerations...

2001-06-12 Thread Jeremy Lunn
On Tue, Jun 12, 2001 at 01:26:09PM +0200, Przemyslaw Wegrzyn wrote: > Thanx, I didn't know this feature... Acctually, I'm not so familiar with > IMAP protocol yet... Depending what language you use you won't need to know the IMAP protocol. Things like perl and php have IMAP modules. -- Jeremy

Re: user privileges with php (like with suexec)

2001-06-12 Thread Marcel Hicking
On 12 Jun 2001, at 1:21, Jeremy Lunn wrote: > I am wondering what is the best way to get simular results > to suexec with php? > > I've heard of people running seperate instances of apache > for each client. Is that likely to be a messy solution? > how much overhead would each instance be? You w

Re: CGI Errors

2001-06-12 Thread Bart-Jan Vrielink
On Tue, 12 Jun 2001, Ritesh Goel wrote: > I have a script which runs fine from the UNIX shell. As soon as I try > going thru the browser, I get an error which says - "Premature end of > Script Header". What should i do or what can i do ?? It looks like the script does not produce any valid HTTP h

CGI Errors

2001-06-12 Thread Ritesh Goel
Hi   I have a script which runs fine from the UNIX shell. As soon as I try going thru the browser, I get an error which says - "Premature end of Script Header". What should i do or what can i do ??   Thanks,   Ritesh Goel

Re: Virtual Domains & LDAP

2001-06-12 Thread Russell Coker
On Friday 08 June 2001 19:56, Kevin J. Menard, Jr. wrote: > What would be the best structure for this? > > I was thinking something like: > > o = my_organization -- domain1 > -- domain2 > -- domainN > -- Admins -- L

Re: Finding the Bottleneck

2001-06-12 Thread Russell Coker
On Monday 11 June 2001 10:51, Jason Lim wrote: > Too bad this is a production system or I would try it. I've never tried > reiserFS (neither has anyone else here) so we might test it along with > a 2.4 kernel later. I hear 2.4 has intergrated reiserFS support? 2.4 has integrated ReiserFS support.

Re: Webmail - considerations...

2001-06-12 Thread Russell Coker
On Sunday 10 June 2001 17:16, Przemyslaw Wegrzyn wrote: > 1. Almost every available webmail system uses the following way of > handling (rreceiving, in this example) attachements: load the whole > message body from IMAP server or message file, decode it and send to > the client. > The _whole_ attac

Re: CGI Errors

2001-06-12 Thread Marcel Hicking
Bart-Jan Vrielink <[EMAIL PROTECTED]> 12 Jun 2001, at 12:04: > On Tue, 12 Jun 2001, Ritesh Goel wrote: > > > I have a script which runs fine from the UNIX shell. As soon as I > > try going thru the browser, I get an error which says - "Premature > > end of Script Header". What should i do or w

Re: Webmail - considerations...

2001-06-12 Thread Przemyslaw Wegrzyn
On Tue, 12 Jun 2001, Russell Coker wrote: > Another thing, do the webmail systems use directory notifications? With > directory notifications the application can be informed by the kernel > when new files are created. The IMAP protocol supports announcing new > mail to the client. If the

Re: user privileges with php (like with suexec)

2001-06-12 Thread Marcel Hicking
On 12 Jun 2001, at 19:52, Jeremy Lunn wrote: > On Tue, Jun 12, 2001 at 11:37:38AM +0200, Marcel Hicking > wrote: > Unfortunatelly you cannot set user/group in your > apache > config within a virtual host. The user/group > directives > once again will only affect cgi programs when > set for vhosts

Re: user privileges with php (like with suexec)

2001-06-12 Thread Marcel Hicking
On 12 Jun 2001, at 1:21, Jeremy Lunn wrote: > I am wondering what is the best way to get simular results > to suexec with php? > > I've heard of people running seperate instances of apache > for each client. Is that likely to be a messy solution? > how much overhead would each instance be? You

Re: CGI Errors

2001-06-12 Thread Bart-Jan Vrielink
On Tue, 12 Jun 2001, Ritesh Goel wrote: > I have a script which runs fine from the UNIX shell. As soon as I try > going thru the browser, I get an error which says - "Premature end of > Script Header". What should i do or what can i do ?? It looks like the script does not produce any valid HTTP

Re: colocation space/inexpensive bandwidth

2001-06-12 Thread Nate Duehr
My company has a data center in Minneapolis. I'm just an internal Unix guy doing billing and Unix'y stuff so you'll have to talk to sales or someone knowledgeable about our pricing to get more info. www.inflow.com Nashville is the next closet to places on your list... On Tue, Jun 05, 2001 at 12

CGI Errors

2001-06-12 Thread Ritesh Goel
Hi   I have a script which runs fine from the UNIX shell. As soon as I try going thru the browser, I get an error which says - "Premature end of Script Header". What should i do or what can i do ??   Thanks,   Ritesh Goel

Re: Virtual Domains & LDAP

2001-06-12 Thread Russell Coker
On Friday 08 June 2001 19:56, Kevin J. Menard, Jr. wrote: > What would be the best structure for this? > > I was thinking something like: > > o = my_organization -- domain1 > -- domain2 > -- domainN > -- Admins --

Re: Finding the Bottleneck

2001-06-12 Thread Russell Coker
On Monday 11 June 2001 10:51, Jason Lim wrote: > Too bad this is a production system or I would try it. I've never tried > reiserFS (neither has anyone else here) so we might test it along with > a 2.4 kernel later. I hear 2.4 has intergrated reiserFS support? 2.4 has integrated ReiserFS support.

Re: Webmail - considerations...

2001-06-12 Thread Russell Coker
On Sunday 10 June 2001 17:16, Przemyslaw Wegrzyn wrote: > 1. Almost every available webmail system uses the following way of > handling (rreceiving, in this example) attachements: load the whole > message body from IMAP server or message file, decode it and send to > the client. > The _whole_ atta

Re: colocation space/inexpensive bandwidth

2001-06-12 Thread Nate Duehr
My company has a data center in Minneapolis. I'm just an internal Unix guy doing billing and Unix'y stuff so you'll have to talk to sales or someone knowledgeable about our pricing to get more info. www.inflow.com Nashville is the next closet to places on your list... On Tue, Jun 05, 2001 at 1