Re: can apache log to MySQL ?

2000-05-15 Thread Russell Coker
On Fri, 12 May 2000, Chris Wagner wrote: >At 09:23 PM 5/11/00 +1000, Craig Sanders wrote: >>it's faster for some things, but i find it really clumsy and difficult >>to work with. postgres' psql is vastly superior to the mysql admin tool >>- and from what i hear, psql is supposed to be even better i

Re: mail server w/ 65000++ users

2000-05-15 Thread Russell Coker
On Fri, 12 May 2000, Craig Sanders wrote: >On Fri, May 12, 2000 at 04:10:40PM +0800, Chad A. Adlawan wrote: >> does anybody have any URL's or docs w/ talks on how to build >> a mail server (both Exim and Sendmail are OK w/ me) with more >> than 65,000 users ? i.e., what are the availabl

Re: mail server w/ 65000++ users

2000-05-15 Thread Chad A. Adlawan
> > For best performance have no direct TCP connections between your mail server > and the outside world. Have the MX records point to an inbound-relay which > sends the mail to the real server. hello :-) i pretty much dont get this part. what should be done is to point the MX record to

Re: mail server w/ 65000++ users

2000-05-15 Thread Robert Varga
Use qmail and vpopmail. They are both packaged to debian, so there should not be much of a problem for it. Vpopmail is a virtual domain pop3 server suited for serving as many as 23million POP3 mailboxes taking up only one system user, integrating with qmail and other qmail-extension software. It

Re: mail server w/ 65000++ users

2000-05-15 Thread Russell Coker
On Mon, 15 May 2000, Chad A. Adlawan wrote: >> For best performance have no direct TCP connections between your mail server >> and the outside world. Have the MX records point to an inbound-relay which >> sends the mail to the real server. > > hello :-) > > i pretty much dont get this part. w

Re: mail server w/ 65000++ users

2000-05-15 Thread Russell Coker
On Mon, 15 May 2000, Robert Varga wrote: >Use qmail and vpopmail. They are both packaged to debian, so there should >not be much of a problem for it. Qmail isn't a regular package because it's got licence issues. Also Qmail is lacking in functionality when compared to Postfix, Sendmail, or proba

Re: mail server w/ 65000++ users

2000-05-15 Thread Robert Varga
On Mon, 15 May 2000, Russell Coker wrote: > On Mon, 15 May 2000, Robert Varga wrote: > >Use qmail and vpopmail. They are both packaged to debian, so there should > >not be much of a problem for it. > > Qmail isn't a regular package because it's got licence issues. > It is in debian in source

Re: mail server w/ 65000++ users

2000-05-15 Thread Russell Coker
>> >Use qmail and vpopmail. They are both packaged to debian, so there should >> >not be much of a problem for it. >> >> Qmail isn't a regular package because it's got licence issues. >> > >It is in debian in source package form, it can be built with one command, >so it is not a real problem I t

CGI script

2000-05-15 Thread \[ Francho \]
I'm looking for a cgi script to send a complete web and images by mail. Something like "send this web to a friend" Tnks. -- <<< [EMAIL PROTECTED]

Re: mail server w/ 65000++ users

2000-05-15 Thread Irwan Hadi
At 01:03 PM 5/15/00 +0200, Russell Coker wrote: On Mon, 15 May 2000, Robert Varga wrote: Qmail isn't a regular package because it's got licence issues. Also Qmail is lacking in functionality when compared to Postfix, Sendmail, or probably any other Unix mail server. Qmail is fast and reliable, it'

Re: can apache log to MySQL ?

2000-05-15 Thread Craig Sanders
On Sun, May 14, 2000 at 11:39:10PM +0200, Russell Coker wrote: > My personal web server is lightly loaded (20MB transferred in a busy > week). But it takes several hours to do all the DNS lookups. I once > had a power failure during this time which caused my stats to be > skipped with was a real

POP3 Authentication to a remote server

2000-05-15 Thread Nathan Ridge
Has anyone successfully got qpopper or cucipop ( or any other pop3 ) to authenticate to a remote radius server? Windows low default TTL is causing timeouts on our remote pops. I know there is qpopper-pam but is a bit tricky under debian and have not got it to work. Any help appreciated. Ridgey

user server

2000-05-15 Thread Wayne Sitton
I have recently acquired a domain with quite alot of user webpages. The server it was originnally on was a FreeBSD box. It placed the users under a strange directoty path. For example the url http://home.techgod.net/~user on the the server it goes to /server/ftp/u/user/html in other words after

Re: user server

2000-05-15 Thread Chris Wagner
At 05:21 PM 5/15/00 -0500, Wayne Sitton wrote: >the users can log in and access their ftp. Now what I can't seem to get >done is to get apache to recognize that /~username goes to >/home/username/html Change the USERDIR directive in http.conf to point to the new location. +

Re: user server

2000-05-15 Thread Jeremy C. Reed
On Mon, 15 May 2000, Wayne Sitton wrote: > the username and then the username, and then an html folder. I have to move > this to my own server. I use Debian 2.1r4. Instead of keeping the > Directory structure, I moved all users out of the alfabetical directory > structure, and put them all unde

Re: user server

2000-05-15 Thread Richard Bailey
Wayne, Apache does this, the user web pages need to be in a public_html subfolder of the user home directory. Richard Tele-NET webmaster - Original Message - From: "Wayne Sitton" <[EMAIL PROTECTED]> To: Sent: Monday, May 15, 2000 3:21 PM Subject: user server > I have recently acqui

Re: user server

2000-05-15 Thread Chris Wagner
At 03:44 PM 5/15/00 -0700, Jeremy C. Reed wrote: >My config has: >UserDir public_html It doesn't have to be public_html. It can be anything you want. Even /home/username, though I wouldn't suggest that. I used .www. (NCSA tradition :) >You should also have the mod_userdir in use. >You may have