View Single Post
  #1 (permalink)  
Old 07-01-2009, 03:58 PM
kumarat9pm's Avatar
kumarat9pm kumarat9pm is offline
Senior Member
User
 
Join Date: Jun 2007
Location: Pune,MH,India
OS: RHEL,UBUNTU..
Posts: 439
Thanks: 20
Thanked 20 Times in 18 Posts
Rep Power: 5
kumarat9pm has a spectacular aura about kumarat9pm has a spectacular aura about kumarat9pm has a spectacular aura about
Send a message via Yahoo to kumarat9pm Send a message via Skype™ to kumarat9pm
Default Linux Commands for checking errors in server config files

Hi all,

This is a question to just enhance knowledge on Linux server administration.In dns we have some error checking commands like
named-checkzone and named-checkconf to check any syntax errors in server
like wise we have following command for different servers

vsftpd check for syntax error
Code:
 vsftpd
BIND DNS Server check for syntax and zone errors:
Code:
named-checkconf  
named-checkzone
SAMBA check config errors
Code:
testparm
APACHE check for syntax error:
Code:
 httpd -t
so my query is.. there will be some commands for the following servers too squid,sendmail,postfix,dovcot etc
please post if you know other commands which will be used for error checking of server config files.

Thanks,
Surendra.

Last edited by nixcraft; 07-01-2009 at 04:11 PM. Reason: Added [code] tags
Reply With Quote