Re: dbmail

2003-04-25 Thread Daniel Brown
Wrote Mark Devin: > Anyone have experience in setting up dbmail on a debian system? > > I am after a solution that provides imap, pop3, and web based mail > access using postfix as the MTA. Can anyone speak from experience > regarding performance, scalability, reliability and ease of setting up

Re: dbmail

2003-04-25 Thread Emmanuel Lacour
On Thu, Apr 24, 2003 at 09:42:08PM -0700, Daniel Brown wrote: > Wrote Mark Devin: > > With the rewritten delivery agent, and Sendmail using virtusertable > (sourced from MySQL using a perl script), I got it working the way I > wanted it to. > Using postfix, you could access directly a mysql data

Re: route to/from xover box

2003-04-25 Thread robjeh
Sorry i didn't send my anser to the maillist but i suggested to use proxyarp with ip_forwarding and made a small example. ( i think its the fasted way to solve this problem. Greatings, Robbert Helling Citeren Tarragon Allen <[EMAIL PROTECTED]>: > On Fri, 25 Apr 2003 01:04 am, Mark Constable wr

Re: large files

2003-04-25 Thread Marcel Hicking
--On Thursday, April 24, 2003 15:43:31 -0600 David Bishop <[EMAIL PROTECTED]> wrote: I have a user that really like to create files. Then, they don't clean them up. We have already put a quota* on them, but unfortunetly, their directory is so large and convaluted, that they can't even figure

grep and delete

2003-04-25 Thread Craig
Hi Guys   I need to grep log files and delete certain criteria. Any ideas and how I can do this ?   Thanks Craig

Re: order enquiry

2003-04-25 Thread Michelle Konzack
Hey Rich, Am 19:08 2003-04-16 -0500 hat Rich Puhek geschrieben: > >abiodun mathins wrote: > >Dear sirs, > >I would be most happy to provide you with the requested equipment at >pricing which will be most favorable to you. As you may be aware, my >father, the president of Insanely Big Hardware

Re: Partitioning a Web Server

2003-04-25 Thread Michelle Konzack
Am 18:43 2003-04-15 -0700 hat Daniel Brown geschrieben: > >Wrote Randy Kramer: > >> On Monday 14 April 2003 11:44 pm, Russell Coker wrote: >> > On Sat, 5 Apr 2003 13:38, Michelle Konzack wrote: >> > > I mean, Each Client has 250 Mbyte DiskSpace for ftp, >> > > http,

RE: grep and delete

2003-04-25 Thread Javier
Perhaps something like this: “# grep -l *.log | xargs rm -rf" be careful Javier. -Mensaje original- De: Craig [mailto:[EMAIL PROTECTED] Enviado el: viernes, 25 de abril de 2003 13:44 Para: Debian-ISP Asunto: grep and delete Hi Guys   I need to g

AW: grep and delete

2003-04-25 Thread Kaiser, Michael (ZIBP)
  try   grep -v regexp_that_you_want_to_be_deleted file >file2 mv file2 file   "grep -v " shows lines NOT matching your regexp.   ..   regards Michael Kaiser ___ HDI V.a.G. Informationsverarbeitung Systemtechnik / ZIBP Riethorst 2 30659 Hannover

Re: grep and delete

2003-04-25 Thread Olivier Macchioni
++ 25/04/03 13:44 +0200 - Craig: >Hi Guys > >I need to grep log files and delete certain criteria. Any ideas >and how I can do this ? cat logfile | grep -v criteria1 | grep -v criteria2 > logfile.new have a look at logfile.new to check that it's correct and mv logfile.new logfile assumes : - n

FW: grep and delete

2003-04-25 Thread Laurens van Alphen
Title: Message Something like:   grep -v criteria /path/to/logfile > newlogfile   Then,   mv newlogfile logfile killall -HUP syslogd   -- Laurens van Alphen Keen on dots   -Original Message-From: Craig [mailto:[EMAIL PROTECTED] Sent: vrijdag 25 april 2003 13:44To: Debian-ISPSubject:

Samba causing eth1 transmit timeout

2003-04-25 Thread Gene Grimm
Since installing Samba on an inhouse server earlier this week, I have been noticing the following error message: kernel: eth1: 21041 transmit timed out, status fc36, CSR12 01c4, CSR13 ef0d, CSR14 f73d, resetting... Currently, eth1 is not attached to anything. Is there any way to p

Weird thing (qmail, amavis, maildrop)

2003-04-25 Thread Marcin Owsiany
I have a weird problem with some virus messages getting corrupted (we detect about 2 up to 3 such corrupted messages per month). The box does about 5 deliveries per day. I have no other reports about corrupted messages, so I guess this is not some hardware issue. First, a description of the me

[Help] Dose Anyone have Debian Woody FreeS/WAN through NAT Howto ???

2003-04-25 Thread axacheng
As subject..Please Help me.. Now, my freeswan can implement to : 1. FreeS/WAN server(Debian woody) [X.509 auth]FreeS/WAN client(Debian woody) 2. FreeS/WAN server(Debian woody) [X.509 auth]Windows2000/XP client But...i CAN NOT use FreeS/WAN server through NAT ..

Re: [Help] Dose Anyone have Debian Woody FreeS/WAN through NAT Howto ???

2003-04-25 Thread thing
http://www.thing.dyndns.org/debian/wifivpn.htm might help regards Thing axacheng wrote: As subject..Please Help me.. Now, my freeswan can implement to : 1. FreeS/WAN server(Debian woody) [X.509 auth]FreeS/WAN client(Debian woody) 2. FreeS/WAN server(Debian woody) [X.509 auth]==

Re: grep and delete

2003-04-25 Thread Emmanuel Lacour
On Fri, Apr 25, 2003 at 02:20:25PM +0200, Olivier Macchioni wrote: > ++ 25/04/03 13:44 +0200 - Craig: > >Hi Guys > > > >I need to grep log files and delete certain criteria. Any ideas > >and how I can do this ? > > cat logfile | grep -v criteria1 | grep -v criteria2 > logfile.new > grep -Ev "cri

Re: grep and delete

2003-04-25 Thread Emmanuel Lacour
On Fri, Apr 25, 2003 at 10:32:04PM +0200, Emmanuel Lacour wrote: > On Fri, Apr 25, 2003 at 02:20:25PM +0200, Olivier Macchioni wrote: > > ++ 25/04/03 13:44 +0200 - Craig: > > >Hi Guys > > > > > >I need to grep log files and delete certain criteria. Any ideas > > >and how I can do this ? > > > > ca

Re: [Help] Dose Anyone have Debian Woody FreeS/WAN through NAT Howto ???

2003-04-25 Thread Fraser Campbell
On April 25, 2003 01:10 pm, axacheng wrote: > Now, my freeswan can implement to : > > 1. FreeS/WAN server(Debian woody) [X.509 auth]FreeS/WAN > client(Debian woody) > > 2. FreeS/WAN server(Debian woody) [X.509 auth]Windows2000/XP client > > But...i CAN NOT use FreeS/WAN server

RE: large files

2003-04-25 Thread Milanuk, Monte
> Ideas? Other than killing them, of course, no matter how > tempting that is... I think you've gotten some good ideas so far, including the --max-depth= option to restrict the depth of search, and another one that I use quite a bit on my home system is --exclude. I didn't see you mention it