Author |
Message
|
Omuch |
Posted: Thu Jan 14, 2016 7:24 am Post subject: Emailoutput Security identity problem |
|
|
Acolyte
Joined: 23 Mar 2012 Posts: 54
|
Hi
I'm using WMB 7.0.0.5
I'm trying to send an email to SMTP server through an EmailOutput node.
I configured These settings on the broker:
Code: |
mqsisetdbparms BROKER -n smtp::MyIdentity -u userName -p password
mqsicreateconfigurableservice BROKER –c SMTP –o SMTP_MyAlias
mqsichangeproperties BROKER –c SMTP –o SMTP_MyAlias –n serverName –v smtp.hursley.ibm.com:25
mqsichangeproperties BROKER –c SMTP –o SMTP_MyAlias –n securityIdentity –v MyIdentity
|
In the EmailOutput node I defined the 'SMTP Server and Port' property to : SMTP_MyAlias
I stopped and started the BROKER.
When i try to send an email I get an error from the SMTP serevr:
Client was not authenticated.
The SMTP server guys, can see in the log my message but without the auth header, it means that the broker doesn't use the security identity that i defined, but why?[/code] |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jan 14, 2016 7:53 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Quote: |
****.hursley.ibm.com*** |
Perhaps you should ask some other people nearby...
And remember not to include information that may be potentially sensitive or otherwise present a vulnerability on a public forum.
Perhaps you should use a supported version of IIB. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Jan 14, 2016 7:54 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Why are you using an out of support version of the product?
There are later FixPacks for V7. Have you checked the Apars for later FixPacks for V7 to see if there are any fixes for this issue?
finally, have you tried it with
Code: |
mqsichangeproperties BROKER –c SMTP –o SMTP_MyAlias –n securityIdentity –v smtp:MyIdentity |
Don't forget to restart after making changes. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
zpat |
Posted: Thu Jan 14, 2016 8:02 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
I don't think he is at Hursley - that is given as an example all over the place. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jan 14, 2016 8:13 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
zpat wrote: |
I don't think he is at Hursley - that is given as an example all over the place. |
Ah. Ok. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Omuch |
Posted: Sun Jan 17, 2016 1:57 am Post subject: |
|
|
Acolyte
Joined: 23 Mar 2012 Posts: 54
|
smdavies99 wrote: |
Why are you using an out of support version of the product? |
In the production we still have a few 7 version brokers so i have to supprot them for now.
smdavies99 wrote: |
There are later FixPacks for V7. Have you checked the Apars for later FixPacks for V7 to see if there are any fixes for this issue?
|
Thanks, i found.
In fix pack 7.0.0.6:
IC88053: EMAILOUTPUT NODE IGNORES THE SECURITYIDENTITY IN THE CONFIGURABLE SERVICE |
|
Back to top |
|
 |
smdavies99 |
Posted: Sun Jan 17, 2016 7:18 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Omuch wrote: |
Thanks, i found.
In fix pack 7.0.0.6:
IC88053: EMAILOUTPUT NODE IGNORES THE SECURITYIDENTITY IN THE CONFIGURABLE SERVICE |
So you are going to apply the PF then?
IF so, did that fix the problem? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|