RE: email critical logs to me

2003-10-23 Thread rich-lists
Title: Message try man logrotate -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Genti HilaSent: Thursday, October 23, 2003 10:15 AMTo: [EMAIL PROTECTED]Subject: email critical logs to me Hello,   I have an Linux Box that acts as

Netstat -an readings

2003-10-23 Thread rich-lists
I was running the netstat -an command and I noticed that I have multiple connections to port 25 on my server. My mail sending has been slow, so I am guessing this is the reason. What I don't understand is why this IP has multiple connections established to my port 25. In total there are 13 connecti

Mod_auth_mysql

2003-10-22 Thread rich-lists
I am having a few difficulties with mod_auth_mysql. The problem that I seem to have is that I am using this on different servers to authenticate back to a single mysql database. The 2 webservers I am using are 2 different versions of redhat. One is 7.1 and the other is 7.3. My mysql database reside

RE: What package is Pico Located in?

2003-10-20 Thread rich-lists
Title: Message It is part of the Pine package. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Donald TylerSent: Monday, October 20, 2003 9:03 AMTo: [EMAIL PROTECTED]Subject: What package is Pico Located in? Hi,   Does anyone k

Re: NFS over tcp

2003-10-13 Thread Distribution Lists
okay... I get this error when I try to mount with TCP [EMAIL PROTECTED] root]# mount y:/var/backup /var/backup -o tcp nfs server reported service unavailable: Address already in use Oct 13 16:25:01 yy rpc.mountd: authenticated mount request from x.dnanico1.com:969 for /var/backup (/v

Re: NFS over tcp

2003-10-13 Thread Distribution Lists
ite. > http://www.tldp.org > That should get you started. > > Chears, > > Mats Hellman > > On Mon, 2003-10-13 at 19:45, Distribution Lists wrote: >> Can someone please point me towards some documention on how to configure >> NFS over TCP. >> >> Thanks &

Re: NFS over tcp

2003-10-13 Thread Distribution Lists
> Jeffrey W. Fox > [EMAIL PROTECTED] > > > > --- "Distribution Lists" <[EMAIL PROTECTED]> wrote: > Can someone please point me towards some documention on how to configure > NFS over TCP. > > Thanks > > -- > > > -- > redhat-list mailing list

NFS over tcp

2003-10-13 Thread Distribution Lists
Can someone please point me towards some documention on how to configure NFS over TCP. Thanks -- -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

NFS over tcp

2003-10-13 Thread Distribution Lists
Can someone please point me towards some documention on how to configure NFS over TCP. Thanks -- -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Mod_auth_mysql

2003-10-13 Thread rich-lists
Anyone using mod_auth_mysql on Redhat 7.3? I have the module installed and loading with apache, but all the config docs I read don't seem to work. Anyone have a simple how-to for mod_auth_mysql and redhat? I am using the mod_auth_mysql from the 7.3 CD. Richard Humphrey -- redhat-list mailin

Re: CPIO - this should be simple - right !

2003-10-09 Thread Distribution Lists
that was it Thanks > On 18:34 08 Oct 2003, Distribution Lists <[EMAIL PROTECTED]> > wrote: > | I'm trying to restore subdirectories with CPIO > | I want everything under /cvsroot restored, I'm using > | > | cpio -iuvdB /cvsroot < /dev/nst0 > | > |

CPIO - this should be simple - right !

