Not authorizes to send messages

Hi all, I have a problem with webmail, when I clicked the "send" button, I have got this pop up error box. Not authorized to send messages. The messages was not sent" Any idea?
[183 byte] By [haw_9368a] at [2007-11-27 3:40:16]
# 1
Hi,What is the mailallowedserviceaccess: attribute for the user having the problem set to?Also do you see any connection from the MTA at the same time?Regards,Shane.
shane_hjortha at 2007-7-12 8:43:42 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

Thank you very much for the response. We have found out the reason and you are absolutely right, the problem is the mailAllowedServiceAccess. The problem now is in patch -58, we use this rule:

mailAllowedServiceAccess: +http,imap:*

it works fine. Until we patch our server to -63, this rule cannot work anymore. Seems like patch -63 is forcing us to use

mailAllowedServiceAccess: +http,imap,smtp:*

We cannot change the attribute one by one because there are about 3 million end users, besides we have a provisioning tools that was stick to the rules.

Any idea? Please help.

haw_9368a at 2007-7-12 8:43:42 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3

Hi,

I was able to reproduce the same issue with -63 as well. It may be that the behavior of SMTP access checking was broken due to fixing bug #6514922 "Correct User Credential not Checked for SMTP and SMIME When Accessed from ProxyAuth" in 118207-62.

I recommend logging a Sun support case ASAP.

Regards,

Shane.

shane_hjortha at 2007-7-12 8:43:42 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...