I've found by using the find command I can quickly locate large files causing problems. Using a +1000000c will locate all files larger than 1MB which shouldn't be many on the root filesystem.
find . -mount -size +1000000c -print | more
I also use the du -k option quite often to find out how...
We have the DS variable in sendmail.cf set to our exchange server, but if login names are different the .forward file may be better.
DSmail.oursite.com
John.
Tony,
I've always assumed this was a reverse DNS lookup issue, but you mention "If you aren't running DNS, you can fix this just by listing all the machines in /etc/hosts."
The only time I've seen this issue come up is when /etc/resolv.conf is present and the machines are not in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.