Re: Simple Sendmail Filter

2002-08-29 Thread Edward Dekkers
> Can anyone tell me why this doesn't work? > > I want to block complete domains from sendmail, such as hotmail.com or > aol.com, yet let certain addresses through. > > Thanks, > James James - this is a stupid question I know, but you ARE re-creating the access.db file after you make the text cha

Re: VPN connection

2002-08-29 Thread Matthew Melvin
On Fri, 30 Aug 2002 at 9:45am (+0300), Ionel Ploaie wrote: > > Hello all there, > > I have a trouble with my vpn client (pptp). Until few days ago this > connection was workink ... but now ... no :( > I use pptp like this: > > cd /usr/local/vpn > sleep 1 > ./pptp my.vpn > sleep 1 > ifconfig

VPN connection

2002-08-29 Thread Ionel Ploaie
Hello all there, I have a trouble with my vpn client (pptp). Until few days ago this connection was workink ... but now ... no :( I use pptp like this: cd /usr/local/vpn sleep 1 ./pptp my.vpn sleep 1 ifconfig ppp0 sleep 1 ifconfig ppp0 up sleep 1 route add -host vpn_ip_address gw gw_ip_ad

Lilo frontend

2002-08-29 Thread Laurent didier
Good morning, Anyone know the possibility to change the graphics logo appear when the red-hat start. Thank for your comment -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Simple Sendmail Filter

2002-08-29 Thread Martin Mewes
Moin, moin ... James Pifer <[EMAIL PROTECTED]> schrieb: >Can anyone tell me why this doesn't work? Now that you wrote several times with just getting on or two answers you may not retrieve more answers if you folloup to yourself :-( The simple answer to your latest questions may be "no" ? k

Re: LILO - Boot other os's

2002-08-29 Thread David Chao
If you don't want to pay for System Commander, I recommend the XOSL boot loader: www.xosl.org It is free and the lastest, stable version is 1.1.5. (ie. unless you want to try the demo at sourceforge). I use it to boot Win98SE, WinME, Redhat and Mandrake on my laptop. It works great and it has a

Re: Newbie: Anything like a point-in-time restore

2002-08-29 Thread David Chao
The fact is that Linux does not have a "GoBack" feature like WinXP. I believe in doing frequent backups to prevent a catastrophe from happening. :-) Original Message - From: Brian Lucas To: '[EMAIL PROTECTED]' Sent: Friday, August 30, 2002 1:43 AM Subject: Newbie: Anything like a point-

Re: compile VB.NET on linux

2002-08-29 Thread Jonathan Bartlett
On Thu, 29 Aug 2002, Mark Golino wrote: > We have a VB.NET app and would like to port this to a linux box - Is > this possible? > > How is this done? You might try running it under wine. There is a .NET implementation for Linux (http://www.go-mono.org/) but I don't think it does visual basic, a

Re: updating rpms

2002-08-29 Thread Bo Peng
Try apt. It solves this kind of problem by automatically fetch and update bind-devel too. Search previous messages for apt-get. Bo On Thu, Aug 29, 2002 at 01:36:37PM +0100, Gordon McDowall wrote: > Hi > I have recently came to RedHat after using various other flavours of linux, > the main diff

Re: print to pdf?

2002-08-29 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29-Aug-2002/15:32 -0400, Brian Ashe <[EMAIL PROTECTED]> wrote: >Hello Chris, > >Thursday, August 29, 2002, 3:04:18 PM, you textually orated: > >CM> I'd like to have a windows computer print postscript to a Redhat server, >CM> and have the server tu

Re: cron job doesn't seem to be running?

2002-08-29 Thread Chris Watt
At 17:40 2002/08/29 -0700, you wrote: >0-59/5 * * * * root /usr/bin/mrtg /etc/mrtg/mrtg.cfg > >00 2 * * sun /root/scripts/virusScan.sh >00 1 * * sun /root/scripts/backup.sh Cronjobs specified in the main crontab need to have the username they are to execute as inserted as the sixth field (befo

RE: cron job doesn't seem to be running?

2002-08-29 Thread Desmond Lee
Hi guys I just put the scripts i wanted to run weekly in the /etc/cron.weekly folder. I put them in the hourly folder just to check and make sure that it would work and it did. however, i think you need to do something differently for getting a cron job to run for a specifi user... is that corre

Re: Advanced Server - Oracle 9i install issues

2002-08-29 Thread Robert Monical
Sorry about the last. Looks like this is a not a "certified" configuration Here is what Orale sez about 7.1 I have not tried this install yet APPENDIX A - Solutions for the relinking problem seen with Oracle 9.0.1 on Red Hat 7.1. Option 1: (remove "-z defs" from genclntsh file) (W

Re: Advanced Server - Oracle 9i install issues

2002-08-29 Thread Robert Monical
Looks like this is a not a "certified" configuration Here is what Orale sez about 7.1 I have not tried this install yet APPENDIX A - Solutions for the relinking problem seen with Oracle 9.0.1 on Red Hat 7.1. Option 1: (remove "-z defs" from genclntsh file) (Workaround) 1. When you

Re: Whats in my kernel?

2002-08-29 Thread Patrick Beart
At 10:58 AM -0500 8/28/02, Blake Thornton wrote: >Does anyone know how I can tell what has been compiled into my kernel? >Right now, I would like to know if appletalk has been compiled in, but >this would seem to be a useful thing to be able to know for any kernel >options. Try looking

Re: cron job doesn't seem to be running?

2002-08-29 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 29 August 2002 08:40 pm, Desmond Lee wrote: > I have 2 script, one to do a back up and another to run a virsu scan on > 2 folders. I've scheduled them to run every sunday in my /etc/crontab > file. > > This is what i got in my /etc/contab

Re: Newbie: Anything like a point-in-time restore

2002-08-29 Thread Ed Wilts
On Thu, Aug 29, 2002 at 02:07:39PM -0700, Monte Milanuk wrote: > 'GoBack' to a given known-good (hah!) point a day or two earlier. I'd > think this would take just a buttload of hard drive space, but w/ new > hard drives the sizes they are now, I guess it's not as big an issue vs. > having to scr

Re: Newbie: Anything like a point-in-time restore

2002-08-29 Thread Ed Wilts
On Thu, Aug 29, 2002 at 12:22:37PM -0700, Todd A. Jacobs wrote: > On Thu, 29 Aug 2002, Brian Lucas wrote: > > > Is there any type of a point-in-time system restore for RH 7.2? I just > > want to know if there were a way to back out a change like upgrading the > > kernel or installing a new rpm.

cron job doesn't seem to be running?

2002-08-29 Thread Desmond Lee
Hi there I have 2 script, one to do a back up and another to run a virsu scan on 2 folders. I've scheduled them to run every sunday in my /etc/crontab file. This is what i got in my /etc/contab file: [dlee@142 etc]$ vi crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME

Re: Support

2002-08-29 Thread Anthony Abby
No, no reason to un-register or change anything, other than to remove the listing for the "old" system. Just log in to the RHN website, then click on the systems link. Delete the "old" system, and then select the correct service level for your "new" system. That's it. Anthony On Thu, 2002-08-

Re: assistance needed

2002-08-29 Thread Keith Morse
On Tue, 27 Aug 2002, Staley Julia-p53260 wrote: > Greetings, > > I have been working for a couple days on configuring a USB modem and trying to set >up a PPP connection. I have successful connected via the serial port, but the USB is >what I need! > > The kernel supports ACM and the USB mode

Re[2]: print to pdf?

2002-08-29 Thread Brian Ashe
Hello Chris, Thursday, August 29, 2002, 6:13:22 PM, you textually orated: CM> At this point, I have the remote windows machine printing to the pdf CM> share, and I see the file spool in /var/spool/samba CM> After printing ends, the spool file disappears, and I cannot find out CM> what happens. /

Re: Simple Sendmail Filter

2002-08-29 Thread James Pifer
Can anyone tell me why this doesn't work? I want to block complete domains from sendmail, such as hotmail.com or aol.com, yet let certain addresses through. Thanks, James On Wed, 2002-08-28 at 09:48, James Pifer wrote: > Not me. It doesn't matter if I have hotmail.com before or after. > > [

Re: Support

2002-08-29 Thread Susan Murray
On Wed, 2002-08-28 at 20:09, Michael Fratoni wrote: > > > I suspect you should be able to deactivate (or delete) the old system, and > register the new system using the old username and password pair. Failing > that, you should be able to submit a support request, as you've paid for > the serv

Re: LILO - Boot other os's

2002-08-29 Thread Dave
1st thanks to everyone who read and answered. Cameron, to answer your question I created the primary partions with linux fdisk and tagged them as fat16. I did format them and sys them with a dos disk. But you are correct win9x was having many problems with the multiple partitions. I had thoug

Re: Newbie: Anything like a point-in-time restore

2002-08-29 Thread Samuel Flory
On Thu, 2002-08-29 at 12:22, Todd A. Jacobs wrote: > On Thu, 29 Aug 2002, Brian Lucas wrote: > > > Is there any type of a point-in-time system restore for RH 7.2? I just > > want to know if there were a way to back out a change like upgrading the > > kernel or installing a new rpm. > > If you w

Re: Newbie: Kernel upgrade

2002-08-29 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 29 August 2002 11:53 am, Brian Lucas wrote: > Thanks, Michael. I performed those steps and see that my kernel lists > as Kernel-2.4.7-10 (i386) > Kernel-headers-2.4.7-10 (i386) > > So it appears that up2date wants to give me the athlon ar

RE: print to pdf?

2002-08-29 Thread Chris Mason
At this point, I have the remote windows machine printing to the pdf share, and I see the file spool in /var/spool/samba After printing ends, the spool file disappears, and I cannot find out what happens. /usr/bin/printpdf is never called. Any ideas> Here's the relevant sections of smb.conf: glob

Re: IPTables setup

2002-08-29 Thread Francisco Neira
Brian Lucas wrote: > This is probably one that's been asked before. Can someone point me to > a link to setup up IPTABLES when IPCHAINS is already installed. I get > the "insmod" error when doing an iptables -L and a cursory look shows > that I can't have both running. Hi Brian, Try first re

Re: IPTables setup

2002-08-29 Thread Javier Gostling
On Thu, Aug 29, 2002 at 02:38:59PM -0700, Brian Lucas wrote: > This is probably one that's been asked before. Can someone point me to > a link to setup up IPTABLES when IPCHAINS is already installed. I get > the "insmod" error when doing an iptables -L and a cursory look shows > that I can't ha

Re: IPTables setup

2002-08-29 Thread Knut Ove Hauge
I have just installed iptables on a redhat 7.2 system which had a default ipchain installed. I have two NIC's eth1 connected to adsl line and eth0 for my lan. I mail u the setupfile. --- Brian Lucas <[EMAIL PROTECTED]> skrev: > This is probably one that's been asked before. Can someone point m

Re: RHN Subscription Only??

2002-08-29 Thread Gary
On Thu, Aug 29, 2002 at 09:16:26AM -0700 or thereabouts, Robert Monical wrote: > I installed RedHat 7.2 last night: boxed set. > When I tried to run up2date wu-ftpd I get a message (this was midnight > Pacific time). > Due to extremely high traffic. > I then found the place to regis

Re: IPTables setup

2002-08-29 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 29 August 2002 05:38 pm, Brian Lucas wrote: > This is probably one that's been asked before. Can someone point me to > a link to setup up IPTABLES when IPCHAINS is already installed. I get > the "insmod" error when doing an iptables -L a

Re: RPM's -- Now you see them, ...

2002-08-29 Thread Samuel Flory
Try a "rpm --rebuilddb" On Thu, 2002-08-29 at 12:41, Patrick Beart wrote: > Folks: > > OK, ... I'm going a bit crazy, here. 8P > > I'm using RH 7.2. I installed Webmin last night, from the > RPM. Using the ... > > rpm -Uhv .rpm > > ... command (as root). Eve

IPTables setup

2002-08-29 Thread Brian Lucas
Title: Message This is probably one that's been asked before.  Can someone point me to a link to setup up IPTABLES when IPCHAINS is already installed.  I get the "insmod" error when doing an iptables -L and a cursory look shows that I can't have both running.

RPM's -- Now you see them, ...

2002-08-29 Thread Patrick Beart
Folks: OK, ... I'm going a bit crazy, here. 8P I'm using RH 7.2. I installed Webmin last night, from the RPM. Using the ... rpm -Uhv .rpm ... command (as root). Everything went well, and Webmin is installed. NOW, when I try to install Courier (mail s

Problem : font server : update XFree86-xfs

2002-08-29 Thread Philippe Depouilly
Hello, I'm using a RH-7.2 box as font server for several NCD-452 X terminals. After updating to XFree86-xfs-4.1.0-25.i386.rpm, font server hang-up. X terminal says : LOSTCONNECTION when loading my font server and don't start at the hang-up the linux box as a process started like this : xfs -ls

RPM's -- Now you see them, ...

2002-08-29 Thread Patrick Beart
Folks: OK, ... I'm going a bit crazy, here. 8P I installed Webmin last night, from the RPM. Using the ... rpm -Uhv .rpm ... command (as root). Everything went well, and Webmin is installed. NOW, when I try to install Courier (MTA) that way, I'm getti

Re: SpamAssassin and Procmail

2002-08-29 Thread Alan Harding
On Thu, 2002-08-29 at 15:27, Mike Burger wrote: > Is the user name actually "alanh^I"? I don't think you can have ^ in a > user name, and caps shouldn't be in a username, either. No the user name is alanh, but it reports the error as this. It also does it for the other users I have. > -- Al

compile VB.NET on linux

2002-08-29 Thread Mark Golino
We have a VB.NET app and would like to port this to a linux box - Is this possible? How is this done? Mark Golino (203)755-5454 www.ims-sys.com [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/

Advanced Server - Oracle 9i install issues

2002-08-29 Thread Jim Purtell
Title: Message Has anyone had any issues with installing Oracle 9i on an Advanced Server? We currently have RH-AS 2.1 loaded on a Dell 6650 with 12 GB of mem. and 4 X 1.6 GB Xeons.   Oracle 9.0.1 R2 stalls on Linking. It gets as far as 61% then begins to eat up cpu time and hangs the box. W

RE: print to pdf?

2002-08-29 Thread Chris Mason
I've tried this, and the printpdf script works great, but I can't get the printer to work. I am using printing = cups as the print system, is that likely to be the problem? If so, any solution? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Brian Ashe

Re: Newbie: Anything like a point-in-time restore

2002-08-29 Thread Monte Milanuk
On 29 Aug 2002 12:51:53 -0700 Samuel Flory <[EMAIL PROTECTED]> wrote: > I'm not sure what GoBack is. You can install the old rpm, or remove > the rpm you installed. > > example: > > #update to an older kernel rpm > rpm -Uvh --oldpackage kernel-2.4.18-5.i686.rpm > > #remove an rpm > rpm -e et

RE: Can i use Windows resources with linux

2002-08-29 Thread Carter, Shaun G
doh, extremely bad mistake, thanks -Original Message- From: Samuel Flory [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 12:59 PM To: [EMAIL PROTECTED] Subject: RE: Can i use Windows resources with linux The below requires the samba-client, and samba-common packages be inst

Re: print to pdf?

2002-08-29 Thread Brian Ashe
Hello Chris, Thursday, August 29, 2002, 3:04:18 PM, you textually orated: CM> I'd like to have a windows computer print postscript to a Redhat server, CM> and have the server turn the postscript into a pdf and save it in a CM> samba share. Can that be done? Yes. http://www.linuxgazette.com/iss

Re: print to pdf?

2002-08-29 Thread Hal Burgiss
On Thu, Aug 29, 2002 at 03:04:18PM -0400, Chris Mason wrote: > I'd like to have a windows computer print postscript to a Redhat > server, and have the server turn the postscript into a pdf and save > it in a samba share. Can that be done? Not sure how you are visualizing the steps here, but there

Re: Newbie: Anything like a point-in-time restore

2002-08-29 Thread Todd A. Jacobs
On Thu, 29 Aug 2002, Brian Lucas wrote: > Is there any type of a point-in-time system restore for RH 7.2? I just > want to know if there were a way to back out a change like upgrading the > kernel or installing a new rpm. If you want to roll back to an earlier RPM, just use the --force flag, e

RE: sound help

2002-08-29 Thread Bob Buckley
Yes. It is a config wizard similar to Xconfigurator. Just follow the prompts. BobB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bob Buckley Sent: Thursday, August 29, 2002 2:21 PM To: [EMAIL PROTECTED] Subject: RE: sound help Have you run sndconfig?

RE: sound help

2002-08-29 Thread Blake Thornton
> Have you run sndconfig? That did the trick! Thank you very much! blake -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: print to pdf?

2002-08-29 Thread The Head Moron
I've used this setup both at my office and at home. Works just great! http://www.linuxgazette.com/issue72/bright.html Lloyd Hanson -Original Message- From: "Chris Mason" <[EMAIL PROTECTED]> To: "Redhat-list" <[EMAIL PROTECTED]> Date: Thu, 29 Aug 2002 15:04:18 -0400 Subject: print to

Re: print to pdf?

2002-08-29 Thread Dave Ihnat
On Thu, Aug 29, 2002 at 03:04:18PM -0400, Chris Mason wrote: > I'd like to have a windows computer print postscript to a Redhat server, > and have the server turn the postscript into a pdf and save it in a > samba share. Can that be done? Yep. The attached script will do this. -- Dave I

Re: Newbie: Anything like a point-in-time restore

2002-08-29 Thread Samuel Flory
On Thu, 2002-08-29 at 10:43, Brian Lucas wrote: > Is there any type of a point-in-time system restore for RH 7.2? I just want > to know if there were a way to back out a change like upgrading the kernel > or installing a new rpm. > > I'm comparing this to the way GoBack works for Win machines o

Re: print to pdf?

2002-08-29 Thread Aly Dharshi
If you could get the file to see the command ps2pdf (have all the TeX and LaTeX stuff installed) and then somehow in samba I guess that you can run a script either post or pre printing and get it converted and stored somewhere right ? HTH. Cheers, Aly. Chris Mason wrote: > I'

RE: sound help

2002-08-29 Thread Bob Buckley
Have you run sndconfig? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Blake Thornton Sent: Thursday, August 29, 2002 1:55 PM To: Redhat List Subject: sound help I think that /dev/dsp is the sound device for both recording and playback? Could someone t

print to pdf?

2002-08-29 Thread Chris Mason
I'd like to have a windows computer print postscript to a Redhat server, and have the server turn the postscript into a pdf and save it in a samba share. Can that be done? Chris Mason [EMAIL PROTECTED] Box 340, The Valley, Anguilla, British West Indies Tel: 264 497 5670 Fax: 264 497 8463 Cell: 26

sound help

2002-08-29 Thread Blake Thornton
I think that /dev/dsp is the sound device for both recording and playback? Could someone tell me if that is correct. I'm trying out some softward and it is telling me it can't open the audio device that I have set as /dev/dsp. I just wanted to make sure I had the device set correctly and the

using debugfs and lsdel help please

2002-08-29 Thread Peter Joslin
Hi Group, I have a small dilemma, i have a linux red hat 7.2 server, quite a few files have been deleted off the disk, i have managed to get into the debugfs and run lsdel, which lists loads of lost files, no names just inode numbers and dates. what i need to do, is somehow convert all the file

Re[2]: LILO - Boot other os's

2002-08-29 Thread Brian Ashe
Hello Cameron, Thursday, August 29, 2002, 4:20:42 AM, you textually orated: >> > I have a linux box in our programmers area. This is really >> going to >> > be a test machine for them to test programms on diferent window's >> > os's. It is setup with 4 primary partions. Linux 7.3 >> (2.4.

Re: RHN Subscription Only??

2002-08-29 Thread Frederic Herman
Ed Wilts wrote: >On Thu, Aug 29, 2002 at 09:16:26AM -0700, Robert Monical wrote: > > >>I installed RedHat 7.2 last night: boxed set. >>When I tried to run up2date wu-ftpd I get a message (this was midnight >>Pacific time). >>Due to extremely high traffic. >> >>I then found the plac

Newbie: Anything like a point-in-time restore

2002-08-29 Thread Brian Lucas
Title: Message Is there any type of a point-in-time system restore for RH 7.2?  I just want to know if there were a way to back out a change like upgrading the kernel or installing a new rpm.   I'm comparing this to the way GoBack works for Win machines or the way XP supports it natively.  

RE: Can i use Windows resources with linux

2002-08-29 Thread Samuel Flory
The below requires the samba-client, and samba-common packages be installed on your system. On Thu, 2002-08-29 at 06:35, Carter, Shaun G wrote: > mnt -t smbfs //server/share /destination > Shouldn't that be mount? > share can be determined by smbclient -L //server > > this can also be adde

Re: RHN Subscription Only??

2002-08-29 Thread Ed Wilts
On Thu, Aug 29, 2002 at 09:16:26AM -0700, Robert Monical wrote: > I installed RedHat 7.2 last night: boxed set. > When I tried to run up2date wu-ftpd I get a message (this was midnight > Pacific time). > Due to extremely high traffic. > > I then found the place to register a 30 day s

RE: Can I use Windows resources with Linux

2002-08-29 Thread Michael S. Dunsavage
if you have X installed and running to go freshmeat.org and download linneighborhood... Striking resemblance to Network Neighborhood -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nick Lindsell Sent: Thursday, August 29, 2002 10:07 AM To: [EMAIL PROTEC

RHN Subscription Only??

2002-08-29 Thread Robert Monical
I installed RedHat 7.2 last night: boxed set. When I tried to run up2date wu-ftpd I get a message (this was midnight Pacific time). Due to extremely high traffic. I then found the place to register a 30 day subscription to software updates from the Product Activation Card. This mor

RE: Newbie: Kernel upgrade

2002-08-29 Thread Brian Lucas
Title: RE: Newbie: Kernel upgrade Thanks, Michael.  I performed those steps and see that my kernel lists as Kernel-2.4.7-10 (i386) Kernel-headers-2.4.7-10 (i386) So it appears that up2date wants to give me the athlon architecture instead of the i386.  I'm a bit confused since that is an Ath

Re: Virus protection again.

2002-08-29 Thread juaid
From: "Francisco Neira" <[EMAIL PROTECTED]> > > I use the same combo with >400 accounts on a small server and works like a breeze. me too, Postfix + Amavisd, but with Mc Affee's uvscan as antivirus and at my prevoius job the mail server run the same with > 1500 accounts regards, juan -- r

Re: mozilla, netscape and CUPS

2002-08-29 Thread pd3
On Thu, Aug 29, 2002 at 07:56:10AM +0100, Alan Harding wrote: > I have a similar problem, in that I used CUPS to set up the printers. > All I do is when it pops up the box for printing the only printer > displayed is lpr, so just add -P and then the name of the printer that > you set in CUPS. Work

Re: Virus protection again.

2002-08-29 Thread Francisco Neira
ramakrishna wrote: > hi, > > * Scott Skrogstad ([EMAIL PROTECTED]) wrote: > >>I know that there are products out there that I can use to protect the >>server and one or two email accounts but I am using my mail server to >>serve 2000 customers. I need virus protection that will protect all of

RE: Can i use Windows resources with linux

2002-08-29 Thread Saul Arias
At 09:43 AM 29-08-02, Spanke, Alexander wrote: >i want to use a windows share with linux, also i want to use a windows >fileserver with a linux client. Install the Samba (SMB) client programs. The rpm is samba-client. Then follow this directions: http://sunsite.dk/linux-newbie/lnag_drives.html#s

Re: LC_COLLATE, sorting, filenames and stuff like that there

2002-08-29 Thread Leonard den Ottolander
Hi Robert, > ok, where can i figure out what the implications are for setting > LC_COLLATE, what the possible values are, and so on? "man -k" > doesn't seem to tell me anything. Searching for LC_COLLATE on http://www.tldp.org renders a couple of results, of which http://www.tldp.org/HOWTO/U

Re: Virus protection again.

2002-08-29 Thread ramakrishna
hi, * Scott Skrogstad ([EMAIL PROTECTED]) wrote: > I know that there are products out there that I can use to protect the > server and one or two email accounts but I am using my mail server to > serve 2000 customers. I need virus protection that will protect all of > them incoming and outgoi

Re: RE: email thru browser

2002-08-29 Thread blaq hacka
have you heard of Sqwebmail !!! try it !!! Horde is very nice > > -Original Message- > From: Roger Schmeits [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 29, 2002 9:12 AM > To: [EMAIL PROTECTED] > Subject: email thru browser > > > Have any recommendations for a web based clie

Re: updating rpms

2002-08-29 Thread ramakrishna
hi, * Willem Brown ([EMAIL PROTECTED]) wrote: > Hello, > > Gordon McDowall wrote: > > Hi > > > > I have recently came to RedHat after using various other flavours of linux, > > the main difference between what I am used to and RedHat is the use of rpms > > instead of source. Here is my proble

RE: email thru browser

2002-08-29 Thread Joe Giles
Also, I use Ximian Evolution on the server and then about 300 users connect up using X-Win32 and pull mail inside my network. This works pretty well, no real worries with this setup. Its kinda nice to have a centrally managed mail system. Each user has a local account on the server and a home fold

Re: Support

2002-08-29 Thread dbrett
Remove the old machine so you don't have any computer registered. Then try again. It will only let you have one computer registered. david On 28 Aug 2002, Susan Murray wrote: > On Wed, 2002-08-28 at 17:25, Mike Burger wrote: > > You'll need to run rhn_register, again...putting in the same use

RE: email thru browser

2002-08-29 Thread Joe Giles
I use Popper_mod. It is an Outlook clone and used mysql. Very nicely done and well supported.Feature packed also. Create and manage your own folders and address book. Check it out. Here is the url. Its free and is PHP based, so it is very secure. http://www.symatec-computer.com Let me know if y

Re: SpamAssassin and Procmail

2002-08-29 Thread Mike Burger
Is the user name actually "alanh^I"? I don't think you can have ^ in a user name, and caps shouldn't be in a username, either. On 29 Aug 2002, Alan Harding wrote: > Has anyone got a good link for the step by step setup of this?? I have > tried and failed miserably, with procmail refusing to de

Re: Swap and Memory requirements

2002-08-29 Thread Paul Branston
On Thu, Aug 29, 2002 at 02:36:29PM +0100, Alan Harding wrote: > I have the opportunity to upgrade the memory in my Laptop from 128Mb to > 256Mb, however I have a question. > > Will I need to modify the swap space?? At the moment I dont know how to > tell whether its being ustilised at all, but I

RE: Can i use Windows resources with linux

2002-08-29 Thread Kamran A. Khan
Have you ever used Services for Unix3.0? you can use it to connect your windows and unix boxes.. -Original Message- From: Spanke, Alexander [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 9:25 AM To: 'RedHat General - Mailinglist' Subject: Can i use Windows resources with linu

RE: Can i use Windows resources with linux

2002-08-29 Thread Nick Lindsell
At 15:43 29/08/2002 +0200, you wrote: >i want to use a windows share with linux, also i want to use a windows >fileserver with a linux client. You need to look at the Samba client tools, smbclient and smbmount. These will allow a Linux client to access windows shares. Good luck - you're going to

RE: Can i use Windows resources with linux

2002-08-29 Thread Spanke, Alexander
i want to use a windows share with linux, also i want to use a windows fileserver with a linux client. Pls, don't kickk me, i know it's horror, but it's important :)) -Original Message- From: Gordon McDowall [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 3:23 PM To: '[EMAIL

Swap and Memory requirements

2002-08-29 Thread Alan Harding
I have the opportunity to upgrade the memory in my Laptop from 128Mb to 256Mb, however I have a question. Will I need to modify the swap space?? At the moment I dont know how to tell whether its being ustilised at all, but I seem to remember a recommendation that it should be 1.5 times bigger tha

RE: Can i use Windows resources with linux

2002-08-29 Thread Carter, Shaun G
mnt -t smbfs //server/share /destination share can be determined by smbclient -L //server this can also be added to your fstab file. -Original Message- From: Spanke, Alexander [mailto:[EMAIL PROTECTED]] Sent: 29 August 2002 14:25 To: 'RedHat General - Mailinglist' Subject: Can i use Win

RE: email thru browser

2002-08-29 Thread Carter, Shaun G
Horde is very nice -Original Message- From: Roger Schmeits [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 9:12 AM To: [EMAIL PROTECTED] Subject: email thru browser Have any recommendations for a web based client? I have a NT box running Imail ver 6.06 in which the web based

RE: Can i use Windows resources with linux

2002-08-29 Thread Skuse, Phil
www.samba.org -Original Message- From: Spanke, Alexander [mailto:[EMAIL PROTECTED]] Sent: 29 August 2002 14:25 To: 'RedHat General - Mailinglist' Subject: Can i use Windows resources with linux Hi, I want to use some windows ressources, like network drives, with linux. Any idea ? Th

RE: Can i use Windows resources with linux

2002-08-29 Thread Gordon McDowall
you mean you want to map upto a windows shared srive from a linux box? -Original Message- From: Spanke, Alexander [mailto:[EMAIL PROTECTED]] Sent: 29 August 2002 14:25 To: 'RedHat General - Mailinglist' Subject: Can i use Windows resources with linux Hi, I want to use some windows ress

RE: email thru browser

2002-08-29 Thread Gordon McDowall
If you compile php into apache and want a very expandable webmail client then try http://www.squirrelmail.org/ I seem to remember it only runs IMAP though and no pop Gordon -Original Message- From: Roger Schmeits [mailto:[EMAIL PROTECTED]] Sent: 29 August 2002 14:12 To: [EMAIL PROTECTED

Can i use Windows resources with linux

2002-08-29 Thread Spanke, Alexander
Hi, I want to use some windows ressources, like network drives, with linux. Any idea ? Th Alex -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

email thru browser

2002-08-29 Thread Roger Schmeits
Have any recommendations for a web based client? I have a NT box running Imail ver 6.06 in which the web based messaging system is getting flaky. Anyway..The backend of the product actual works very well pop3, imap. Looking for a web based messaging system that I could run maybe on a linux box us

SpamAssassin and Procmail

2002-08-29 Thread Alan Harding
Has anyone got a good link for the step by step setup of this?? I have tried and failed miserably, with procmail refusing to deliver to a local address (Address alanh^I is unsafe for mailing to programs) Problem is I dont understand procmail that well Thanx in advance -- Alan & Jan Harding Tel:

RE: updating rpms

2002-08-29 Thread Gordon McDowall
Thanks folks thats sorted things...pretty obvious really -Original Message- From: Willem Brown [mailto:[EMAIL PROTECTED]] Sent: 29 August 2002 13:47 To: [EMAIL PROTECTED] Subject: Re: updating rpms Hello, Gordon McDowall wrote: > Hi > > I have recently came to RedHat after using vario

Re: updating rpms

2002-08-29 Thread Willem Brown
Hello, Gordon McDowall wrote: > Hi > > I have recently came to RedHat after using various other flavours of linux, > the main difference between what I am used to and RedHat is the use of rpms > instead of source. Here is my problem. > I installed a RedHat 7.3 machine as a cacheing DNS server,

Re: updating rpms

2002-08-29 Thread Robert P. J. Day
On Thu, 29 Aug 2002, Gordon McDowall wrote: > > Hi > > I have recently came to RedHat after using various other flavours of linux, > the main difference between what I am used to and RedHat is the use of rpms > instead of source. Here is my problem. > I installed a RedHat 7.3 machine as a cac

RE: Disk Space

2002-08-29 Thread Gordon McDowall
I would cheat and use symbolic links -Original Message- From: Anthony E. Greene [mailto:[EMAIL PROTECTED]] Sent: 29 August 2002 13:29 To: [EMAIL PROTECTED] Subject: Re: Disk Space -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28-Aug-2002/21:43 -0400, "Calbazana, Al" <[EMAIL PROTECTE

updating rpms

2002-08-29 Thread Gordon McDowall
Hi I have recently came to RedHat after using various other flavours of linux, the main difference between what I am used to and RedHat is the use of rpms instead of source. Here is my problem. I installed a RedHat 7.3 machine as a cacheing DNS server, by default bind-9.2.0 is installed. Now

LC_COLLATE, sorting, filenames and stuff like that there

2002-08-29 Thread Robert P. J. Day
ok, where can i figure out what the implications are for setting LC_COLLATE, what the possible values are, and so on? "man -k" doesn't seem to tell me anything. i'm curious for a couple of reasons. first, as many people have found out, setting LC_COLLATE=C reverts the way filenames are dis

Re: problem with perl

2002-08-29 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29-Aug-2002/12:36 +0200, Laurent didier <[EMAIL PROTECTED]> wrote: >I have a several problem with perl on my Red-Hat 7.3. [snip] >Sorry but i'am @ work, not in my home, i d'ont have the exactly error >message. We will need to see the exact error m

Re: Disk Space

2002-08-29 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28-Aug-2002/21:43 -0400, "Calbazana, Al" <[EMAIL PROTECTED]> wrote: >I haven't had to deal with this in a while... AND I've never dealt with >this in a server environment... > >I noticed that my /usr partition is running low on space (73% full) on

RE: Unsubscribe

2002-08-29 Thread Carter, Shaun G
COPIED FROM THE HEADERS!! List-Unsubscribe: , -Original Message- From: PIGNOL, Christian [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 6:51 AM To: Redhat-List (E-m

Re: mozilla, netscape and CUPS

2002-08-29 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 29 August 2002 02:56 am, Alan Harding wrote: > I have a similar problem, in that I used CUPS to set up the printers. > All I do is when it pops up the box for printing the only printer > displayed is lpr, so just add -P and then the name o

  1   2   >