sendmailバージョン隠し

旧サーバよりのコピー

>define(`confSMTP_LOGIN_MSG’,`$j ; $d’)dnl
>
>覚え書き

最終的に、

mcファイルに

define(`confSMTP_LOGIN_MSG’,`$j’)dnl
FEATURE(dnsbl,`relays.ordb.org’)dnl

と、して 「ordb.org」の不正中継リストからの配送禁止を追加した。

エレガントではないが、sendmail.cfに以下の施し

HReceived: $?sfrom $s $.$?_($?s$|from $.$_)
$.$?{auth_type}(authenticated$?{auth_ssf} bits=${auth_ssf}$.)
$.by $j $?r with $r$. id $i$?{tls_version}
(version=${tls_version} cipher=${cipher} bits=${cipher_bits} verify=${verify})$.$?u
for $u; $|;
$.$b

3行目の「.by $j $?」辺りの情報を消した

helpfile内を変更
sendmailと分かりそうな文章?を削除

おわり

この記事どうでした?
  • いいね (0)
  • まぁまぁ~ (0)
  • ふつう (0)
  • ちょっとね (0)
  • 残念 (0)

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.