2003-10-08 Thread Distribution Lists
I'm trying to restore subdirectories with CPIO I want everything under /cvsroot restored, I'm using cpio -iuvdB /cvsroot < /dev/nst0 but not luck I used cpio -iuvdB /cvsroot/* < /dev/nst0 but just restored files under /cvsroot What's wrong ? [EMAIL PROTECTED] cvsroot]# ls -al /cvsroot total

OT: http content scanning proxy

2003-09-30 Thread Distribution Lists
Does anyone know of a product that acts like a http proxy and will scan the data for malware/virus etc... ? Thanks -- -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: OT: DNS

2003-09-30 Thread Lists
You never mentioned WHICH domain was having problems. FWIW, tcn.net only has TWO authoritative DNS servers listed: 1) host -t NS tcn.net tcn.net name server titan.tcn.net. tcn.net name server ns.mt.sfl.net. 2) whois tcn.net [Querying whois.internic.net] [Redirected to whois.networksolutions.com

Re: route ?

2003-09-29 Thread Lists
To stop this behavior on a specific interface, add the line: NOZEROCONF=yes to the /etc/sysconfig/network-scripts/ifcfg- file for that interface. To stop this on ALL interfaces, add the above line to /etc/sysconfig/network I'll leave it to someone else to explain why this "feature" was impleme

Re: disk adjusting causes sound card cacophony noise

2003-09-27 Thread Lists
You may find the "Linux Audio-Quality-HOWTO" useful. It is available at: http://www.djcj.org/LAU/guide/audio_quality_HOWTO.htm The section called titled "Reducing noise in cheap soundcards" has helpful to me. If none of the solutions listed works for you, you may want to try a different slot for

Re: Procmail recipes

2003-09-26 Thread Lists
man -k procmail procmail (1) - autonomous mail processor procmailex (5) - procmail rcfile examples procmailrc (5) - procmail rcfile procmailsc (5) - procmail weighted scoring technique The man pages for procmailex and procmailrc will most likely have

Re: Specying an interface in Sendmail

2003-09-19 Thread Lists
The default config file in RH9 instructs sendmail to listen only on the loopback interface. To change this modify /etc/mail/sendmail.cf and then restart sendmail. e.g. service sendmail restart. Both methods below will modify sendmail.cf to listen on ALL interfaces. Modifying it to listen to a

Re: pinging a name vs. number

2003-09-19 Thread Lists
On Fri, 2003-09-19 at 10:59, Timothy Stone wrote: > List and network gurus... > > I recently had a coworker tell me that we should *always* ping by > *name*, *not* by number. The reason as explained is because the > resolution takes place at a "higher level" on the OSI stack. And pinging > the

Re: Sendmail from Shell Script?

2003-09-17 Thread Lists
That may not work as you expect if file "filename" is something other than text. You may want to consider something like: uuencode filename filename | mail -s "File from script" emailaddr The file will have to be uudecoded at the receiving end but it should make it intact. I believe uuencode/de

Re: PDF Converter on Linux/Redhat

2003-09-17 Thread Lists
At one time I had something similar set up with "a2ps". Check out: http://www.infres.enst.fr/~demaille/a2ps/ - Paul On 16-Sep-2003/18:01 -0400, James Pifer <[EMAIL PROTECTED]> wrote: > >I got a little more information. The web application sticks files in a >directory that need to be converted

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Lists
eck out http://www.xfree86.org/ - Paul On Tue, 2003-09-16 at 16:27, [EMAIL PROTECTED] wrote: > * and then Lists declared > > If that isn't available, have you tried to manually edit > > /etc/X11/XF86Config ? Try some basic values for your display, i.e. > > con

Re: Configure X without redhat-config-xfree86?

2003-09-16 Thread Lists
XFree86 used to include a utility called xf86config which was a text based tool to generate XF86Config files. Check to see if it's installed on your system. e.g. "locate xf86config" If that isn't available, have you tried to manually edit /etc/X11/XF86Config ? Try some basic values for your disp

Re: OT: Citrix solution

2003-09-16 Thread Distribution Lists
yesI guess VNC must be close, its just I've never used Citrix and have nothing to compare it too. Regards > On Tue, 2003-09-16 at 11:15, Kelerion wrote: > >> I thought that was the point of X? or did I miss something here.. >> >> *confused look* >> &

OT: Citrix solution

2003-09-16 Thread Distribution Lists
Does anyone know of a Citrix like solution for Linux ? Regards -- http://www.seekitzone.com http://www.e-securenetworks.net http://www.shopper-holic.com http://www.planet247.net http://www.auction-holic.com -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.c

Re: USB Mouse problems

2003-09-13 Thread Lists
FWIW, I have a "Dell by Microsoft" IntelliMouse 1.3 wheel mouse on both a generic desktop and a Dell Lattitude notebook. The wheel works fine on both. My /etc/X11/XF86Config under RH9 contains exactly what you posted with the exception that the protocol for input device mouse 0 is IMPS/2, i.e.

Re: finding bootp client

2003-09-12 Thread Lists
"arp" will show you the IP address your machine associates with an IP address. However if it's requesting an address, it may not have one yet. FWIW, 00:00:1D is an OUI for Cabletron Systems. That may help narrow down your search. A full OUI listing along with other Ethernet info is available at

RE: RPM is hanging...

2003-09-11 Thread Distribution Lists
btw: you really need to upgrade rpm, like it says in bugzilla, because it will happen again :( Regards > >>If its still hung then kill any rpm process that you have left >>cd /var/lib/rpm >>and delete any __db.* > >>then, rpm -rebuilddb > > > Thanks! That did the trick. > > Thanks to everyone fo

RE: RPM is hanging...

2003-09-11 Thread Distribution Lists
If its still hung then kill any rpm process that you have left cd /var/lib/rpm and delete any __db.* then, rpm -rebuilddb everything should be back to normal, however, are you using RH8? There was bug in the rpm that came with rh8, you should check bugzilla. I had to upgrade rpm on all my rh8 box

Re: Actions on Events

2003-09-09 Thread Lists
On Tue, 2003-09-09 at 09:43, Rich Ransom wrote: > Is there a way to capture events like updating files or writing files > to a directory so a script could be run. For example every time I > modify or add a file having a script automatically run that will copy > it to multiple directories? > -

Re: Viruses 'W32/Sobig.F Worm'

2003-09-08 Thread Distribution Lists
This is not entirely true... I use a combination of ClamAv (Antivirus), Amavis (virus scanner), Postfix (MTA). With the right configuration, any virus (that clamav has a signature for) found in a attachment from an email will be quarantined to a directory of your choosing. The recipient will not r

Re: DISPLAY question

2003-09-08 Thread Lists
On Mon, 2003-09-08 at 13:10, Andre Kirchner wrote: > Hi, > > how can I use an application with a graphical > interface from another machine? I have made > DISPLAY=the_machine_where_I_am_now:0.0 at the machine > where the application is installed, but it doesn't > work. ... There are several reas

Re: Can we disable the beep?

2003-09-06 Thread Lists
On Sat, 2003-09-06 at 15:34, Anthony Liu wrote: > I like to work at night, and I don't wanna disturb my > housemate. > > You know, if we keep pushing the backspace key from > the command line when there is nothing for your to > erase, you will hear the annoying beep, right? > > How can I disable

Problem getting Evolution to authenticate to sendmail using DIGEST_MD5

2003-09-05 Thread Lists
I have been able to get Evolution to successfully authenticate to a sendmail server using "LOGIN" against the server's local user accounts, (/etc/passwd and shadow). However I have NOT been able to get it to authenticate using DIGEST-MD5 against the sasldb. Does anyone have experience with sen

Re: sshd authentication failure message

2003-09-05 Thread lists
Sean Estabrooks wrote: On Fri, 05 Sep 2003 19:05:24 -0400 lists <[EMAIL PROTECTED]> wrote: One work around that I have found is to comment out the first line in the sshd pam configuration. #%PAM-1.0 #auth required pam_stack.so service=system-auth auth re

Re: sshd authentication failure message

2003-09-05 Thread lists
One work around that I have found is to comment out the first line in the sshd pam configuration. #%PAM-1.0 #auth required pam_stack.so service=system-auth auth required pam_nologin.so accountrequired pam_stack.so service=system-auth password required pam_stack.s

Re: sshd authentication failure message

2003-09-05 Thread lists
Ignore the previous post. The system ignores it.. Benjamin J. Weiss wrote: Following are two entries from our /var/log/messages file and I'm wondering about the 'authentication failure' part. This seems to happen with every login, at least remote, although the user logs in normally with n

Re: sshd authentication failure message

2003-09-05 Thread lists
To fix the logging crap change your /etc/ssh/sshd_config to match this. # Logging #obsoletes QuietMode and FascistLogging SyslogFacility AUTH #SyslogFacility AUTHPRIV #LogLevel INFO Comment AUTHPRIV and uncomment AUTH for the SyslogFacility. Benjamin J. Weiss wrote: Following are two entries fro

OT: tcp guru

2003-09-03 Thread Distribution Lists
This maybe off the topic, but I have pop3 configured to use PAM to a LDAP server. I ran a trace through Ethereal and can see lot of "short frames" what are these and are they hindering performance ? Regards -- http://www.seekitzone.com http://www.e-securenetworks.net http://www.shopper-holic.co

Install a RPM in a different location

2003-09-03 Thread Distribution Lists
Is there a easy way to install a RPM in a definable location, ie /usr/local rather than /usr I read the maxrpm documentation...surely it must be easier than that Regards -- http://www.seekitzone.com http://www.e-securenetworks.net http://www.shopper-holic.com http://www.planet247.net http://ww

Re: Anti Vrus for Linux mail server

2003-08-29 Thread Distribution Lists
What works great for me is a combination of postfix clamAV F-Secure AV Anomy mailtool (Mime sanitizer) http://www.advosys.ca/papers/postfix-filtering.html is a great white paper > On Fri, 29 Aug 2003, Redhat Man wrote: > >> Dear All, >> >> Who can provide/info in this requirement of anti virus p

scp will not die

2003-08-29 Thread Distribution Lists
Strange...I aborted (cntrl c) an scp but the processes have not died on the other end. In fact kill -9 won't even kill them, any ideas ? Rebooting is not an option. [EMAIL PROTECTED] backup]# ps auxwww | grep scp root 14387 42.0 0.1 2980 904 ?R13:15 40:52 scp -t /home/backup r

Re: SAR Graphing Packages

2003-08-28 Thread Distribution Lists
I run may sar data through rrdtool http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ gives fantastic result Regards > Hi All, > > Can anyone recommend any tools that they use/used to take sar output > and make pretty graphs out of the data? > > I'm interested in people's first-hand experiences.

vsftp - why does this not work

2003-08-28 Thread Distribution Lists
I'm trying to configure VSFTP to only ftp for one user + anonymous... but I can still ftp and logon from any userid in /etc/passwd. Heres my config...can anyone see where I'm going wrong ? --- more vsftpd.user_list # vsftpd userlist # If userlist_deny=NO, only allow users in th

Re: Configure vsftp

2003-08-27 Thread Distribution Lists
is this set in vsftp.conf ? Regards > On Wed, 27 Aug 2003 15:15:29 -0500 (CDT) > "Distribution Lists" <[EMAIL PROTECTED]> wrote: > >> I am using vsftp as an anonymous ftp, but at the same time I many users >> in >> /etc/passwd, that use the server for

Configure vsftp

2003-08-27 Thread Distribution Lists
I am using vsftp as an anonymous ftp, but at the same time I many users in /etc/passwd, that use the server for SMTP and POP3. However I want to open up ftp to just one user using vsftp, how can I do this without letting others through ? I.e how can I configure specific users to be able to ftp ?

[Fwd: Authenticating in upper case.]

2003-08-22 Thread Distribution Lists
I sent this to the sasl list but no answers...can anyone give me an answer here ? Original Message Subject: Authenticating in upper case. From:"Distribution Lists" <[EMAIL PROTECTED]> Date:Fri, August 22,

Re: Problems trying to get SMTP AUTH to work...help please

2003-08-22 Thread Distribution Lists
What are you trying to authenticate against ? You have set saslauthd to use shadow, whilst auxprop will use sasldb. If you are trying to authenticate against shadow use /usr/lib/sasl2/smtpd.conf: pwcheck_method: saslauthd or /usr/lib/sasl2/smtpd.conf: pwcheck_method: a

postfix + sasl (smtp auth)

2003-08-20 Thread Distribution Lists
is it possible to get smtp authenticating with a password in LDAP using sasl? I assume you would need to use PAM. I have a rh8 system whereby users can login with a password either in ldap or shadow, I would like to do the same with SMTP Auth -- http://www.seekitzone.com http://www.e-securene

Going to raid 1 after installation

2003-08-20 Thread Distribution Lists
>From my experience of raid, what I am asking is not possible but... I 've installed rh8, but I goofed, and should have setup raid 1 first. I guess there is no easy way to fix this, unless I reinstalled again ? Is it easy to setup raid 1, if I add more disks ? -- http://www.seekitzone.com htt

Changing installation location of an src rpm

2003-08-19 Thread Distribution Lists
I want to change the default location that a src rpm will install under, instead of /usr I would like /usr/local. How would I do this ? Regards -- http://www.seekitzone.com http://www.e-securenetworks.net http://www.shopper-holic.com http://www.planet247.net http://www.auction-holic.com --

System auth to multiple LDAP server

2003-08-19 Thread Distribution Lists
I have a rh8 box configured to do login authentication through to ldap, and it works great. But is it possible to configure in such a way that if it can't authenticate with one LDAP server, i.e. user not found, it will use another ? Regards -- http://www.seekitzone.com http://www.e-securenetwo

Multiple aliases to a real mailbox in Postfix

2003-08-14 Thread Distribution Lists
Does anyone know if it is possible to configure multiple aliases to map to one real mailbox on Postfix ? What I get is this, if I add an alias twice postalias: warning: /etc/postfix/aliases.db: duplicate entry: and I assume it would select the last entry. Regards -- http://www.seekitzone.com ht

RE: Getting results from maillog

2003-08-14 Thread Distribution Lists
> [mailto:[EMAIL PROTECTED] Behalf Of Distribution Lists > Sent: Tuesday, August 05, 2003 9:18 AM > To: [EMAIL PROTECTED] > Subject: Getting results from maillog > > > Does anyone know a good pieces of software that will generate me mail > log > reports/stats. I heard that

Getting results from maillog

2003-08-07 Thread Distribution Lists
Does anyone know a good pieces of software that will generate me mail log reports/stats. I heard that awstats can do it, but I haven't yet got it working. Is there anything else ? Thanks -- http://www.seekitzone.com http://www.e-securenetworks.net http://www.shopper-holic.com http://www.planet

expanding a partition

2003-08-01 Thread Distribution Lists
How would I expand a partition ? /dev/sda9 1035660859568123484 88% / I'm not using LVM. Thanks -- http://www.e-securenetworks.net http://www.shopper-holic.com http://www.planet247.net http://www.auction-holic.com -- redhat-list mailing list unsubscribe mailto:[EMAIL PR

Re: [Fwd: Re: Adding users] - I think I found the problem

2003-07-21 Thread Distribution Lists
There is a config for vsftp in pam.d I commented out the line relating to shell, and its working now #%PAM-1.0 auth required /lib/security/pam_listfile.so item=user sense=deny file=/etc/vsftpd.ftpusers onerr=succeed auth required /lib/security/pam_stack.so service=system-auth

[Fwd: Re: Adding users]

2003-07-21 Thread Distribution Lists
strange...this works on RH8 but not 7.2 any ideas ? popper:x:1026:100:user id:/home/popper:/sbin/nologin popper:cU1.mErJwu79Y:12254:0:9:7::: What else do you need ? > At 7/21/2003 12:04 -0500, you wrote: >>I tried that, but you can't login with ftp > > Then you're doing something wrong, bu

RE: Adding users

2003-07-21 Thread Distribution Lists
to > "trusted" users.> > -me > > -Original Message- > From: Distribution Lists [mailto:[EMAIL PROTECTED] > Sent: Monday, July 21, 2003 9:15 AM > To: [EMAIL PROTECTED] > Subject: Re: Adding users > > > The account has a password. I can logon if i

Re: Adding users

2003-07-21 Thread Distribution Lists
popper:x:1026:100:user id:/home/popper:/sbin/nologin popper:cU1.mErJwu79Y:12254:0:9:7::: What else do you need ? > At 7/21/2003 12:04 -0500, you wrote: >>I tried that, but you can't login with ftp > > Then you're doing something wrong, but you have not provided enough detail > for the rest of

Re: Adding users

2003-07-21 Thread Distribution Lists
The account has a password. I can logon if in /etc/passwd I set to a vaild shell, i.e. /bin/bash Regards > Distribution Lists wrote: >> I tried that, but you can't login with ftp >> >> >>>At 7/21/2003 11:47 -0500, you wrote: >>> >>>>I

Re: Adding users

2003-07-21 Thread Distribution Lists
I tried that, but you can't login with ftp > At 7/21/2003 11:47 -0500, you wrote: >>I am running RH 7.2 and wu-ftp. >>Does anyone know how I would setup ftp for users but not give them access >>to other services like telnet, ssh etc... > > Set their shell to /bin/false or /bin/nologin. > > > -- >

Adding users

2003-07-21 Thread Distribution Lists
I am running RH 7.2 and wu-ftp. Does anyone know how I would setup ftp for users but not give them access to other services like telnet, ssh etc... Regards -- http://www.e-securenetworks.net http://www.shopper-holic.com http://www.planet247.net http://www.auction-holic.com -- redhat-list mai

Activating vg and mounting at boot time

2003-07-19 Thread Distribution Lists
any recommendations on when I should activate a volume group at boot time ? Which RC file should I add it to ? Also what RC file should I mount the logical volume ? Thanks -- http://www.e-securenetworks.net http://www.shopper-holic.com http://www.planet247.net http://www.auction-holic.com --

RE: antivirus software for redhat server

2003-07-09 Thread Distribution Lists
clamAV works well and is free. Regards > Clamscan clamav it's free > > -Original Message- > From: Jianping Zhu [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 09, 2003 12:28 PM > To: [EMAIL PROTECTED] > Subject: antivirus software for redhat server > > > can anyone recommend a good antiv

Re: Apache - not to listen on port 443

2003-07-09 Thread Distribution Lists
Thanks for all you help. I bit the bullet and done this the virtual host way rather that run 2 httpd server on one box. What I wanted was to have httpd listening on 2 ports, port 80 and port , and to use 2 different cgi-bin's. Port 80 is my public site, but there are some administrative cgi's

Apache - not to listen on port 443

2003-07-08 Thread Distribution Lists
I'm running RH8 with Apache Server version: Apache/2.0.40 Server built: May 22 2003 05:19:58 I want to run 2 httpd servers listening on 2 different ports (yes I realize you can use virtual hosts) I can't run 2 httpsd servers as both copied will listen to port 443 (https), how do you switch list

Re: useradd through a CGI

2003-07-08 Thread Distribution Lists
sorry I can't use webmin, this has to be a custom made web app. Thanks > Are you trying to add users via a web interface? If so, just use > webmin. Works great and has that feature built in. > > > On Tue, 2003-07-08 at 11:52, Distribution Lists wrote: >> I need some a

useradd through a CGI

2003-07-08 Thread Distribution Lists
I need some advice. What is the most safe way to write a CGI that will add users to a system ? The only way I can think of is using setuid. Is there any other way ? Thanks -- http://www.e-securenetworks.net http://www.shopper-holic.com http://www.planet247.net http://www.auction-holic.com --

X11 Tunneling with PuTTY?

2003-07-02 Thread mail-lists
List, [I apologize for the long email, but I wanted to provide as much info as I could.] I am trying to configure x-windows on my 7.3 box. Ultimately, I would like to use ssh (PuTTY) to tunnel communications from my Linux box to my Exceed server running on my Windows box. I have never configure

attaching files using mail

2003-07-02 Thread Distribution Lists
I have a shell script that need to attach a file using the mail command. I don't want to 'cat' or redirect the file, as the text will go into the body of the messages. Does anyone a way of doing this ? Thanks -- http://www.e-securenetworks.net http://www.shopper-holic.com http://www.planet247.ne

IPtable redirect

2003-06-26 Thread Distribution Lists
Can someone tell the syntax for IPtable to redirect traffic to another IP address at a port level Thanks -- http://www.e-securenetworks.net http://www.shopper-holic.com http://www.planet247.net -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/li

(no subject)

2003-06-26 Thread Distribution Lists
Can someone tell the syntax for IPtable to redirect traffic to another IP address at a port level Thanks -- http://www.e-securenetworks.net http://www.shopper-holic.com http://www.planet247.net -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/lis

Web system admin interface

2003-06-24 Thread Distribution Lists
I heard that webmin is good. Are there any other recommendations ? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Deleting .exe's from mail attachment

2003-06-23 Thread Distribution Lists
I have a redhat 7.2 with the following configured Running amavis-0.3.12 postfix-2.0.12 spamassassin-2.55 does anyone know how I would delete .exe attachments Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Why did my rh8.0 crash

2003-06-23 Thread Distribution Lists
I have a 4 CPU RH 8 box that crashed over the weekend. I can't seem to find out why it just died for not apparent reason, theres nothing in /var/log/messsagesis there anything else I can take a look at to give me a clue ? -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] http

Configuring AMaViS to scan twice with different anti-virus

2003-06-20 Thread Distribution Lists
Do anyone know how to configure AMaViS to scan an email twice using a different anti-virus engine ? Regards -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Clamav

2003-06-20 Thread Distribution Lists
I'm getting this error with clamav freshclam -v Checking for a new database - started at Fri Jun 20 10:18:15 2003 Current working dir is /usr/local/share/clamav Connected to clamav.elektrapro.com. Reading md5 sum (viruses.md5): ERROR: Malformed md5 checksum detected. ERROR: Can't get viruses.md5 s

Re: Mailbox size

2003-06-17 Thread Distribution Lists
Does anyone know if postfix can set a soft limit on mailbox size, ie send some kind of warning that the mailbox is reaching a certain size but still accept mail ? Regards > On Tue, 2003-06-17 at 07:33, Devrim GUNDUZ wrote: >> Hi, >> >> On Tue, 17 Jun 2003, Ivo Tijhaar wrote: >> >> > does any body

authentication based on GID

2003-06-16 Thread Distribution Lists
IS it possible to configure different groups to use different authentication methods ? IE one group to use LDAP, another NT PDC, and another using /etc/passwd ? Regards -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

IMAP authentication with LDAP or NT domain controller

2003-04-02 Thread Distribution Lists
This there a imap package out there that will allow you to authenticate against LDAP or a NT domain controller ? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: anyone having luck "getting it early"? - bit torrent

2003-03-31 Thread redhat-lists
http://bitconjurer.org/BitTorrent/ got the ISOs in less than 30 minutes! /erik > -Original Message- > From: redhat-lists [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 01, 2003 1:27 AM > To: RedHat Mailing List > Subject: anyone having luck "getting it early"?

Re: I'm totally lost!!!

2003-03-31 Thread redhat-lists
I cannot login into the server to send/receive mail. are you logged into your server? if so, just use pine or one of the graphical email clients. if you're trying to access mail on your linux server from another pc (i do this from a windows box), i believe you need to install imap, which cont

anyone having luck "getting it early"?

2003-03-31 Thread redhat-lists
i logged onto the redhat network website around noon, and at that time discs 1 and 2 were downloading at 2.5 kb/s (!), disc 3 at 9 kb/s. when i got home from work my transfers had failed. you can't restart easily because the url's expire. i know there's probably better ways to assure you can

SCSI tape drive for backups

2003-03-28 Thread Distribution Lists
Any recommendations out there for a good tape drive ? Regards -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Sent again: Re: swap performance.

2003-03-26 Thread Distribution Lists
Original Message Subject: Re: swap performance. From: "Distribution Lists" <[EMAIL PROTECTED]> Date: Tue, March 18, 2003 11:03 am To: <[EMAIL PROTECTED]> Out of interest I assume that much of this discussion in based on the use of SCSI, rather than IDE

Recommendation for Anti-virus and spam filter

2003-03-26 Thread Distribution Lists
I've been happy running a sendmail / squirrelmail combination for a long while, which has worked great. Are there recommendations for a good anti-virus and spam filter that I could integrate ? Regards -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com

MTA recommendation

2003-03-26 Thread Distribution Lists
I need to setup a robust secure SMTP mail server. I have and still use sendmail which have proven to be good. From other people's experience I would like to know what else could be recommended, Postfix maybe ? Regards -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://l

Re: swap performance.

2003-03-18 Thread Distribution Lists
Out of interest I assume that much of this discussion in based on the use of SCSI, rather than IDE. In that case of IDE. From what I understand you can have only 2 devices per channel and neither devices can work at the same time (read and write I assume). Therefore in this situation it would

grep an exact match

2003-03-17 Thread Distribution Lists
Can anyone tell me the syntax for grep to grep and an exact match, rather than grep 'something1' and get 'something10', 'something11' etc... Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

bootable backup

2003-03-11 Thread Distribution Lists
Does anyone know how to a make bootable full system backup? Preferably on tape. Instead of having to reinstall a new system from installation CDs then restore with tar or cpio. Regards -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo

CVS authentication with domain controller

2003-03-06 Thread Distribution Lists
Hi there, I 've setup a CVS server on Redhat8. CVS authenticates users via a password file in the CVSROOT directory, however I want to set it up so that the CVS authenticates aganist a NT primary domain controller. I've already setup the RH box to to use PAM, and users can get shell / ftp access an

RPM broken ?

2003-02-26 Thread Distribution Lists
I'm getting this error linux4:/usr/lib/rpm # rpm -qa Unable to open NONE/lib/rpm/rpmrc for reading: No such file or directory. Anyone know how to fix ? thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Running MYSQL with logging options

2003-02-18 Thread Distribution Lists
I want to log all SQL queries to a file. The MAN page for mysqld states that I need to pass the -l or --log, but how do I do that ? Thanks -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: redhat-list digest, Vol 1 #6748 - 18 msgs

2003-02-14 Thread Mail Lists
I believe I said ctrl+F1-F4 switch the desktops in Redhat 8.0. *looking* Yes I did. Try ctrl+Fx and your desktop should switch. Jason > > That is what I am saying, under Red Hat 7.1 and 7.3 > and could press Alt + F1 and go to desktop 1, press > Alt + F2 and go to desktop 2, press Alt + F3 and

Re: alt + f1 command?

2003-02-13 Thread Mail Lists
It's ctrl + F1 that switches desktops. ctrl+Alt+Fx switches terminals. Jason > > i've installed RH 8.0 and was wondering what happened > to the alt. + f1 command to switch to different > desktops... > > so far RH 8.0, is runnin' pretty good, a bit of a > resource hog, but no worst than XP. > > >

Install Apache 2.0 on 7.3

2003-02-12 Thread Mailing Lists
I have a 7.3 system that I would like to use as a webserver. I want to use Apache 2.0 instead of 1.3. I did an rpm -e of the 3 apache rpms on the system (apache, config, and manuals). I downloaded httpd-2.0.40-11.i386.rpm, httpd-devel-2.0.40-11.i386.rpm, and httpd-manual-2.0.40-11.i386.rpm.

Re: kazaa clients

2003-02-10 Thread Distribution Lists
try limewire Regards > On Sun, 2003-02-09 at 16:36, Andy wrote: >> > > Is anyone aware of any kazaa-clients for RH...or any other Linux? >> I just know of gtk-gnutella...but as far as i know, it does not >> search the Kazaa network. >> >> > http://www.linuxorbit.com/features/kenshi1.php >> >> I m

How to measure completion time of a script with RH

2003-02-04 Thread Distribution Lists
I've written some Perl code that will make use of LDAP modules and will do an LDAPSEARCH to a specific ldap server. However, I would like to know the time take to complete the LDAPSEARCH so I can graph the response time. Is there some thing in RH that will allow me to do that ? Regards -- re

Trident 4DWave/SiS 7018??? Help

2003-01-25 Thread Distribution Lists
Can anyone give me some hints to get my sound card to work. Thanks Jan 24 21:09:28 darryl kernel: Trident 4DWave/SiS 7018/ALi 5451,Tvia CyberPro 50 50 PCI Audio, version 0.14.10c, 08:13:41 Dec 12 2002 Jan 24 21:09:28 darryl kernel: trident: SiS 7018 PCI Audio found at IO 0xc800, I RQ 11 Jan 24 21:

  1   2   >