postconf -d content_filter will tell you what the default value for the content_filter parameter is.
You can then use postconf -e to reset the parameter to its default value.
Thanks man, that solved my problem, I am new to sysadmin thing and still learning. Hope I wont break things. – HarbhagSep 9 '11 at 15:59
1
The best way not to break things is not to run commands unless you're sure of what they're going to do (especially when you're putting sudo in front of them...) – voretaq7♦Sep 9 '11 at 16:59