SMTP Banner in IMS 5.2

Hello,

I'm trying to change the SMTP banner in IMS5.2 with no success.

I've used properly BANNER_ADDITION and CUSTOM_VERSION_STRING options but BANNER_HOST option is not working

Any idea?

Is there any way to substitute completely the banner?

Thanks in advance.

D.

[316 byte] By [707044] at [2007-11-25 8:14:30]
# 1
it's a bug. banner_host doesn't work in iMS5.2
Peter Fabian at 2007-7-1 14:11:42 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2
ignore my previous posting. it works in 5.2see the docs: http://docs.sun.com/source/816-6020-10/mta_conf.htm#1012096
Peter Fabian at 2007-7-1 14:11:42 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3
Thanks for your answer.I know that it should work. But I haven't been able to actually change the host portion of the banner. D.
707044 at 2007-7-1 14:11:42 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 4
Just to give the most correct answer :)for iMS5.2 you need to install a patch for that issue, contact Sun support and they can give you the patchMy iMS5.2 is using that hotfix that's the reason why it works for me.
Peter Fabian at 2007-7-1 14:11:42 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 5
I added these lines to the option file:BANNER_ADDITION=Property of My Company. Unauthorized access prohibited.CUSTOM_VERSION_STRING=
706718 at 2007-7-1 14:11:42 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 6
To the <server-root>/imta/config/option.dat file? Because I tried this, then I did an imsimta cnbuild and an imsimta refresh and it's still not working.I do have hf1.04 installed.
708377 at 2007-7-1 14:11:42 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 7

> To the <server-root>/imta/config/option.dat file?

no.

BANNER_ADDITION is an SMTP channel option,see

http://docs.sun.com/source/816-6020-10/mta_conf.htm#1012111

you need to add it to a file called yourchannel_option

tipicall tcp_local_option

Peter Fabian at 2007-7-1 14:11:42 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 8
Ah, that works.Great, thanks!
708377 at 2007-7-1 14:11:42 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...