Jan 8, 2004 #1 seanc724 MIS Jan 7, 2004 4 US a network scan has revealed that SMTP is leaking my version of AIX. [SMTP/25/TCP] Server version is 'Sendmail AIX5.1'. does anyone know how i can prevent this?
a network scan has revealed that SMTP is leaking my version of AIX. [SMTP/25/TCP] Server version is 'Sendmail AIX5.1'. does anyone know how i can prevent this?
Jan 9, 2004 #2 aixmurderer IS-IT--Management Nov 28, 2000 603 NZ Look for this entry in your sendmail.cf file, modify to suit: # SMTP initial login message (old $e macro) O SmtpGreetingMessage=$j Sendmail $v/$Z; $b IBM Certified Confused - MQSeries IBM Certified Flabbergasted - AIX 5 pSeries System Administration MS Certified Windblows Rebooter Upvote 0 Downvote
Look for this entry in your sendmail.cf file, modify to suit: # SMTP initial login message (old $e macro) O SmtpGreetingMessage=$j Sendmail $v/$Z; $b IBM Certified Confused - MQSeries IBM Certified Flabbergasted - AIX 5 pSeries System Administration MS Certified Windblows Rebooter
Aug 20, 2004 #3 beatleman MIS Jul 19, 2002 4 US You may also have to remove the "($v/$Z)" entry from the "Received:" stanza shown below. The $v = Sendmail version The $Z = OS version (i.e. AIX 5.2) HReceived: $?sfrom $s $.$?_($?s$|from $.$_) $.$?{auth_type}(authenticated$?{auth_ssf} (${auth_ssf} bits)$.) $.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version} (using ${tls_version} with cipher ${cipher} (${cipher_bits} bits) verifi ed ${verify})$.$?u for $u; $|; $.$b Upvote 0 Downvote
You may also have to remove the "($v/$Z)" entry from the "Received:" stanza shown below. The $v = Sendmail version The $Z = OS version (i.e. AIX 5.2) HReceived: $?sfrom $s $.$?_($?s$|from $.$_) $.$?{auth_type}(authenticated$?{auth_ssf} (${auth_ssf} bits)$.) $.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version} (using ${tls_version} with cipher ${cipher} (${cipher_bits} bits) verifi ed ${verify})$.$?u for $u; $|; $.$b