My hosting provider recently changed how IMAP email is stored. I used to be stored all in one large inbox file, performace was really bad.
They have recently changed to What I think is Mai...
How do I delete mails in sendmails's queue?
sendmail 8.11.6-3
I delete the mails in mqueue/ but after a while some of them appear again. Is there a command to do this?
I want to make my linux server (Running RedHat 8) listen all the time on Port 16881, and when it sees a packet on that port, send a wake-up packet to my media server. This is so that my media ...
First off I am a Linux beginner. How do I set up to run SNMP as a service when my computer starts up. Also how do I manually start the SNMP service?
Hi
I have a windows 2003 domain to which I want to connect Ubuntu clients. I can currently validate user names and passwords against the domain controller but I am unable to mount network dri...
HI,
due to some problem , if i see kernel panic, i need to hard boot of the pc, now i have check /var/log/messages , if there is any log for kernel panic informaition, but no luck.
i beliv...
Linux newbie alert:
I need to recover 20GB of critical files from a hard drive that was an e-smith server, which I've attached as a firewire external drive to a Windows desktop that I have ...
My purpose is to give a normal user 'sandy' to give permissions to edit the /etc/services file on machine 'linux'
So, this is my /etc/sudoers file on machine 'linux'
------------------------...
Hi friends !
I have installed Ubuntu Drapper Drake 6.06 LTS on my PC.
Now, I want to install Yahoo Messenger, so I downloaded the Yahoo Messenger setup file: ymessenger_1.0.4_1_i386.deb...
I have a need to be able to send a text email to various recipients from a linux box, but must use SMTP authentication to send it. I have done this countless times in Win32 using VBScript and...
I am in Solaris 10 system and I am mouting drive from Linux server
it's throwing an error RPC: Program not registered
# mount -F nfs 10.0.0.1:/ISBP /ISBP/
nfs mount: 10.0.0.1: : RPC: ...
I have to administer many RHEL4 linux nodes from my desktop. I do this by passing commands from the desktop to remote nodes through a trusted ssh channel. It works fine except when the remote ...
I'm a novice at the squid proxy. I have it set up on a linux machine and it seems to be working fine. I've changed various settings that I could understand and have limited access to my IP a...
I have ESXi on a HP DL380 G4 with only 32bit guests since although the CPU's arex86-64 capable they do not have the VT instruction set hence why I can't run 64bit natively under guests.
Due...
Could anybody explain to me the below settings:
echo 10240 > /proc/sys/fs/file-max
/etc/security/limits.conf
* soft nofile 10240
* hard nofile 10240
Should the...
I edited rc.sysinit as root then on next boot the whole system is read only and can't re-edit it
Seams etc/rc.sysinit is linked to etc/rc.d/rc.sysinit
I tried chmod +rw and 777 still s...
Hi experts,
I am using Linux Enterprise server 3.0 and running sendmail server.How would I know whether smtp authentication is working or not.Even if I dont create saslpasswd2 -c newuser, the...
I am trying to clone the hard drive to a slightly smaller hard drive for a new computer (different motherboard, different chipset, same CPU). What software or commands do you use to clone the ...
I created an account for myself.
I want to give myself root permissions, so I do not have to user the 'root' acount.
I know there is a file I can edit.
Does anyone know how to do this.
...
How do you send a pop-up message to a user who is currently logged in using the KDE or GNOME desktop? I want to do this while logged in remotely as a super user using ssh. I know there has t...
I have been trying to get amavis and spamassassin to modify the subject
line on all mail that it finds as spam.
The mail server is running SUSE 9.1 with Postfix, clamd av, amavis-new,
and...
Im trying to set up an anonymous ftp server with vsftp. I want a user to be able to write to a directory, any directory. I get the above error when I try to log in as anonymous from the mach...
I installed Fedora Core 7 several months ago. At the time, it was setup to take a DHCP address. Now, I need to assign a static IP address to the machine.
This seemed easy, as there were ma...
I have installed RedHat Linux 9.0, but I forgot the root password, how can I access my pc, I heard that we can reset the root password wil disc 1 of Redhat Linux 9.0 but I don't know how. Plea...
I have 5 directories tmp1, tmp2, tmp3, tmp4, tmp5 that I am manually going into each folder and typing the following command: find . -name 'spam*' | xargs rm
I am doing this to avoid the ...