SMTP server banner. How to hide or change?

Hi everybody,

I have Domino server that works as SMTP server.

I can telnet to it on port 25 and then I see:

220 name.domain.com ESMTP Service (Lotus Domino Release 6.0.3) ready …

Is it possible to hide or change this information (what this is Domino server) ?

If yes, please tell me how ?

Grzes

Subject: SMTP server banner. How to hide or change?

notes.ini

smtpgreeting=whatever

Include %s in this and it inserts the local date and time, e.g.

smtpgreeting=Ready at %s

Chris Linfoot