View Single Post
Old 13-11-2004, 05:15 PM   #2 (permalink)
firewall
In The Zone
 
firewall's Avatar
 
Join Date: Mar 2004
Location: Kolkata - INDIA
Posts: 301
Default

apache
go to
/src/include/httpd.h and search for:
#define SERVER_BASEVENDOR “Apache Group�
#define SERVER_BASEPRODUCT “Apache�
#define SERVER_BASEREVISION “�
Change this to the desired values (BASEVENDOR: Microsoft, BASEPRODUCT: Microsoft-IIS, BASEREVISION: 5.0). Now re-compile apache.
Next: open your httpd.conf and search for the ServerTokens directive. If it’s not there, add it. Set ServerTokens to Min (“ServerTokens Min�).

Sendmail
edit the ``/etc/sendmail.cf''
find ...
SmtpGreetingMessage=$j Sendmail $v/$Z; $b
change to:
SmtpGreetingMessage=$j Sendmail $v/$Z; $b NO UCE C=xx L=xx

You should replace the ``xx'' in the ``C=xx L=xx'' entries with your country and location codes. The latter change doesn't actually affect anything, but was recommended in the news.admin.net-abuse.email newsgroup as a legal precaution.

POP

If you are using QPopper then may try to edit popper/banner.h
No idea .....

hope this will help you...

__________________
www.aloke.info
firewall is offline