Re: Openssh and sendmail signatures
From: Johannes Ullrich (jullrich@euclidian.com)Date: 09/11/02
- Previous message: Dr. Michael G. Mathews: "Re: Openssh and sendmail signatures"
- In reply to: Mogens Valentin: "Openssh and sendmail signatures"
- Next in thread: Robert W. Jaroszuk: "Re: Openssh and sendmail signatures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 11 Sep 2002 12:13:15 -0400 From: "Johannes Ullrich" <jullrich@euclidian.com> To: monz@danbbs.dk
> How do I prevent Openssh telling which version is running?
> Likewise with sendmail? (I know you'll tell med to use another MTA..).
openssh: you need to patch the source afaik. no simple solution.
sendmail: in sendmail.cf, look for:
# SMTP initial login message (old $e macro)
O SmtpGreetingMessage=$j Sendmail $v/$Z; $b
$j - hostname (see line that starts with 'Dj' )
$Z - version (see line that starts with 'DZ' )
$b - time
Its recommended to keep $j , in order to identify the name servers
host name. other then that, just change it...
O SmtpGreetingMessage=$j My_Supermailer - Do not relay.
-- -------------------------------------------------------------------- jullrich@euclidian.com Collaborative Intrusion Detection join http://www.dshield.org
- application/pgp-signature attachment: stored
- Previous message: Dr. Michael G. Mathews: "Re: Openssh and sendmail signatures"
- In reply to: Mogens Valentin: "Openssh and sendmail signatures"
- Next in thread: Robert W. Jaroszuk: "Re: Openssh and sendmail signatures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|